Class Reference for E1039 Core & Analysis Software
FilterSimEvent.h
Go to the documentation of this file.
1 #ifndef _FILTER_SIM_EVENT__H_
2 #define _FILTER_SIM_EVENT__H_
3 #include <fun4all/SubsysReco.h>
4 class SRecEvent;
5 
7 
10 class FilterSimEvent: public SubsysReco {
11  SRecEvent* srec;
12 
13  public:
15  virtual ~FilterSimEvent() {;}
16  int Init(PHCompositeNode *topNode);
17  int InitRun(PHCompositeNode *topNode);
18  int process_event(PHCompositeNode *topNode);
19  int End(PHCompositeNode *topNode);
20 };
21 
22 #endif /* _FILTER_SIM_EVENT__H_ */
An example class to filter (simulated) events.
int InitRun(PHCompositeNode *topNode)
int End(PHCompositeNode *topNode)
Called at the end of all processing.
int process_event(PHCompositeNode *topNode)
int Init(PHCompositeNode *topNode)
virtual ~FilterSimEvent()