# | Line 56 | Line 56 | struct stChunkToSave{ unsigned short typ | |
---|---|---|
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 | + | // [21000,21999] 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 | + | |
65 | ||
66 | ||
67 | void ReadChunk (FILE* pFile, stChunk* pChunk); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |