#include <CastorHardcodeGeometryLoader.h>
Public Member Functions | |
CastorHardcodeGeometryLoader () | |
CastorHardcodeGeometryLoader (const CastorTopology &ht) | |
virtual std::auto_ptr < CaloSubdetectorGeometry > | load (DetId::Detector det, int subdet) |
std::auto_ptr < CaloSubdetectorGeometry > | load () |
virtual | ~CastorHardcodeGeometryLoader () |
Private Member Functions | |
void | fill (HcalCastorDetId::Section section, CaloSubdetectorGeometry *cg) |
void | init () |
void | makeCell (const HcalCastorDetId &detId, CaloSubdetectorGeometry *geom) const |
Private Attributes | |
const CastorTopology * | extTopology |
float | theEMSectiondX |
float | theEMSectiondY |
float | theEMSectiondZ |
float | theHADSectiondX |
float | theHADSectiondY |
float | theHADSectiondZ |
CastorTopology * | theTopology |
Definition at line 12 of file CastorHardcodeGeometryLoader.h.
CastorHardcodeGeometryLoader::CastorHardcodeGeometryLoader | ( | ) |
Definition at line 11 of file CastorHardcodeGeometryLoader.cc.
References init().
|
explicit |
Definition at line 18 of file CastorHardcodeGeometryLoader.cc.
References init().
|
inlinevirtual |
Definition at line 16 of file CastorHardcodeGeometryLoader.h.
References theTopology.
|
private |
Definition at line 59 of file CastorHardcodeGeometryLoader.cc.
References CaloSubdetectorGeometry::allocateCorners(), CaloSubdetectorGeometry::allocatePar(), CaloSubdetectorGeometry::cornersMgr(), extTopology, CastorTopology::firstCell(), CastorGeometry::k_NumberOfParametersPerShape, CastorGeometry::k_NumberOfShapes, HcalCastorDetId::kNumberSectorsPerEnd, HcalCastorDetId::kSizeForDenseIndexing, CastorTopology::lastCell(), makeCell(), CaloSubdetectorGeometry::parMgr(), and CastorTopology::valid().
Referenced by load().
|
private |
Definition at line 25 of file CastorHardcodeGeometryLoader.cc.
References dXEMPlate, dXHADPlate, dYEMPlate, dYHADPlate, theEMSectiondX, theEMSectiondY, theEMSectiondZ, theHADSectiondX, theHADSectiondY, and theHADSectiondZ.
Referenced by CastorHardcodeGeometryLoader().
|
virtual |
Definition at line 36 of file CastorHardcodeGeometryLoader.cc.
References HcalCastorDetId::EM, extTopology, fill(), HcalCastorDetId::HAD, and HcalCastorDetId::SubdetectorId.
Referenced by CastorHardcodeGeometryEP::produce().
std::auto_ptr< CaloSubdetectorGeometry > CastorHardcodeGeometryLoader::load | ( | ) |
Definition at line 49 of file CastorHardcodeGeometryLoader.cc.
References HcalCastorDetId::EM, extTopology, fill(), and HcalCastorDetId::HAD.
|
private |
Definition at line 99 of file CastorHardcodeGeometryLoader.cc.
References timingPdfMaker::can, funct::cos(), cuy::dh, PFRecoTauDiscriminationAgainstElectronDeadECAL_cfi::dR, HcalCastorDetId::EM, benchmark_cfg::fc, CaloCellGeometry::getParmPtr(), CastorGeometry::k_NumberOfParametersPerShape, HcalCastorDetId::kNumberSectorsPerEnd, create_public_lumi_plots::leg, M_PI, HcalCastorDetId::module(), python.rootplot.argparse::module, CaloSubdetectorGeometry::newCell(), CaloSubdetectorGeometry::parMgr(), CaloSubdetectorGeometry::parVecVec(), phi, HcalCastorDetId::section(), HcalCastorDetId::sector(), jetcorrextractor::sign(), funct::sin(), mathSSE::sqrt(), HcalCastorDetId::zside(), and ecaldqm::zside().
Referenced by fill().
|
private |
Definition at line 28 of file CastorHardcodeGeometryLoader.h.
|
private |
Definition at line 31 of file CastorHardcodeGeometryLoader.h.
Referenced by init().
|
private |
Definition at line 32 of file CastorHardcodeGeometryLoader.h.
Referenced by init().
|
private |
Definition at line 33 of file CastorHardcodeGeometryLoader.h.
Referenced by init().
|
private |
Definition at line 34 of file CastorHardcodeGeometryLoader.h.
Referenced by init().
|
private |
Definition at line 35 of file CastorHardcodeGeometryLoader.h.
Referenced by init().
|
private |
Definition at line 36 of file CastorHardcodeGeometryLoader.h.
Referenced by init().
|
private |
Definition at line 27 of file CastorHardcodeGeometryLoader.h.
Referenced by ~CastorHardcodeGeometryLoader().