16 #include <Event/Event.h>
17 #include <Event/fileEventiterator.h>
22 #include <boost/tokenizer.hpp>
23 #include <boost/foreach.hpp>
24 #include <boost/lexical_cast.hpp>
34 topNodeName(topnodename),
65 cout <<
"Closing currently open file "
67 <<
" and opening " << filenam << endl;
85 cout <<
PHWHERE <<
ThisName <<
": could not open file " << fname << endl;
105 cout <<
Name() <<
": No Input file open" << endl;
113 cout <<
Name() <<
": No Input file from filelist opened" << endl;
120 cout <<
"Getting Event from " <<
Name() << endl;
144 cout <<
ThisName <<
" PRDF run " <<
evt->getRunNumber() <<
", evt no: " <<
evt->getEvtSequence() << endl;
169 cout <<
Name() <<
": fileclose: No Input file open" << endl;
206 list<string>::const_iterator iter =
filelist.begin();
209 cout <<
PHWHERE <<
" opening next file: " << *iter << endl;
213 cout <<
PHWHERE <<
" could not open file: " << *iter << endl;
253 <<
" Fun4AllPrdfInputManager cannot push back " << i <<
" events into file"
260 <<
" no file open" << endl;
268 while (
nevents > 0 && ! errorflag)
273 cout <<
"Error after skipping " << i -
nevents
274 <<
" file exhausted?" << endl;
282 cout <<
"Skipping evt no: " <<
evt->getEvtSequence() << endl;
314 cout <<
PHWHERE <<
Name() <<
" No MasterSync object, cannot perform synchronization" << endl;
315 cout <<
"Most likely your first file does not contain a SyncObject and the file" << endl;
316 cout <<
"opened by the Fun4AllDstInputManager with Name " <<
Name() <<
" has one" << endl;
317 cout <<
"Change your macro and use the file opened by this input manager as first input" << endl;
318 cout <<
"and you will be okay. Fun4All will not process the current configuration" << endl << endl;
324 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 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
std::pair< int, int > GetRunSegment(const std::string &filename)