1 #ifndef _ANA_SIM_DIMUON__H_
2 #define _ANA_SIM_DIMUON__H_
5 #include <TLorentzVector.h>
34 std::map<int, int> m_proc_id_cnt;
35 std::map<int, int> m_part_id_1_cnt;
36 std::map<int, int> m_part_id_2_cnt;
37 std::map<int, int> m_part_id_3_cnt;
38 std::map<int, int> m_part_id_4_cnt;
39 std::map<std::string, int> m_part_id_12_cnt;
50 typedef std::map<int, int> IdMap_t;
51 void FindDimuonRelation(IdMap_t& id_map);
std::vector< DimuonData > DimuonList
std::vector< TrackData > TrackList
An example class to analyze the simulated uDST file.
AnaSimDimuon(const std::string &name="AnaSimDimuon")
int process_event(PHCompositeNode *topNode)
int Init(PHCompositeNode *topNode)
int End(PHCompositeNode *topNode)
Called at the end of all processing.
int InitRun(PHCompositeNode *topNode)
An SQ interface class to hold a list of SQDimuon objects.
An SQ interface class to hold one event header.
An SQ interface class to hold one simulated-event header.
An SQ interface class to hold a list of SQTrack objects.