56 |
|
#define C_TRACKER_TOB 21500 // Contains data of a TOB Module |
57 |
|
#define C_TRACKER_TEC 21600 // Contains data of a TEC Module |
58 |
|
|
59 |
+ |
#define C_ECAL 22000 // Contains Chunks related to the ECAL Geometry |
60 |
+ |
// [22000,22999] is reserved for the ECAL Geometry |
61 |
+ |
|
62 |
+ |
#define C_ECAL_EB 22100 // Contains data of a EB Module |
63 |
+ |
#define C_ECAL_EE 22200 // Contains data of a EE Module |
64 |
+ |
#define C_ECAL_PS 22300 // Contains data of a PS Module |
65 |
+ |
|
66 |
+ |
#define C_HCAL 23000 // Contains Chunks related to the HCAL Geometry |
67 |
+ |
// [23000,23999] is reserved for the HCAL Geometry |
68 |
+ |
|
69 |
+ |
#define C_HCAL_HB 23100 // Contains data of a HB Module |
70 |
+ |
#define C_HCAL_HE 23200 // Contains data of a HE Module |
71 |
+ |
#define C_HCAL_HO 23300 // Contains data of a HO Module |
72 |
+ |
#define C_HCAL_HF 23400 // Contains data of a HF Module |
73 |
+ |
|
74 |
|
|
75 |
|
|
76 |
|
void ReadChunk (FILE* pFile, stChunk* pChunk); |