# | Line 73 | Line 73 | struct stChunkToSave{ unsigned short typ | |
---|---|---|
73 | // [24000,24999] is reserved for the Muon Geometry | |
74 | #define C_MUON_MOD 24100 // Contains data of a Module | |
75 | ||
76 | + | #define C_FWD 25000 // Contains Chunks related to the FWD Geometry |
77 | + | // [23000,23999] is reserved for the FWD Geometry |
78 | + | #define C_FWD_MOD 25100 // Contains data of a Module |
79 | + | |
80 | ||
81 | void ReadChunk (FILE* pFile, stChunk* pChunk); | |
82 | void WriteChunk(FILE* pFile, stChunkToSave* pChunk); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |