1 #ifndef GEOMETRY_HCALTOWERALGO_HCALFLEXIHARDCODEGEOMETRYLOADER_H
2 #define GEOMETRY_HCALTOWERALGO_HCALFLEXIHARDCODEGEOMETRYLOADER_H 1
28 HBHOCellParameters (
int f_eta,
int f_depth,
int f_phiFirst,
int f_phiStep,
int f_dPhi,
float f_rMin,
float f_rMax,
float f_etaMin,
float f_etaMax)
44 HECellParameters (
int f_eta,
int f_depth,
int f_phiFirst,
int f_phiStep,
int f_dPhi,
float f_zMin,
float f_zMax,
float f_etaMin,
float f_etaMax)
60 HFCellParameters (
int f_eta,
int f_depth,
int f_phiFirst,
int f_phiStep,
int f_dPhi,
float f_zMin,
float f_zMax,
float f_rMin,
float f_rMax)
std::vector< std::vector< int > > m_segmentation
HECellParameters(int f_eta, int f_depth, int f_phiFirst, int f_phiStep, int f_dPhi, float f_zMin, float f_zMax, float f_etaMin, float f_etaMax)
std::vector< HFCellParameters > makeHFCells()
HBHOCellParameters(int f_eta, int f_depth, int f_phiFirst, int f_phiStep, int f_dPhi, float f_rMin, float f_rMax, float f_etaMin, float f_etaMax)
void fillHBHO(CaloSubdetectorGeometry *fGeometry, const std::vector< HBHOCellParameters > &fCells, bool fHB)
std::vector< HECellParameters > makeHECells_H2()
HcalFlexiHardcodeGeometryLoader(const edm::ParameterSet &)
std::vector< HBHOCellParameters > makeHOCells()
std::vector< HBHOCellParameters > makeHBCells(const HcalTopology &topology)
CaloSubdetectorGeometry * load(const HcalTopology &fTopology)
void fillHE(CaloSubdetectorGeometry *fGeometry, const std::vector< HECellParameters > &fCells)
void fillHF(CaloSubdetectorGeometry *fGeometry, const std::vector< HFCellParameters > &fCells)
std::vector< HECellParameters > makeHECells(const HcalTopology &topology)
HFCellParameters(int f_eta, int f_depth, int f_phiFirst, int f_phiStep, int f_dPhi, float f_zMin, float f_zMax, float f_rMin, float f_rMax)