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.6 by querten, Fri Apr 18 11:31:20 2008 UTC

# Line 74 | Line 74 | struct stChunkToSave{  unsigned short typ
74   #define C_HCAL_HO                       23300   // Contains data of a HO Module
75   #define C_HCAL_HF                       23400   // Contains data of a HF Module
76  
77 + #define C_MUON                          24000   // Contains Chunks related to the Muon Geometry
78 +                                                                        // [23000,23999] is reserved for the Muon Geometry
79 +
80 + #define C_MUON_DT                       24100   // Contains data of a DT Module
81 + #define C_MUON_CSC                      24200   // Contains data of a CSC Module
82 + #define C_MUON_RPC                      24300   // Contains data of a RPC Module
83 +
84 +
85  
86  
87   void ReadChunk (FILE* pFile, stChunk* pChunk);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines