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.1 by querten, Sat Mar 15 17:03:05 2008 UTC vs.
Revision 1.10 by querten, Thu May 1 06:52:20 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 40 | Line 40 | struct stChunkToSave{  unsigned short typ
40  
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 RecoTracks
44 < #define C_RECO_TRACKHITS        12111           // Contains RecHits
43 > #define C_RECO_TRACK            12110           // Contains Chunks related to RecoTracks
44 > #define C_RECO_TRACKHIT         12111           // Contains RecHits
45 > #define C_RECO_TRACKINFO        12112           // Contains Pt, Collection, Chi2
46 >
47 > #define C_RECO_ECALHIT          12210           // Contains Chunks related to Ecal Clusters/Hits
48 > #define C_RECO_HCALHIT          12310           // Contains Chunks related to Hcal Clusters/Hits
49 >
50 > #define C_RECO_MUONSEG          12410           // Contains Chunks related to Muon Segment
51 > #define C_RECO_MUONHIT          12420           // Contains Chunks related to Muon Hits
52  
53   #define C_GEOMETRY                      20000   // Contains Chunks related to the Geometry
54                                                                          // [20000,29999] is reserved for geometry
55  
56  
57 + #define C_TRACKER                       21000   // Contains Chunks related to the Tracker Geometry
58 +                                                                        // [21000,21999] is reserved for the Tracker Geometry
59 + #define C_TRACKER_MOD           21100   // Contains data of a Module
60 +
61 +
62 + #define C_ECAL                          22000   // Contains Chunks related to the ECAL Geometry
63 +                                                                        // [22000,22999] is reserved for the ECAL Geometry
64 + #define C_ECAL_MOD                      22100   // Contains data of a Module
65 +
66 +
67 + #define C_HCAL                          23000   // Contains Chunks related to the HCAL Geometry
68 +                                                                        // [23000,23999] is reserved for the HCAL Geometry
69 + #define C_HCAL_MOD                      23100   // Contains data of a Module
70 +
71 +
72 + #define C_MUON                          24000   // Contains Chunks related to the Muon Geometry
73 +                                                                        // [24000,24999] is reserved for the Muon Geometry
74 + #define C_MUON_MOD                      24100   // Contains data of a Module
75 +
76  
77   void ReadChunk (FILE* pFile, stChunk* pChunk);
78   void WriteChunk(FILE* pFile, stChunkToSave* pChunk);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines