Class Reference for E1039 Core & Analysis Software
SimDstTrimmer.h
Go to the documentation of this file.
1 #ifndef SimDstTrimmer_H
2 #define SimDstTrimmer_H
3 //#include <vector>
4 //#include <string>
5 //#include <iostream>
6 //#include <set>
7 //#include <list>
8 //#include <map>
9 #include <fun4all/SubsysReco.h>
11 
12 class SimDstTrimmer : public SubsysReco {
13  public:
14  SimDstTrimmer(const std::string &name = "SimDstTrimmer");
15  virtual ~SimDstTrimmer();
16 
17  int Init(PHCompositeNode *topNode);
18  int InitRun(PHCompositeNode *topNode);
19  int process_event(PHCompositeNode *topNode);
20  int End(PHCompositeNode *topNode);
21 
22  private:
23  PHG4TruthInfoContainer* _truth;
24 
25  int GetNodes(PHCompositeNode *topNode);
26 };
27 
28 
29 #endif
int InitRun(PHCompositeNode *topNode)
int End(PHCompositeNode *topNode)
Called at the end of all processing.
int process_event(PHCompositeNode *topNode)
virtual ~SimDstTrimmer()
int Init(PHCompositeNode *topNode)
SimDstTrimmer(const std::string &name="SimDstTrimmer")