46 |
|
#define C_RECO_ECALHIT 12210 // Contains Chunks related to Ecal Clusters/Hits |
47 |
|
#define C_RECO_HCALHIT 12310 // Contains Chunks related to Hcal Clusters/Hits |
48 |
|
|
49 |
+ |
#define C_RECO_MUONSEG 12410 // Contains Chunks related to Muon Segment |
50 |
+ |
#define C_RECO_MUONHIT 12420 // Contains Chunks related to Muon Hits |
51 |
+ |
|
52 |
|
#define C_GEOMETRY 20000 // Contains Chunks related to the Geometry |
53 |
|
// [20000,29999] is reserved for geometry |
54 |
|
|
77 |
|
#define C_HCAL_HO 23300 // Contains data of a HO Module |
78 |
|
#define C_HCAL_HF 23400 // Contains data of a HF Module |
79 |
|
|
80 |
+ |
#define C_MUON 24000 // Contains Chunks related to the Muon Geometry |
81 |
+ |
// [24000,24999] is reserved for the Muon Geometry |
82 |
+ |
|
83 |
+ |
#define C_MUON_DT 24100 // Contains data of a DT Module |
84 |
+ |
#define C_MUON_CSC 24200 // Contains data of a CSC Module |
85 |
+ |
#define C_MUON_RPC 24300 // Contains data of a RPC Module |
86 |
+ |
|
87 |
+ |
|
88 |
|
|
89 |
|
|
90 |
|
void ReadChunk (FILE* pFile, stChunk* pChunk); |