10 #include "CLHEP/Units/defs.h" 11 #include "CLHEP/Units/SystemOfUnits.h" 47 double etaBarrelBin = 0.087;
48 for (
unsigned int ietabin = 0; ietabin <=
nBarrelEta; ietabin++) {
49 etaLim.push_back(firstEta+ietabin*etaBarrelBin);
52 double firstPhi = -180.;
54 for (
unsigned int iphibin = 0; iphibin <=
nBarrelPhi; iphibin++) {
55 phiLimBar.push_back((firstPhi+iphibin*phiBarrelBin)*CLHEP::degree);
61 double etaEndcapBin = 0.131;
62 for (
unsigned int ietabin = 1; ietabin <=
nEndcapEta; ietabin++) {
63 etaLim.push_back(firstEta+ietabin*etaEndcapBin);
66 for (
unsigned int iphibin = 0; iphibin <=
nEndcapPhi; iphibin++) {
67 phiLimEnd.push_back((firstPhi+iphibin*phiEndcapBin)*CLHEP::degree);
86 for (
unsigned int iphibin = 0; iphibin <=
nForwardPhi; iphibin++) {
87 phiLimFor.push_back((firstPhi+iphibin*phiForwardBin)*CLHEP::degree);
92 for (
unsigned int i = 0;
i <
etaLim.size();
i++) {
116 for (
unsigned int iphi = 0; iphi <
nBarrelPhi; iphi++) {
117 for (
unsigned int ieta = 0; ieta <
nBarrelEta; ieta++) {
121 for (
unsigned int ieta = 0; ieta <
nBarrelEta; ieta++) {
131 for (
unsigned int iphi = 0; iphi <
nEndcapPhi; iphi++) {
146 for (
unsigned int iphi = 0; iphi <
nForwardPhi; iphi++) {
185 std::vector<double> theEtaRanges(
etaLim);
static const unsigned int nForwardPhi
CaloCellManager(unsigned int theVerbosity)
static const unsigned int nForwardEta
std::vector< double > etaLim
static const unsigned int nEndcapEta
std::vector< double > phiLimBar
std::vector< double > getEtaRanges()
CaloCellId * getCellFromIndex(unsigned int id)
static const unsigned int nCaloCell
std::vector< double > phiLimFor
static const unsigned int nBarrelEta
CaloCellCollection theCellCollection
virtual ~CaloCellManager()
std::vector< double > phiLimEnd
unsigned int getCellIndexFromAngle(double eta, double phi)
static const unsigned int nBarrelPhi
static const unsigned int nEndcapPhi