#include <CastorHardcodeGeometryLoader.h>
Public Member Functions | |
CastorHardcodeGeometryLoader () | |
CastorHardcodeGeometryLoader (const CastorTopology &ht) | |
virtual std::unique_ptr< CaloSubdetectorGeometry > | load (DetId::Detector det, int subdet) |
std::unique_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 11 of file CastorHardcodeGeometryLoader.h.
CastorHardcodeGeometryLoader::CastorHardcodeGeometryLoader | ( | ) |
Definition at line 12 of file CastorHardcodeGeometryLoader.cc.
References init().
|
explicit |
Definition at line 17 of file CastorHardcodeGeometryLoader.cc.
References init().
|
inlinevirtual |
Definition at line 15 of file CastorHardcodeGeometryLoader.h.
References theTopology.
|
private |
Definition at line 47 of file CastorHardcodeGeometryLoader.cc.
References extTopology, CastorTopology::firstCell(), relativeConstraints::geom, l1ctLayer2EG_cff::id, CastorGeometry::k_NumberOfParametersPerShape, CastorGeometry::k_NumberOfShapes, HcalCastorDetId::kNumberSectorsPerEnd, HcalCastorDetId::kSizeForDenseIndexing, CastorTopology::lastCell(), makeCell(), hgcalPlots::section, and CastorTopology::valid().
Referenced by load().
|
private |
Definition at line 22 of file CastorHardcodeGeometryLoader.cc.
References dXEMPlate, dXHADPlate, dYEMPlate, dYHADPlate, theEMSectiondX, theEMSectiondY, theEMSectiondZ, theHADSectiondX, theHADSectiondY, and theHADSectiondZ.
Referenced by CastorHardcodeGeometryLoader().
|
virtual |
Definition at line 31 of file CastorHardcodeGeometryLoader.cc.
References HcalCastorDetId::EM, extTopology, fill(), HcalCastorDetId::HAD, and HcalCastorDetId::SubdetectorId.
Referenced by CastorHardcodeGeometryEP::produce().
std::unique_ptr< CaloSubdetectorGeometry > CastorHardcodeGeometryLoader::load | ( | ) |
Definition at line 40 of file CastorHardcodeGeometryLoader.cc.
References HcalCastorDetId::EM, extTopology, fill(), and HcalCastorDetId::HAD.
|
private |
Definition at line 79 of file CastorHardcodeGeometryLoader.cc.
References timingPdfMaker::can, funct::cos(), cuy::dh, HGC3DClusterGenMatchSelector_cfi::dR, PVValHelper::dx, PVValHelper::dy, PVValHelper::dz, HcalCastorDetId::EM, relativeConstraints::geom, CaloCellGeometry::getParmPtr(), CastorGeometry::k_NumberOfParametersPerShape, HcalCastorDetId::kNumberSectorsPerEnd, M_PI, HcalCastorDetId::module(), callgraph::module, phi, HcalCastorDetId::section(), hgcalPlots::section, HcalCastorDetId::sector(), Validation_hcalonly_cfi::sign, funct::sin(), mathSSE::sqrt(), HcalCastorDetId::zside(), ecaldqm::zside(), and geometryCSVtoXML::zz.
Referenced by fill().
|
private |
Definition at line 26 of file CastorHardcodeGeometryLoader.h.
|
private |
Definition at line 28 of file CastorHardcodeGeometryLoader.h.
Referenced by init().
|
private |
Definition at line 29 of file CastorHardcodeGeometryLoader.h.
Referenced by init().
|
private |
Definition at line 30 of file CastorHardcodeGeometryLoader.h.
Referenced by init().
|
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 25 of file CastorHardcodeGeometryLoader.h.
Referenced by ~CastorHardcodeGeometryLoader().