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.10 by querten, Thu May 1 06:52:20 2008 UTC vs.
Revision 1.11 by querten, Sun May 4 06:46:29 2008 UTC

# Line 73 | Line 73 | struct stChunkToSave{  unsigned short typ
73                                                                          // [24000,24999] is reserved for the Muon Geometry
74   #define C_MUON_MOD                      24100   // Contains data of a Module
75  
76 + #define C_FWD                           25000   // Contains Chunks related to the FWD Geometry
77 +                                                                        // [23000,23999] is reserved for the FWD Geometry
78 + #define C_FWD_MOD                       25100   // Contains data of a Module
79 +
80  
81   void ReadChunk (FILE* pFile, stChunk* pChunk);
82   void WriteChunk(FILE* pFile, stChunkToSave* pChunk);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines