5 #ifndef FUN4ALLSYNCMANAGER_H__
6 #define FUN4ALLSYNCMANAGER_H__
25 int run(
const int nevnts = 0);
31 int skip(
const int nevnts = 0);
33 int fileopen(
const std::string &managername =
"NONE",
const std::string &filename =
"NONE");
34 int fileclose(
const std::string &managername =
"NONE");
38 void Print(
const std::string &what =
"ALL")
const;
41 int BranchSelect(
const std::string &managername,
const std::string &branch,
int iflag);
42 int BranchSelect(
const std::string &branch,
const int iflag);
50 void Repeat(
const int i=-1) {repeat = i;}
56 int CheckSync(
unsigned i);
64 std::vector<Fun4AllInputManager *> InManager;
65 std::vector<int> iretInManager;
void TotalEvents(const int i)
int registerInputManager(Fun4AllInputManager *InManager)
int SegmentNumber() const
Fun4AllSyncManager(const std::string &name="SYNCMANAGERNONAME")
void Repeat(const int i=-1)
void CurrentEvent(const int evt)
virtual ~Fun4AllSyncManager()
void SegmentNumber(const int iseg)
int skip(const int nevnts=0)
skip n events (0 means up to the end of file). Skip means read, don't process.
void PrdfEvents(const int i)
Fun4AllInputManager * getInputManager(const std::string &name)
void CurrentRun(const int ival)
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
const std::vector< Fun4AllInputManager * > GetInputManagers() 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)