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