ATLAS Offline Software
Loading...
Searching...
No Matches
FastCaloSim_CaloCell_ID.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef FastCaloSim_CaloCell_ID_h
6#define FastCaloSim_CaloCell_ID_h
7
8#include "CaloGeoHelpers/CaloSampling.h"
9
11 SUBPOS_MID = 0, // middle
12 SUBPOS_ENT = 1, // entrance
13 SUBPOS_EXT = 2 // exit
14};
15
16namespace CaloCell_ID_FCS {
18 FirstSample = CaloSampling::PreSamplerB,
19 PreSamplerB = CaloSampling::PreSamplerB,
20 EMB1 = CaloSampling::EMB1,
21 EMB2 = CaloSampling::EMB2,
22 EMB3 = CaloSampling::EMB3, // LAr barrel
23 PreSamplerE = CaloSampling::PreSamplerE,
24 EME1 = CaloSampling::EME1,
25 EME2 = CaloSampling::EME2,
26 EME3 = CaloSampling::EME3, // LAr EM endcap
27 HEC0 = CaloSampling::HEC0,
28 HEC1 = CaloSampling::HEC1,
29 HEC2 = CaloSampling::HEC2,
30 HEC3 = CaloSampling::HEC3, // Hadronic end cap cal.
31 TileBar0 = CaloSampling::TileBar0,
32 TileBar1 = CaloSampling::TileBar1,
33 TileBar2 = CaloSampling::TileBar2, // Tile barrel
34 TileGap1 = CaloSampling::TileGap1,
35 TileGap2 = CaloSampling::TileGap2,
36 TileGap3 = CaloSampling::TileGap3, // Tile gap (ITC & scint)
37 TileExt0 = CaloSampling::TileExt0,
38 TileExt1 = CaloSampling::TileExt1,
39 TileExt2 = CaloSampling::TileExt2, // Tile extended barrel
40 FCAL0 = CaloSampling::FCAL0,
41 FCAL1 = CaloSampling::FCAL1,
42 FCAL2 = CaloSampling::FCAL2, // Forward EM endcap
43
44 // Beware of MiniFCAL! We don't have it, so different numbers after FCAL2
45
46 LastSample = CaloSampling::FCAL2,
49};
51} // namespace CaloCell_ID_FCS
52#endif