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.2 by querten, Mon Mar 17 06:26:30 2008 UTC vs.
Revision 1.3 by querten, Fri Mar 21 19:40:46 2008 UTC

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines