32 events_skipped_during_sync(0),
55 cout <<
"Closing currently open file "
57 <<
" and opening " << filenam << endl;
74 cout <<
"Send mail to off-l with this printout and the macro you used"
76 cout <<
"Trying to execute IManager->print() to display more info"
78 cout <<
"Code will probably segfault now" << endl;
80 cout <<
"Have someone look into this problem - Exiting now" << endl;
133 cout <<
Name() <<
": No Input file open" << endl;
141 cout <<
Name() <<
": No Input file from filelist opened" << endl;
148 cout <<
"Getting Event from " <<
Name() << endl;
187 cout <<
Name() <<
": fileclose: No Input file open" << endl;
232 cout <<
PHWHERE <<
Name() <<
" No MasterSync object, cannot perform synchronization" << endl;
233 cout <<
"Most likely your first file does not contain a SyncObject and the file" << endl;
234 cout <<
"opened by the Fun4AllDstInputManager with Name " <<
Name() <<
" has one" << endl;
235 cout <<
"Change your macro and use the file opened by this input manager as first input" << endl;
236 cout <<
"and you will be okay. Fun4All will not process the current configuration" << endl << endl;
244 cout <<
PHWHERE <<
" Mastersync not filled, your first file does not contain a SyncObject" << endl;
245 cout <<
"This Event will not be processed further" << endl;
251 cout <<
"Need to Resync, mastersync evt no: " << mastersync->
EventNumber()
253 cout <<
"mastersync evt counter: " << mastersync->
EventCounter()
255 cout <<
"mastersync run number: " << mastersync->
RunNumber()
265 <<
", master: " << mastersync->
RunNumber()
343 cout <<
PHWHERE <<
" " <<
Name() <<
" Could not read full Event" << endl;
344 cout <<
"PLEASE NOTIFY PHENIX-OFF-L and post the macro you used" << endl;
351 cout <<
PHWHERE <<
" MasterSync and SyncObject of " <<
Name() <<
" are different" << endl;
352 cout <<
"This Event will not be processed further, here is some debugging info:" << endl;
353 cout <<
"PLEASE NOTIFY PHENIX-OFF-L and post the macro you used" << endl;
354 cout <<
"MasterSync->identify:" << endl;
356 cout <<
Name() <<
": SyncObject->identify:" << endl;
362 cout <<
PHWHERE <<
" Resynchronization successfull for " <<
Name() << endl;
363 cout <<
"MasterSync->identify:" << endl;
365 cout <<
Name() <<
": SyncObject->identify:" << endl;
381 static int readfull = 0;
389 map<string, TBranch*>::const_iterator bIter;
394 cout <<
ThisName <<
": branch: " << bIter->first << endl;
396 string::size_type pos = bIter->first.find(
"/Sync");
397 if (pos != string::npos)
405 cout <<
PHWHERE <<
"Could not locate Sync Branch" << endl;
406 cout <<
"Please check for it in the following list of branch names and" << endl;
407 cout <<
"PLEASE NOTIFY PHENIX-OFF-L and post the macro you used" << endl;
410 cout << bIter->first << endl;
415 size_t EventOnDst = 0;
430 cout <<
ThisName <<
": File exhausted while resyncing" << endl;
450 cout <<
ThisName <<
": File exhausted while resyncing" << endl;
483 map<const string, int>::iterator branchiter;
496 cout <<
"Setting Root Tree Branch: " << branch <<
" to read" << endl;
504 cout <<
"Setting Root Tree Branch: " << branch <<
" to NOT read" << endl;
518 map<const string, int>::const_iterator branchiter;
524 cout << branchiter->first <<
" set to " << branchiter->second << endl;
534 cout <<
PHWHERE <<
" " <<
Name() <<
": You can only call this function after a file has been opened" << endl;
535 cout <<
"Do not worry, the branches will be set as soon as you open a file" << endl;
555 if (what ==
"ALL" || what ==
"BRANCH")
558 cout <<
"--------------------------------------" << endl << endl;
559 cout <<
"List of selected branches in Fun4AllDstInputManager " <<
Name() <<
":" << endl;
561 map<const string, int>::const_iterator iter;
564 cout << iter->first <<
" is switched ";
576 if ( (what ==
"ALL" || what ==
"PHOOL") &&
IManager)
579 cout <<
"--------------------------------------" << endl << endl;
580 cout <<
"PHNodeIOManager print in Fun4AllDstInputManager " <<
Name() <<
":" << endl;
592 list<string>::const_iterator iter =
filelist.begin();
595 cout <<
PHWHERE <<
" opening next file: " << *iter << endl;
599 cout <<
PHWHERE <<
" could not open file: " << *iter << endl;
617 EventOnDst -=
static_cast<unsigned>(i);
621 cout <<
PHWHERE <<
ThisName <<
": could not push back events, Imanager is NULL"
622 <<
" probably the dst is not open yet (you need to call fileopen or run 1 event for lists)" << 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 * getNode(const char *name, const char *topnodename="TOP")
void setEventNumber(const size_t evno)
size_t getEventNumber() const
virtual void print() const
int readSpecific(size_t requestedEvent, const char *objectName)
void selectObjectToRead(const char *objectName, PHBoolean readit)
PHCompositeNode * read(PHCompositeNode *=0, size_t=0)
std::map< std::string, TBranch * > * GetBranchMap()
virtual int Different(const SyncObject *other) const
virtual void identify(std::ostream &os=std::cout) const
virtual void SegmentNumber(const int)
set Segment Number
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
static const char * SYNCVARS[]
static const int NUM_SYNC_VARS