15 static const int N_PL = 30;
34 TH1* m_h1_ele [N_PL+1];
35 TH1* m_h1_pos [N_PL+1];
36 TH1* m_h1_time[N_PL+1];
37 TH1* m_h1_dd [N_PL+1];
38 TH1* m_h1_td [N_PL+1];
41 AnaTrack(
const std::string& name=
"AnaTrack");
49 typedef std::map<int, int> IdMap_t;
50 void FindTrackRelation (IdMap_t& id_map);
53 void DrawOneGroup(
const std::string name, TH1* h1[],
const int i_pl0,
const int i_pl1);
An example class to analyze hodoscope hits in E1039 DST file.
AnaTrack(const std::string &name="AnaTrack")
int InitRun(PHCompositeNode *topNode)
int Init(PHCompositeNode *topNode)
int End(PHCompositeNode *topNode)
Called at the end of all processing.
int process_event(PHCompositeNode *topNode)
An SQ interface class to hold one event header.
An SQ interface class to hold a list of SQHit objects.
An SQ interface class to hold a list of SQTrack objects.