Class Reference for E1039 Core & Analysis Software
Fun4AllPrdfInputManager.h
Go to the documentation of this file.
1 #ifndef FUN4ALLPRDFINPUTMANAGER_H__
2 #define FUN4ALLPRDFINPUTMANAGER_H__
3 
4 #include "Fun4AllInputManager.h"
5 
6 #include <string>
7 #include <map>
8 
9 class Event;
10 class Eventiterator;
11 class PHCompositeNode;
12 class SyncObject;
13 
15 {
16  public:
17  Fun4AllPrdfInputManager(const std::string &name = "DUMMY", const std::string &topnodename = "TOP");
18  virtual ~Fun4AllPrdfInputManager();
19  int fileopen(const std::string &filenam);
20  int fileclose();
21  int run(const int nevents = 0);
22  int isOpen() {return isopen;}
23 
24  void Print(const std::string &what = "ALL") const;
25  int ResetEvent();
26  int PushBackEvents(const int i);
27  int GetSyncObject(SyncObject **mastersync);
28  int SyncIt(const SyncObject *mastersync);
29 
30  protected:
31  int OpenNextFile();
32  int segment;
33  int isopen;
36  std::string topNodeName;
40  Eventiterator *eventiterator;
42 };
43 
44 #endif /* __FUN4ALLPRDFINPUTMANAGER_H__ */
Definition: Event.h:13
Fun4AllPrdfInputManager(const std::string &name="DUMMY", const std::string &topnodename="TOP")
void Print(const std::string &what="ALL") const
int GetSyncObject(SyncObject **mastersync)
int run(const int nevents=0)
int fileopen(const std::string &filenam)
int SyncIt(const SyncObject *mastersync)