#include <CaloCellGeometry.h>
Public Types | |
typedef float | CCGFloat |
typedef EZMgrFL< GlobalPoint > | CornersMgr |
enum | CornersSize { k_cornerSize = 8 } |
typedef EZArrayFL< GlobalPoint > | CornersVec |
typedef EZMgrFL< CCGFloat > | ParMgr |
typedef EZArrayFL< CCGFloat > | ParVec |
typedef std::vector< ParVec > | ParVecVec |
typedef HepGeom::Point3D < CCGFloat > | Pt3D |
typedef std::vector< Pt3D > | Pt3DVec |
typedef HepGeom::Transform3D | Tr3D |
Public Member Functions | |
bool | emptyCorners () const |
float | etaPos () const |
float | etaSpan () const |
const GlobalPoint & | getBackPoint () const |
const CornersVec & | getCorners () const |
Returns the corner points of this cell's volume. More... | |
const GlobalPoint & | getPosition () const |
Returns the position of reference for this cell. More... | |
virtual void | getTransform (Tr3D &tr, Pt3DVec *lptr) const |
--------— only needed by specific utility; overloaded when needed -— More... | |
bool | inside (const GlobalPoint &point) const |
Returns true if the specified point is inside this cell. More... | |
const CCGFloat * | param () const |
float | phiPos () const |
float | phiSpan () const |
virtual void | vocalCorners (Pt3DVec &vec, const CCGFloat *pv, Pt3D &ref) const =0 |
virtual | ~CaloCellGeometry () |
Static Public Member Functions | |
static const CCGFloat * | checkParmPtr (const std::vector< CCGFloat > &vd, ParVecVec &pvv) |
static const CCGFloat * | getParmPtr (const std::vector< CCGFloat > &vd, ParMgr *mgr, ParVecVec &pvv) |
Static Public Attributes | |
static const CCGFloat | k_ScaleFromDDDtoGeant |
Protected Member Functions | |
CaloCellGeometry (CornersVec::const_reference gp, CornersMgr *mgr, const CCGFloat *par) | |
CaloCellGeometry (const CornersVec &cv, const CCGFloat *par) | |
CaloCellGeometry (void) | |
virtual void | initCorners (CornersVec &)=0 |
void | initSpan () |
Private Member Functions | |
void | initBack () |
Private Attributes | |
GlobalPoint | m_backPoint |
CornersVec | m_corners |
float | m_dEta |
float | m_dPhi |
float | m_eta |
const CCGFloat * | m_parms |
float | m_phi |
GlobalPoint | m_refPoint |
Abstract base class for an individual cell's geometry.
The base class declares a pure virtual function and also writes a definition (body) to force conscious acceptance of default behaviour.
If a derived class doesn't choose to override a normal virtual, it just inherits the base version's behaviour by default. If you want to provide a default behaviour but not let derived classes just inherit it "silently" like this, you can make it pure virtual but still provide a default that the derived class author has to call deliberately if he wants it:
Definition at line 51 of file CaloCellGeometry.h.
typedef float CaloCellGeometry::CCGFloat |
Definition at line 55 of file CaloCellGeometry.h.
typedef EZMgrFL< GlobalPoint > CaloCellGeometry::CornersMgr |
Definition at line 61 of file CaloCellGeometry.h.
typedef EZArrayFL< GlobalPoint > CaloCellGeometry::CornersVec |
Definition at line 60 of file CaloCellGeometry.h.
typedef EZMgrFL< CCGFloat > CaloCellGeometry::ParMgr |
Definition at line 65 of file CaloCellGeometry.h.
typedef EZArrayFL<CCGFloat> CaloCellGeometry::ParVec |
Definition at line 63 of file CaloCellGeometry.h.
typedef std::vector<ParVec> CaloCellGeometry::ParVecVec |
Definition at line 64 of file CaloCellGeometry.h.
Definition at line 57 of file CaloCellGeometry.h.
typedef std::vector<Pt3D> CaloCellGeometry::Pt3DVec |
Definition at line 58 of file CaloCellGeometry.h.
typedef HepGeom::Transform3D CaloCellGeometry::Tr3D |
Definition at line 56 of file CaloCellGeometry.h.
|
virtual |
Definition at line 26 of file CaloCellGeometry.cc.
|
protected |
Definition at line 31 of file CaloCellGeometry.cc.
|
protected |
Definition at line 40 of file CaloCellGeometry.cc.
|
protected |
Definition at line 19 of file CaloCellGeometry.cc.
|
static |
Definition at line 119 of file CaloCellGeometry.cc.
References EZArrayFL< T >::begin(), cuy::ii, j, EZArrayFL< T >::size(), and findQualityFiles::v.
Referenced by getParmPtr().
|
inline |
Definition at line 90 of file CaloCellGeometry.h.
References EZArrayFL< T >::empty(), and m_corners.
Referenced by operator<<().
|
inline |
Definition at line 80 of file CaloCellGeometry.h.
References m_eta.
Referenced by FWTGeoRecoGeometryESProducer::addHcalCaloGeometryBarrel(), EcalEndcapGeometry::getCells(), EcalBarrelGeometry::getCells(), and EcalBarrelGeometry::getClosestCell().
|
inline |
Definition at line 83 of file CaloCellGeometry.h.
References m_dEta.
Referenced by reco::makeSpecific().
|
inline |
Definition at line 78 of file CaloCellGeometry.h.
References m_backPoint.
Referenced by CaloTowersCreationAlgo::emCrystalShwrPos(), and CaloTowersCreationAlgo::hadShwPosFromCells().
|
inline |
Returns the corner points of this cell's volume.
Definition at line 74 of file CaloCellGeometry.h.
References m_corners, and EZArrayFL< T >::uninitialized().
Referenced by FWTGeoRecoGeometryESProducer::addEcalCaloGeometry(), FWTGeoRecoGeometryESProducer::addHcalCaloGeometryBarrel(), TruncatedPyramid::backCtr(), CaloGeometryHelper::buildCrystalArray(), HFClusterAlgo::clusterize(), PFCTRecHitProducer::createHcalRecHit(), CaloSubdetectorGeometry::deltaEta(), CaloSubdetectorGeometry::deltaPhi(), EcalEndcapGeometry::getClosestCell(), HCaloDetIdAssociator::getDetIdPoints(), CaloDetIdAssociator::getDetIdPoints(), getTransform(), PFHBHERecHitCreator::importRecHits(), PFHcalRecHitCreator< Digi, Geometry, Layer, Detector >::importRecHits(), PFEcalRecHitCreator< Geometry, Layer, Detector >::importRecHits(), PFEcalRecHitCreatorMaxSample< Geometry, Layer, Detector >::importRecHits(), PFPSRecHitCreator::importRecHits(), PFHFRecHitCreator::importRecHits(), PFHBHERecHitCreatorMaxSample::importRecHits(), initBack(), initSpan(), inside(), operator<<(), EcalGeomPhiSymHelper::setup(), and ValidateGeometry::validateCaloGeometry().
|
static |
Definition at line 146 of file CaloCellGeometry.cc.
References prof2calltree::back, checkParmPtr(), and i.
Referenced by HcalFlexiHardcodeGeometryLoader::fillHBHO(), HcalFlexiHardcodeGeometryLoader::fillHE(), HcalFlexiHardcodeGeometryLoader::fillHF(), CaloTowerHardcodeGeometryLoader::makeCell(), CastorHardcodeGeometryLoader::makeCell(), ZdcHardcodeGeometryLoader::makeCell(), HcalHardcodeGeometryLoader::makeCell(), HcalDDDGeometryLoader::makeCell(), EcalTBHodoscopeGeometryLoaderFromDDD::makeGeometry(), and CaloGeometryDBEP< T, U >::produceAligned().
|
inline |
Returns the position of reference for this cell.
Definition at line 77 of file CaloCellGeometry.h.
References m_refPoint.
Referenced by PreshowerHitMaker::addHit(), EcalTPGParamBuilder::analyze(), HcalRecHitsValidation::analyze(), CaloTowersCreationAlgo::assignHitEcal(), EcalEndcapGeometry::avgAbsZFrontFaceCenter(), EcalBarrelGeometry::avgRadiusXYFrontFaceCenter(), EcalBoundaryInfoCalculator< EcalDetId >::boundaryRecHits(), CaloRecoTauAlgorithm::buildCaloTau(), CaloGeometryHelper::buildCrystalArray(), SuperClusterShapeAlgo::Calculate_Covariances(), ClusterShapeAlgo::Calculate_Covariances(), ClusterShapeAlgo::Calculate_EnergyDepTopology(), ECAL2DPositionCalcWithDepthCorr::calculateAndSetPositionActual(), CaloTowersCreationAlgo::convert(), EcalClusterToolsT< noZS >::covariances(), PFCTRecHitProducer::createHcalRecHit(), DistanceToCell::DistanceToCell(), EcalHitMaker::EcalHitMaker(), InvRingCalib::EERingDef(), CaloTowersCreationAlgo::emCrystalShwrPos(), GlobalHitsAnalyzer::fillECal(), GlobalHitsProdHist::fillECal(), GlobalHitsProducer::fillECal(), HCALRecHitAnalyzer::FillGeometry(), ECALRecHitAnalyzer::FillGeometry(), GlobalHitsAnalyzer::fillHCal(), GlobalHitsProdHist::fillHCal(), GlobalHitsProducer::fillHCal(), GlobalRecHitsAnalyzer::fillHCal(), GlobalRecHitsProducer::fillHCal(), EcalDeadCellBoundaryEnergyFilter::filter(), EcalBoundaryInfoCalculator< EcalDetId >::gapRecHits(), TCTauAlgorithm::getCellMomentum(), HcalGeometry::getCells(), CaloSubdetectorGeometry::getCells(), EcalDeadCellTriggerPrimitiveFilter::getChannelStatusMaps(), EcalDeadCellDeltaRFilter::getChannelStatusMaps(), CaloGeometryHelper::getClosestCell(), HcalGeometry::getClosestCell(), CaloSubdetectorGeometry::getClosestCell(), EcalEndcapGeometry::getClosestCell(), EcalPreshowerGeometry::getClosestCellInPlane(), L2TauModularIsolationProducer::getECALHits(), L2TauIsolationProducer::getECALHits(), L2TauNarrowConeIsolationProducer::getECALHits(), EcalClusterToolsT< noZS >::getEnergyDepTopology(), EcalHitMaker::getHits(), ParticleTowerProducer::getNearestTower(), CaloGeometry::getPosition(), HCaloDetIdAssociator::getPosition(), TruncatedPyramid::getPosition(), CaloDetIdAssociator::getPosition(), CaloSubdetectorGeometry::getSummary(), HcalGeometry::getSummary(), TruncatedPyramid::getTransform(), getTransform(), CaloTowersCreationAlgo::hadShwPosFromCells(), CalorimetryManager::HDShowerSimulation(), PFHBHERecHitCreator::importRecHits(), PFHcalRecHitCreator< Digi, Geometry, Layer, Detector >::importRecHits(), PFEcalRecHitCreatorMaxSample< Geometry, Layer, Detector >::importRecHits(), PFPSRecHitCreator::importRecHits(), PFEcalRecHitCreator< Geometry, Layer, Detector >::importRecHits(), PFHFRecHitCreator::importRecHits(), PFHBHERecHitCreatorMaxSample::importRecHits(), EcalBarrelRecHitsMaker::init(), EcalEndcapRecHitsMaker::init(), IdealZDCTrapezoid::initCorners(), IdealZPrism::initCorners(), IdealObliquePrism::initCorners(), PreshowerStrip::initCorners(), IdealCastorTrapezoid::initCorners(), PhotonFixCMS::initialise(), CaloGeometryHelper::initialize(), EcalRingCalibrationTools::initializeFromGeometry(), EcalPreshowerGeometry::initializeParms(), EcalEndcapGeometry::initializeParms(), TruncatedPyramid::makeAxis(), IslandClusterAlgo::makeClusters(), CosmicClusterAlgo::makeClusters(), Multi5x5ClusterAlgo::makeClusters(), HybridClusterAlgo::makeClusters(), PreshowerPhiClusterAlgo::makeOneCluster(), PreshowerClusterAlgo::makeOneCluster(), EcalClusterToolsT< noZS >::meanClusterPosition(), DistanceToCell::operator()(), operator<<(), HcalHitRelabeller::process(), EgammaHLTRechitInRegionsProducer::produce(), ParticleTowerProducer::produce(), JetCrystalsAssociator::produce(), CalorimetryManager::reconstructHCAL(), ParticleTowerProducer::resetTowers(), EcalRecHitWorkerRecover::run(), EcalGeomPhiSymHelper::setup(), CaloHitRespoNew::timeOfFlight(), EcalHitResponse::timeOfFlight(), and CaloHitResponse::timeOfFlight().
--------— only needed by specific utility; overloaded when needed -—
Reimplemented in TruncatedPyramid.
Definition at line 70 of file CaloCellGeometry.cc.
References angle(), getCorners(), getPosition(), i, mag(), AlCaHLTBitMon_ParallelJobs::p, param(), csvLumiCalc::unit, vocalCorners(), x, PV3DBase< T, PVType, FrameType >::x(), detailsBasic3DVector::y, PV3DBase< T, PVType, FrameType >::y(), detailsBasic3DVector::z, and PV3DBase< T, PVType, FrameType >::z().
Referenced by CaloSubdetectorGeometry::getSummary(), and HcalGeometry::getSummary().
|
inlineprivate |
Definition at line 133 of file CaloCellGeometry.h.
References cuy::cv, getCorners(), m_backPoint, x, detailsBasic3DVector::y, and detailsBasic3DVector::z.
Referenced by initSpan().
|
protectedpure virtual |
Implemented in TruncatedPyramid, IdealCastorTrapezoid, IdealObliquePrism, PreshowerStrip, IdealZPrism, and IdealZDCTrapezoid.
Referenced by initSpan().
|
inlineprotected |
Definition at line 122 of file CaloCellGeometry.h.
References funct::abs(), eta(), getCorners(), initBack(), initCorners(), m_corners, m_dEta, m_dPhi, and phi.
Referenced by IdealCastorTrapezoid::IdealCastorTrapezoid(), IdealObliquePrism::IdealObliquePrism(), IdealZDCTrapezoid::IdealZDCTrapezoid(), IdealZPrism::IdealZPrism(), PreshowerStrip::PreshowerStrip(), and TruncatedPyramid::TruncatedPyramid().
bool CaloCellGeometry::inside | ( | const GlobalPoint & | point | ) | const |
Returns true if the specified point is inside this cell.
Definition at line 167 of file CaloCellGeometry.cc.
References HWWFunctions::EE, getCorners(), i, AlCaHLTBitMon_ParallelJobs::p, funct::true, x, PV3DBase< T, PVType, FrameType >::x(), detailsBasic3DVector::y, PV3DBase< T, PVType, FrameType >::y(), detailsBasic3DVector::z, and PV3DBase< T, PVType, FrameType >::z().
Referenced by MuonCaloDistanceProducer::fillDistanceMap(), CastorGeometry::getClosestCell(), CaloDetIdAssociator::insideElement(), and HCaloDetIdAssociator::insideElement().
|
inline |
Definition at line 92 of file CaloCellGeometry.h.
References m_parms.
Referenced by FWTGeoRecoGeometryESProducer::addEcalCaloGeometry(), FWTGeoRecoGeometryESProducer::addHcalCaloGeometryBarrel(), IdealZDCTrapezoid::an(), IdealCastorTrapezoid::an(), EcalTBHodoscopeGeometry::cellGeomPtr(), HcalDDDGeometry::cellGeomPtr(), CaloTowerGeometry::cellGeomPtr(), ZdcGeometry::cellGeomPtr(), CastorGeometry::cellGeomPtr(), EcalPreshowerGeometry::cellGeomPtr(), EcalEndcapGeometry::cellGeomPtr(), EcalBarrelGeometry::cellGeomPtr(), HcalGeometry::cellGeomPtr(), IdealZPrism::dEta(), IdealObliquePrism::dEta(), IdealCastorTrapezoid::dh(), IdealZPrism::dPhi(), IdealObliquePrism::dPhi(), IdealCastorTrapezoid::dR(), IdealZDCTrapezoid::dx(), PreshowerStrip::dx(), IdealCastorTrapezoid::dxh(), IdealCastorTrapezoid::dxl(), IdealZDCTrapezoid::dy(), PreshowerStrip::dy(), IdealZDCTrapezoid::dz(), IdealZPrism::dz(), PreshowerStrip::dz(), IdealObliquePrism::dz(), IdealCastorTrapezoid::dz(), IdealZPrism::eta(), IdealObliquePrism::eta(), CaloSubdetectorGeometry::getSummary(), HcalGeometry::getSummary(), TruncatedPyramid::getTransform(), getTransform(), IdealZDCTrapezoid::initCorners(), IdealCastorTrapezoid::initCorners(), makeEcalShape(), operator<<(), PreshowerStrip::tilt(), IdealZPrism::z(), and IdealObliquePrism::z().
|
inline |
Definition at line 81 of file CaloCellGeometry.h.
References m_phi.
Referenced by FWTGeoRecoGeometryESProducer::addHcalCaloGeometryBarrel(), EcalEndcapGeometry::getCells(), and EcalBarrelGeometry::getCells().
|
inline |
Definition at line 84 of file CaloCellGeometry.h.
References m_dPhi.
Referenced by reco::makeSpecific().
|
pure virtual |
Implemented in IdealCastorTrapezoid, TruncatedPyramid, IdealObliquePrism, IdealZPrism, PreshowerStrip, and IdealZDCTrapezoid.
Referenced by getTransform().
|
static |
Definition at line 69 of file CaloCellGeometry.h.
Referenced by EcalTBHodoscopeGeometryLoaderFromDDD::makeGeometry().
|
private |
Definition at line 143 of file CaloCellGeometry.h.
Referenced by getBackPoint(), and initBack().
|
private |
Definition at line 144 of file CaloCellGeometry.h.
Referenced by emptyCorners(), getCorners(), and initSpan().
|
private |
Definition at line 147 of file CaloCellGeometry.h.
Referenced by etaSpan(), and initSpan().
|
private |
Definition at line 148 of file CaloCellGeometry.h.
Referenced by initSpan(), and phiSpan().
|
private |
Definition at line 146 of file CaloCellGeometry.h.
Referenced by etaPos().
|
private |
Definition at line 145 of file CaloCellGeometry.h.
Referenced by param().
|
private |
Definition at line 146 of file CaloCellGeometry.h.
Referenced by phiPos().
|
private |
Definition at line 142 of file CaloCellGeometry.h.
Referenced by getPosition().