Class Reference for E1039 Core & Analysis Software
SubsysRecoSignal.h
Go to the documentation of this file.
1 #ifndef _SUBSYS_RECO_SIGNAL__H_
2 #define _SUBSYS_RECO_SIGNAL__H_
3 #include <map>
4 #include <TVector3.h>
5 #include <TLorentzVector.h>
6 #include <fun4all/SubsysReco.h>
7 #include "TreeData.h"
8 class TFile;
9 class TTree;
10 class SQMCEvent;
11 class SQTrackVector;
12 class SQDimuonVector;
13 class SQHitVector;
14 
17  SQMCEvent * mi_evt_true;
18  SQTrackVector * mi_vec_trk;
19  SQDimuonVector* mi_vec_dim;
20  SQHitVector * mi_vec_hit;
21 
23  TFile* mo_file;
24  TTree* mo_tree;
25  SignalData mo_sig;
26 
27  public:
28  SubsysRecoSignal(const std::string &name="SubsysRecoSignal");
29  virtual ~SubsysRecoSignal() {;}
30  int Init(PHCompositeNode *topNode);
31  int InitRun(PHCompositeNode *topNode);
32  int process_event(PHCompositeNode *topNode);
33  int End(PHCompositeNode *topNode);
34 };
35 
36 #endif // _SUBSYS_RECO_SIGNAL__H_
An SQ interface class to hold a list of SQDimuon objects.
An SQ interface class to hold a list of SQHit objects.
Definition: SQHitVector.h:32
An SQ interface class to hold one simulated-event header.
Definition: SQMCEvent.h:12
An SQ interface class to hold a list of SQTrack objects.
Definition: SQTrackVector.h:19
int process_event(PHCompositeNode *topNode)
SubsysRecoSignal(const std::string &name="SubsysRecoSignal")
int InitRun(PHCompositeNode *topNode)
int Init(PHCompositeNode *topNode)
virtual ~SubsysRecoSignal()
int End(PHCompositeNode *topNode)
Called at the end of all processing.