ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FastOpenGlDisplayer/interface/Chunk.h
(Generate patch)

Comparing UserCode/FastOpenGlDisplayer/interface/Chunk.h (file contents):
Revision 1.9 by querten, Sat Apr 26 10:43:48 2008 UTC vs.
Revision 1.11 by querten, Sun May 4 06:46:29 2008 UTC

# Line 42 | Line 42 | struct stChunkToSave{  unsigned short typ
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
# Line 72 | 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines