Class Reference for E1039 Core & Analysis Software
Fun4AllDstInputManager.h
Go to the documentation of this file.
1 #ifndef FUN4ALLDSTINPUTMANAGER_H__
2 #define FUN4ALLDSTINPUTMANAGER_H__
3 
4 #include "Fun4AllInputManager.h"
5 
6 #include <string>
7 #include <map>
8 
9 class PHCompositeNode;
10 class PHNodeIOManager;
11 class SyncObject;
13 {
14  public:
15  Fun4AllDstInputManager(const std::string &name = "DUMMY", const std::string &nodename = "DST", const std::string &topnodename = "TOP");
16  virtual ~Fun4AllDstInputManager();
17  int fileopen(const std::string &filenam);
18  int fileclose();
19  int run(const int nevents = 0);
20  int isOpen() {return isopen;}
21  int GetSyncObject(SyncObject **mastersync);
22  int SyncIt(const SyncObject *mastersync);
23  int BranchSelect(const std::string &branch, const int iflag);
24  int setBranches();
26  void Print(const std::string &what = "ALL") const;
27  int PushBackEvents(const int i);
28 
29  protected:
31  int OpenNextFile();
33  int isopen;
37  const char *fname;
38  std::string RunNode;
39  std::map<const std::string, int> branchread;
40  std::string syncbranchname;
45 };
46 
47 #endif /* __FUN4ALLDSTINPUTMANAGER_H__ */
int SyncIt(const SyncObject *mastersync)
virtual int setSyncBranches(PHNodeIOManager *IManager)
int BranchSelect(const std::string &branch, const int iflag)
int fileopen(const std::string &filenam)
std::map< const std::string, int > branchread
void Print(const std::string &what="ALL") const
Fun4AllDstInputManager(const std::string &name="DUMMY", const std::string &nodename="DST", const std::string &topnodename="TOP")
int GetSyncObject(SyncObject **mastersync)
int run(const int nevents=0)