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> |
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 |