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.1 by querten, Sat Mar 15 17:03:05 2008 UTC vs.
Revision 1.2 by querten, Mon Mar 17 06:26:30 2008 UTC

# Line 40 | Line 40 | struct stChunkToSave{  unsigned short typ
40  
41   #define C_RECO                          12000   // Contains Chunks related to Reconstruction
42                                                                          // [12000,12999] is reserved for Reconstruction data
43 < #define C_RECO_TRACK            12110           // Contains RecoTracks
43 > #define C_RECO_TRACK            12110           // Contains Chunks related to RecoTracks
44   #define C_RECO_TRACKHITS        12111           // Contains RecHits
45  
46   #define C_GEOMETRY                      20000   // Contains Chunks related to the Geometry
47                                                                          // [20000,29999] is reserved for geometry
48  
49 + #define C_TRACKER                       21000   // Contains Chunks related to the Tracker Geometry
50 +                                                                        // [21000,21999] is reserved for the Tracker Geometry
51 +
52 + #define C_TRACKER_PIB           21100   // Contains data of a PIB Module
53 + #define C_TRACKER_PIE           21200   // Contains data of a PIE Module
54 + #define C_TRACKER_TIB           21300   // Contains data of a TIB Module
55 + #define C_TRACKER_TID           21400   // Contains data of a TID Module
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  
60  
61   void ReadChunk (FILE* pFile, stChunk* pChunk);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines