46 topNodeName(topnodename),
48 _branch_name(
"rawEvent"),
49 _enable_e1039_translation(false),
52 event_header(nullptr),
74 eventNode->
addNode(rawEventNode);
103 runNode->
addNode(runHeaderNode);
111 eventNode->
addNode(eventHeaderNode);
119 eventNode->
addNode(triggerhitNode);
156 for(
auto it = hits.begin(); it != hits.end(); ++it) {
169 for(
auto it = trhits.begin(); it != trhits.end(); ++it) {
186 cout <<
"Closing currently open file "
188 <<
" and opening " << filenam << endl;
203 _fin = TFile::Open(filenam.c_str(),
"READ");
207 cerr <<
"!!ERROR!! Failed at file open (" << filenam.c_str() <<
"). Exit.\n";
208 cout <<
PHWHERE <<
ThisName <<
": could not open file " << fname << endl;
231 cout <<
Name() <<
": No Input file open" << endl;
236 cout <<
Name() <<
": No Input file from filelist opened" << endl;
242 cout <<
"Getting Event from " <<
Name() << endl;
285 cout <<
Name() <<
": fileclose: No Input file open" << endl;
320 list<string>::const_iterator iter =
filelist.begin();
323 cout <<
PHWHERE <<
" opening next file: " << *iter << endl;
327 cout <<
PHWHERE <<
" could not open file: " << *iter << endl;
354 cerr <<
"!!ERROR!! PushBackEvents(): Not implemented yet." << endl;
434 cout <<
PHWHERE <<
Name() <<
" No MasterSync object, cannot perform synchronization" << endl;
435 cout <<
"Most likely your first file does not contain a SyncObject and the file" << endl;
436 cout <<
"opened by the Fun4AllDstInputManager with Name " <<
Name() <<
" has one" << endl;
437 cout <<
"Change your macro and use the file opened by this input manager as first input" << endl;
438 cout <<
"and you will be okay. Fun4All will not process the current configuration" << endl << endl;
444 cout <<
"big problem" << endl;
int verbosity
The verbosity level. 0 means not verbose at all.
virtual const std::string Name() const
Returns the name of this module.
@ VERBOSITY_A_LOT
Output a lot of messages.
static Fun4AllServer * instance()
PHCompositeNode * topNode() const
void CurrentEvent(const int evt)
void SegmentNumber(const int iseg)
void PrdfEvents(const int i)
PHBoolean addNode(PHNode *)
PHNode * findFirst(const std::string &, const std::string &)
virtual void set_data_quality(const int a)=0
virtual void set_qie_turn_id(const int a)=0
virtual void set_spill_id(const int a)=0
virtual void set_event_id(const int a)=0
virtual void set_qie_rf_id(const int a)=0
virtual void set_qie_rf_intensity(const short i, const int a)=0
virtual void set_run_id(const int a)=0
virtual void set_trigger(const SQEvent::TriggerMask i, const bool a)=0
virtual void push_back(const SQHit *hit)=0
An SQ interface class to hold one detector hit.
virtual void set_element_id(const short a)
virtual void set_hit_id(const int a)
virtual void set_detector_id(const short a)
virtual void set_tdc_time(const float a)
virtual void set_in_time(const bool a)
virtual void set_run_id(const int a)
virtual void set_n_spill(const int a)
virtual const SQSpill * get(unsigned int idkey) const
Return the SQSpill entry having spill ID = 'idkey'. Return '0' if no entry exists.
virtual SQSpill * insert(const SQSpill *hit)
Insert the given SQSpill object.
virtual size_t size() const
Return the number of spills held.
An SQ interface class to hold the data of one spill.
virtual void set_spill_id(const int a)
virtual void set_run_id(const int a)
std::vector< Hit > & getTriggerHits()
void identify(std::ostream &os=std::cout) const
PHObject virtual overloads.
std::vector< Hit > & getAllHits()
bool isTriggeredBy(Int_t trigger)
virtual int Different(const SyncObject *other) const
virtual void SegmentNumber(const int)
set Segment Number
virtual void Reset()
Clear Sync.
virtual void EventNumber(const int)
set Event Number
virtual SyncObject * clone() const
Virtual copy constructor.
virtual void EventCounter(const int)
set Event Counter
virtual void RunNumber(const int)
set Run Number