Main Page   Class Hierarchy   Compound List   File List   Compound Members  

DetectorInfoDef.h

00001 #ifndef ATHENA_UTIL_DETECTOR_INFO_DEF_H
00002 #define ATHENA_UTIL_DETECTOR_INFO_DEF_H
00003 
00004 const unsigned DI_Atlas_Lar_EM   = (1<<0);
00005 const unsigned DI_Atlas_Lar_HEC  = (1<<1);
00006 const unsigned DI_Atlas_Lar_FCal = (1<<2);
00007 const unsigned DI_Atlas_Tile     = (1<<3);
00008 
00009 const unsigned DI_EM_sampling     = (1<<4)|(1<<5);
00010 const unsigned DI_EM_sampling_SHIFT = 4;
00011 const unsigned DI_EM_barrel       = (1<<6);
00012 const unsigned DI_EM_endcap_outer = (1<<7);
00013 const unsigned DI_EM_endcap_inner = (1<<8);
00014 
00015 const unsigned DI_HEC_sampling    = (1<<9)|(1<<10);
00016 const unsigned DI_HEC_sampling_SHIFT = 9;
00017 
00018 const unsigned DI_FCal_sampling    = (1<<11)|(1<<12);
00019 const unsigned DI_FCal_sampling_SHIFT = 11;
00020 
00021 const unsigned DI_Tile_sampling  = (1<<13)|(1<<14)|(1<<15);
00022 const unsigned DI_Tile_sampling_SHIFT  = 13;
00023 const unsigned DI_Tile_barrel    = (1<<16);
00024 const unsigned DI_Tile_extbarrel = (1<<17);
00025 const unsigned DI_Tile_gap       = (1<<18);
00026 const unsigned DI_Tile_gapscin   = (1<<19);
00027 
00028 #endif // ATHENA_UTIL_DETECTOR_INFO_DEF_H

Generated on Tue Apr 13 13:25:32 2004 for ATLAS JAPAN by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002