28 , topNodeName(topnodename)
30 , _branch_name(
"hit_matrix")
32 , event_header(nullptr)
72 cout <<
"Closing currently open file "
74 <<
" and opening " << filenam << endl;
84 _fin = TFile::Open(filenam.c_str(),
"READ");
85 if (!
_fin->IsOpen()) {
86 cerr <<
"!!ERROR!! Failed at opening the input file (" << filenam <<
"). Exit.\n";
91 cerr <<
"!!ERROR!! Failed at getting the input tree (" <<
_tree_name <<
"). Exit.\n";
109 cout <<
Name() <<
": No Input file open" << endl;
114 cout <<
Name() <<
": No Input file from filelist opened" << endl;
120 cout <<
"Getting Event from " <<
Name() << endl;
158 for (
auto i_det = 0; i_det < 30; ++i_det) {
159 for (
auto i_ele = 0; i_ele < 201; ++i_ele) {
187 cout <<
Name() <<
": fileclose: No Input file open" << endl;
220 list<string>::const_iterator iter =
filelist.begin();
222 cout <<
PHWHERE <<
" opening next file: " << *iter << endl;
225 cout <<
PHWHERE <<
" could not open file: " << *iter << endl;
244 cerr <<
"!!ERROR!! PushBackEvents(): Not implemented yet." << endl;
255 if (!(*mastersync)) {
267 cout <<
PHWHERE <<
Name() <<
" No MasterSync object, cannot perform synchronization" << endl;
268 cout <<
"Most likely your first file does not contain a SyncObject and the file" << endl;
269 cout <<
"opened by the Fun4AllDstInputManager with Name " <<
Name() <<
" has one" << endl;
270 cout <<
"Change your macro and use the file opened by this input manager as first input" << endl;
271 cout <<
"and you will be okay. Fun4All will not process the current configuration" << endl << endl;
276 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