74 |
|
#define C_HCAL_HO 23300 // Contains data of a HO Module |
75 |
|
#define C_HCAL_HF 23400 // Contains data of a HF Module |
76 |
|
|
77 |
+ |
#define C_MUON 24000 // Contains Chunks related to the Muon Geometry |
78 |
+ |
// [23000,23999] is reserved for the Muon Geometry |
79 |
+ |
|
80 |
+ |
#define C_MUON_DT 24100 // Contains data of a DT Module |
81 |
+ |
#define C_MUON_CSC 24200 // Contains data of a CSC Module |
82 |
+ |
#define C_MUON_RPC 24300 // Contains data of a RPC Module |
83 |
+ |
|
84 |
+ |
|
85 |
|
|
86 |
|
|
87 |
|
void ReadChunk (FILE* pFile, stChunk* pChunk); |