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.5 by querten, Mon Mar 24 09:55:22 2008 UTC vs.
Revision 1.8 by querten, Sat Apr 19 14:34:58 2008 UTC

# Line 46 | Line 46 | struct stChunkToSave{  unsigned short typ
46   #define C_RECO_ECALHIT          12210           // Contains Chunks related to Ecal Clusters/Hits
47   #define C_RECO_HCALHIT          12310           // Contains Chunks related to Hcal Clusters/Hits
48  
49 + #define C_RECO_MUONSEG          12410           // Contains Chunks related to Muon Segment
50 + #define C_RECO_MUONHIT          12420           // Contains Chunks related to Muon Hits
51 +
52   #define C_GEOMETRY                      20000   // Contains Chunks related to the Geometry
53                                                                          // [20000,29999] is reserved for geometry
54  
# Line 74 | Line 77 | struct stChunkToSave{  unsigned short typ
77   #define C_HCAL_HO                       23300   // Contains data of a HO Module
78   #define C_HCAL_HF                       23400   // Contains data of a HF Module
79  
80 + #define C_MUON                          24000   // Contains Chunks related to the Muon Geometry
81 +                                                                        // [24000,24999] is reserved for the Muon Geometry
82 +
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 +
88  
89  
90   void ReadChunk (FILE* pFile, stChunk* pChunk);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines