28 , topNodeName(topnodename)
29 , _tree_name(
"QA_ana")
31 , event_header(nullptr)
71 cout <<
"Closing currently open file "
73 <<
" and opening " << filenam << endl;
83 _fin = TFile::Open(filenam.c_str(),
"READ");
84 if (!
_fin->IsOpen()) {
85 cerr <<
"!!ERROR!! Failed at opening the input file (" << filenam <<
"). Exit.\n";
90 cerr <<
"!!ERROR!! Failed at getting the input tree (" <<
_tree_name <<
"). Exit.\n";
111 cout <<
Name() <<
": No Input file open" << endl;
116 cout <<
Name() <<
": No Input file from filelist opened" << endl;
122 cout <<
"Getting Event from " <<
Name() << endl;
159 for (
auto i_hit = 0; i_hit <
nHits; ++i_hit) {
184 cout <<
Name() <<
": fileclose: No Input file open" << endl;
217 list<string>::const_iterator iter =
filelist.begin();
219 cout <<
PHWHERE <<
" opening next file: " << *iter << endl;
222 cout <<
PHWHERE <<
" could not open file: " << *iter << endl;
241 cerr <<
"!!ERROR!! PushBackEvents(): Not implemented yet." << endl;
252 if (!(*mastersync)) {
264 cout <<
PHWHERE <<
Name() <<
" No MasterSync object, cannot perform synchronization" << endl;
265 cout <<
"Most likely your first file does not contain a SyncObject and the file" << endl;
266 cout <<
"opened by the Fun4AllDstInputManager with Name " <<
Name() <<
" has one" << endl;
267 cout <<
"Change your macro and use the file opened by this input manager as first input" << endl;
268 cout <<
"and you will be okay. Fun4All will not process the current configuration" << endl << endl;
273 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.
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_pos(const float a)
virtual void set_detector_id(const short a)
virtual void set_tdc_time(const float a)
virtual void set_drift_distance(const float a)
virtual void set_in_time(const bool a)
virtual void set_run_id(const int a)
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