Class Reference for E1039 Core & Analysis Software
Fun4AllDummyInputManager.h
Go to the documentation of this file.
1 #ifndef __FUN4ALLDUMMYINPUTMANAGER_H__
2 #define __FUN4ALLDUMMYINPUTMANAGER_H__
3 
4 #include "Fun4AllInputManager.h"
5 #include "Fun4AllReturnCodes.h"
6 
7 class PHCompositeNode;
8 class SubsysReco;
9 class SyncObject;
10 
12 {
13  public:
14 
15  Fun4AllDummyInputManager(const std::string &name = "DUMMY", const std::string &nodename = "DST");
17  int fileopen(const std::string& /*filename*/) {return 0;}
18  int fileclose() {return 0;}
19  int isOpen() {return 1;}
20  int run(const int /*nevents=0*/);
22  int SyncIt(const SyncObject* /*mastersync*/) {return Fun4AllReturnCodes::SYNC_OK;}
23  void setSyncManager(Fun4AllSyncManager *master);
24  int PushBackEvents(const int /*nevt*/) {return 0;}
25 
26  protected:
27 
28  int numevents;
29 };
30 
31 #endif /* __FUN4ALLDUMMYINPUTMANAGER_H__ */
Fun4AllDummyInputManager(const std::string &name="DUMMY", const std::string &nodename="DST")
void setSyncManager(Fun4AllSyncManager *master)
int fileopen(const std::string &)
int SyncIt(const SyncObject *)