13 #include <boost/foreach.hpp>
38 while (InManager.begin() != InManager.end())
44 delete InManager.back();
55 if ( inman->
Name() == InputManager->
Name() )
57 cout <<
"InputManager " << InputManager->
Name() <<
" allready in list" << endl;
64 cout <<
"Registering InputManager " << InputManager->
Name() << endl;
66 InManager.push_back(InputManager);
67 iretInManager.push_back(0);
77 if (name == inman->
Name())
82 cout <<
Name() <<
": Could not find InputManager" << name << endl;
90 vector<Fun4AllInputManager *>::iterator iter;
94 int resetnodetree = 0;
99 for (iter = InManager.begin(); iter != InManager.end(); ++iter)
101 iretInManager[iman] = (*iter)->run(1);
102 iret += iretInManager[iman];
105 if (!iretInManager[iman])
107 if (!((*iter)->GetSyncObject(&MasterSync)))
115 iretsync = CheckSync(iman);
126 if (iret || iretsync)
137 vector<Fun4AllInputManager *>::const_iterator InIter;
140 for (InIter = InManager.begin(); InIter != InManager.end(); ++InIter)
142 if ((*InIter)->isOpen())
144 (*InIter)->fileclose();
146 int ireset = (*InIter)->ResetFileList();
150 cout <<
"Resetting input manager " << (*InIter)->Name() <<
" failed during Repeat" << endl;
161 vector<int>::const_iterator iter;
163 InIter = InManager.begin();
164 for (iter = iretInManager.begin(); iter != iretInManager.end(); ++iter)
168 cout << (*InIter)->Name() <<
": return code: " << *iter << endl;
172 (*InIter)->PushBackEvents(1);
175 cout << (*InIter)->Name() <<
": push evts: " << *iter << endl;
186 for (
unsigned nman = 0; nman < iman; nman++)
188 InManager[nman]->NoSyncPushBackEvents(1);
195 if (nevnts > 0 && ++icnt >= nevnts)
207 for (iter = InManager.begin(); iter != InManager.end(); ++iter)
209 int runno = (*iter)->RunNumber();
212 cout <<
ThisName <<
" input mgr " << (*iter)->Name() <<
" run: " << runno << endl;
224 if (currentrun != runno)
226 cout <<
"Mixing run numbers (except runnumber=0 which means no valid runnumber) is not supported" << endl;
227 cout <<
"Here are the list of input managers and runnumbers:" << endl;
230 cout << inman->
Name() <<
" runno: " << inman->
RunNumber() << endl;
232 cout <<
"Exiting now" << endl;
239 return resetnodetree;
248 if (!InManager.empty())
250 int Npushback = -nevnts;
255 int iret = InManager[0]->PushBackEvents(Npushback);
262 cout <<
PHWHERE <<
" Error during skipping events" << endl;
266 cout <<
PHWHERE <<
" Cannot skip events: No Input Managers registered?" << endl;
267 Print(
"INPUTMANAGER");
268 cout <<
"If there are Input Managers in this list, send mail with this" << endl;
269 cout <<
"error message to off-l" << endl;
270 cout <<
"and include the macro you used" << endl;
280 if (managername == inman->
Name())
282 int iret = inman->
fileopen(filename);
286 cout <<
"No Input Manager " << managername <<
" registered" << endl;
295 if (managername == inman->
Name())
301 cout <<
"No Input Manager " << managername <<
" registered" << endl;
321 if (managername == inman->
Name())
327 cout <<
"No Input Manager " << managername <<
" registered" << endl;
347 if (managername == inman->
Name() || managername.empty())
357 cout <<
"No Input Manager " << managername <<
" registered" << endl;
363 if (what ==
"ALL" || what ==
"INPUTMANAGER")
366 cout <<
"--------------------------------------" << endl << endl;
367 cout <<
"List of InputManagers in Fun4AllSyncManager "
368 <<
Name() <<
":" << endl;
372 cout << inman->
Name() << endl;
379 int Fun4AllSyncManager::CheckSync(
const unsigned i)
382 iret = InManager[i]->SyncIt(MasterSync);
389 list<string>::const_iterator listiter;
390 vector<Fun4AllInputManager *>::const_iterator iter;
391 for (iter = InManager.begin(); iter != InManager.end(); ++iter)
393 list<string> fl = (*iter)->GetFileOpenedList();
394 for (listiter = fl.begin(); listiter != fl.end(); ++listiter)
396 fnames.push_back(*listiter);
420 cout <<
"Resetting Event for Input Manager " << inman->
Name() << 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()
void EventNumber(const int evtno)
int registerInputManager(Fun4AllInputManager *InManager)
Fun4AllSyncManager(const std::string &name="SYNCMANAGERNONAME")
void CurrentEvent(const int evt)
virtual ~Fun4AllSyncManager()
int skip(const int nevnts=0)
skip n events (0 means up to the end of file). Skip means read, don't process.
Fun4AllInputManager * getInputManager(const std::string &name)
void Print(const std::string &what="ALL") const
void PushBackInputMgrsEvents(const int i)
int run(const int nevnts=0)
run n events (0 means up to end of file
void GetInputFullFileList(std::vector< std::string > &fnames) const
int fileopen(const std::string &managername="NONE", const std::string &filename="NONE")
int fileclose(const std::string &managername="NONE")
int BranchSelect(const std::string &managername, const std::string &branch, int iflag)