00001 #ifndef ATHENA_UTIL_DETECTOR_INFO_DEF_V1_H
00002 #define ATHENA_UTIL_DETECTOR_INFO_DEF_V1_H
00003
00004 const unsigned DI_V1_Atlas_Lar = (1<<0);
00005 const unsigned DI_V1_Atlas_Lar_EM = (1<<1);
00006 const unsigned DI_V1_Atlas_Lar_HEC = (1<<2);
00007 const unsigned DI_V1_Atlas_Lar_FCal = (1<<3);
00008 const unsigned DI_V1_Atlas_Tile = (1<<4);
00009
00010 const unsigned DI_V1_EM_sampling = (1<<5)|(1<<6)|(1<<7);
00011 const unsigned DI_V1_EM_sampling_SHIFT = 5;
00012 const unsigned DI_V1_EM_barrel = (1<<8);
00013 const unsigned DI_V1_EM_endcap = (1<<9);
00014 const unsigned DI_V1_EM_endcap_inner = (1<<10);
00015 const unsigned DI_V1_EM_endcap_outer = (1<<11);
00016
00017 const unsigned DI_V1_Tile_sampling = (1<<12)|(1<<13)|(1<<14)|(1<<15)|(1<<16);
00018 const unsigned DI_V1_Tile_sampling_SHIFT = 12;
00019 const unsigned DI_V1_Tile_tile = (1<<17);
00020 const unsigned DI_V1_Tile_barrel = (1<<18);
00021 const unsigned DI_V1_Tile_extbarrel = (1<<19);
00022 const unsigned DI_V1_Tile_gap = (1<<20);
00023 const unsigned DI_V1_Tile_gapscin = (1<<21);
00024
00025 #endif // ATHENA_UTIL_DETECTOR_INFO_DEF_V1_H