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.3 by querten, Fri Mar 21 19:40:46 2008 UTC vs.
Revision 1.5 by querten, Mon Mar 24 09:55:22 2008 UTC

# Line 8 | Line 8
8   #ifndef _CHUNK_H__
9   #define _CHUNK_H__
10  
11 < #define _CRT_SECURE_NO_DEPRECATE
11 > #define _CRT_SECURE_NO_DEPRECATE 1
12  
13   #include <stdio.h>
14   #include <vector>
# Line 41 | Line 41 | struct stChunkToSave{  unsigned short typ
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 Chunks related to RecoTracks
44 < #define C_RECO_TRACKHITS        12111           // Contains RecHits
44 > #define C_RECO_TRACKHIT         12111           // Contains RecHits
45 >
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_GEOMETRY                      20000   // Contains Chunks related to the Geometry
50                                                                          // [20000,29999] is reserved for geometry
# Line 57 | Line 60 | struct stChunkToSave{  unsigned short typ
60   #define C_TRACKER_TEC           21600   // Contains data of a TEC Module
61  
62   #define C_ECAL                          22000   // Contains Chunks related to the ECAL Geometry
63 <                                                                        // [21000,21999] is reserved for the ECAL Geometry
63 >                                                                        // [22000,22999] is reserved for the ECAL Geometry
64  
65   #define C_ECAL_EB                       22100   // Contains data of a EB Module
66   #define C_ECAL_EE                       22200   // Contains data of a EE Module
67 + #define C_ECAL_PS                       22300   // Contains data of a PS Module
68 +
69 + #define C_HCAL                          23000   // Contains Chunks related to the HCAL Geometry
70 +                                                                        // [23000,23999] is reserved for the HCAL Geometry
71 +
72 + #define C_HCAL_HB                       23100   // Contains data of a HB Module
73 + #define C_HCAL_HE                       23200   // Contains data of a HE Module
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  
78  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines