42 |
|
// [12000,12999] is reserved for Reconstruction data |
43 |
|
#define C_RECO_TRACK 12110 // Contains Chunks related to RecoTracks |
44 |
|
#define C_RECO_TRACKHIT 12111 // Contains RecHits |
45 |
+ |
#define C_RECO_TRACKINFO 12112 // Contains Pt, Collection, Chi2 |
46 |
|
|
47 |
|
#define C_RECO_ECALHIT 12210 // Contains Chunks related to Ecal Clusters/Hits |
48 |
|
#define C_RECO_HCALHIT 12310 // Contains Chunks related to Hcal Clusters/Hits |
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); |