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.8 by querten, Sat Apr 19 14:34:58 2008 UTC vs.
Revision 1.9 by querten, Sat Apr 26 10:43:48 2008 UTC

# Line 52 | Line 52 | struct stChunkToSave{  unsigned short typ
52   #define C_GEOMETRY                      20000   // Contains Chunks related to the Geometry
53                                                                          // [20000,29999] is reserved for geometry
54  
55 +
56   #define C_TRACKER                       21000   // Contains Chunks related to the Tracker Geometry
57                                                                          // [21000,21999] is reserved for the Tracker Geometry
58 + #define C_TRACKER_MOD           21100   // Contains data of a Module
59  
58 #define C_TRACKER_PIB           21100   // Contains data of a PIB Module
59 #define C_TRACKER_PIE           21200   // Contains data of a PIE Module
60 #define C_TRACKER_TIB           21300   // Contains data of a TIB Module
61 #define C_TRACKER_TID           21400   // Contains data of a TID Module
62 #define C_TRACKER_TOB           21500   // Contains data of a TOB Module
63 #define C_TRACKER_TEC           21600   // Contains data of a TEC Module
60  
61   #define C_ECAL                          22000   // Contains Chunks related to the ECAL Geometry
62                                                                          // [22000,22999] is reserved for the ECAL Geometry
63 + #define C_ECAL_MOD                      22100   // Contains data of a Module
64  
68 #define C_ECAL_EB                       22100   // Contains data of a EB Module
69 #define C_ECAL_EE                       22200   // Contains data of a EE Module
70 #define C_ECAL_PS                       22300   // Contains data of a PS Module
65  
66   #define C_HCAL                          23000   // Contains Chunks related to the HCAL Geometry
67                                                                          // [23000,23999] is reserved for the HCAL Geometry
68 + #define C_HCAL_MOD                      23100   // Contains data of a Module
69  
75 #define C_HCAL_HB                       23100   // Contains data of a HB Module
76 #define C_HCAL_HE                       23200   // Contains data of a HE Module
77 #define C_HCAL_HO                       23300   // Contains data of a HO Module
78 #define C_HCAL_HF                       23400   // Contains data of a HF Module
70  
71   #define C_MUON                          24000   // Contains Chunks related to the Muon Geometry
72                                                                          // [24000,24999] is reserved for the Muon Geometry
73 <
83 < #define C_MUON_DT                       24100   // Contains data of a DT Module
84 < #define C_MUON_CSC                      24200   // Contains data of a CSC Module
85 < #define C_MUON_RPC                      24300   // Contains data of a RPC Module
86 <
87 <
73 > #define C_MUON_MOD                      24100   // Contains data of a Module
74  
75  
76   void ReadChunk (FILE* pFile, stChunk* pChunk);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines