#include <CaloTowerGeometry.h>
Public Types | |
enum | { k_NumberOfParametersPerShape = 5 } |
typedef CaloTowerGeometryRecord | AlignedRecord |
typedef CaloTowerAlignmentRcd | AlignmentRecord |
typedef CaloCellGeometry::CCGFloat | CCGFloat |
typedef std::vector < IdealObliquePrism > | CellVec |
typedef CaloTowerDetId | DetIdType |
typedef PCaloTowerRcd | PGeometryRecord |
typedef CaloCellGeometry::Pt3D | Pt3D |
typedef CaloCellGeometry::Pt3DVec | Pt3DVec |
Public Types inherited from CaloSubdetectorGeometry | |
typedef CaloCellGeometry::CCGFloat | CCGFloat |
typedef std::vector < CaloCellGeometry const * > | CellSet |
typedef std::set< DetId > | DetIdSet |
typedef std::vector< CCGFloat > | DimVec |
typedef std::vector< unsigned int > | IVec |
typedef CaloCellGeometry::ParMgr | ParMgr |
typedef CaloCellGeometry::ParVec | ParVec |
typedef CaloCellGeometry::ParVecVec | ParVecVec |
typedef std::vector< CCGFloat > | TrVec |
Public Member Functions | |
unsigned int | alignmentTransformIndexGlobal (const DetId &id) |
unsigned int | alignmentTransformIndexLocal (const DetId &id) |
CaloTowerGeometry (const CaloTowerTopology *cttopo_) | |
virtual const CaloCellGeometry * | getGeometry (const DetId &id) const |
Get the cell geometry of a given detector id. Should return false if not found. More... | |
virtual void | getSummary (CaloSubdetectorGeometry::TrVec &trVector, CaloSubdetectorGeometry::IVec &iVector, CaloSubdetectorGeometry::DimVec &dimVector, CaloSubdetectorGeometry::IVec &dinsVector) const |
virtual void | newCell (const GlobalPoint &f1, const GlobalPoint &f2, const GlobalPoint &f3, const CCGFloat *parm, const DetId &detId) |
virtual unsigned int | numberOfCellsForCorners () const |
virtual unsigned int | numberOfParametersPerShape () const |
virtual unsigned int | numberOfShapes () const |
virtual | ~CaloTowerGeometry () |
Public Member Functions inherited from CaloSubdetectorGeometry | |
void | allocateCorners (CaloCellGeometry::CornersVec::size_type n) |
void | allocatePar (ParVec::size_type n, unsigned int m) |
CaloSubdetectorGeometry () | |
CaloCellGeometry::CornersMgr * | cornersMgr () |
CCGFloat | deltaEta (const DetId &detId) const |
CCGFloat | deltaPhi (const DetId &detId) const |
virtual void | fillDefaultNamedParameters () const |
virtual DetIdSet | getCells (const GlobalPoint &r, double dR) const |
Get a list of all cells within a dR of the given cell. More... | |
virtual CellSet | getCellSet (const GlobalPoint &r, double dR) const |
virtual DetId | getClosestCell (const GlobalPoint &r) const |
virtual const std::vector < DetId > & | getValidDetIds (DetId::Detector det=DetId::Detector(0), int subdet=0) const |
Get a list of valid detector ids (for the given subdetector) More... | |
virtual void | initializeParms () |
virtual unsigned int | numberOfTransformParms () const |
ParMgr * | parMgr () |
const ParMgr * | parMgrConst () const |
ParVecVec & | parVecVec () |
const ParVecVec & | parVecVec () const |
virtual bool | present (const DetId &id) const |
is this detid present in the geometry? More... | |
virtual | ~CaloSubdetectorGeometry () |
The base class DOES assume that it owns the CaloCellGeometry objects. More... | |
Static Public Member Functions | |
static std::string | dbString () |
static void | localCorners (Pt3DVec &lc, const CCGFloat *pv, unsigned int i, Pt3D &ref) |
static unsigned int | numberOfAlignments () |
static std::string | producerTag () |
Protected Member Functions | |
virtual const CaloCellGeometry * | cellGeomPtr (uint32_t index) const |
virtual unsigned int | indexFor (const DetId &id) const |
virtual unsigned int | sizeForDenseIndex (const DetId &id) const |
Protected Member Functions inherited from CaloSubdetectorGeometry | |
void | addValidID (const DetId &id) |
Private Attributes | |
const CaloTowerTopology * | cttopo |
int | k_NumberOfCellsForCorners |
int | k_NumberOfShapes |
CellVec | m_cellVec |
CaloSubdetectorGeometry::IVec | m_dins |
Additional Inherited Members | |
Static Protected Member Functions inherited from CaloSubdetectorGeometry | |
static CCGFloat | deltaR (const GlobalPoint &p1, const GlobalPoint &p2) |
Protected Attributes inherited from CaloSubdetectorGeometry | |
ParVecVec | m_parVecVec |
std::vector< DetId > | m_validIds |
Only DetId::Calo, subdet=1 DetIds are handled by this class.
Definition at line 16 of file CaloTowerGeometry.h.
Definition at line 27 of file CaloTowerGeometry.h.
Definition at line 26 of file CaloTowerGeometry.h.
Definition at line 22 of file CaloTowerGeometry.h.
typedef std::vector<IdealObliquePrism> CaloTowerGeometry::CellVec |
Definition at line 20 of file CaloTowerGeometry.h.
Definition at line 29 of file CaloTowerGeometry.h.
Definition at line 28 of file CaloTowerGeometry.h.
Definition at line 23 of file CaloTowerGeometry.h.
Definition at line 24 of file CaloTowerGeometry.h.
anonymous enum |
CaloTowerGeometry::CaloTowerGeometry | ( | const CaloTowerTopology * | cttopo_ | ) |
Definition at line 12 of file CaloTowerGeometry.cc.
|
virtual |
Definition at line 21 of file CaloTowerGeometry.cc.
unsigned int CaloTowerGeometry::alignmentTransformIndexGlobal | ( | const DetId & | id | ) |
Definition at line 42 of file CaloTowerGeometry.cc.
References DetId::Calo.
Referenced by CaloGeometryDBEP< T, U >::produceAligned().
unsigned int CaloTowerGeometry::alignmentTransformIndexLocal | ( | const DetId & | id | ) |
Definition at line 25 of file CaloTowerGeometry.cc.
References assert(), cttopo, CaloTowerTopology::firstHEDoublePhiRing(), CaloTowerTopology::firstHFQuadPhiRing(), CaloGenericDetId::isCaloTower(), and hltrates_dqm_sourceclient-live_cfg::offset.
Referenced by CaloGeometryDBEP< T, U >::produceAligned().
|
protectedvirtual |
Implements CaloSubdetectorGeometry.
Definition at line 74 of file CaloTowerGeometry.cc.
References m_cellVec, and CaloCellGeometry::param().
Referenced by getGeometry(), and getSummary().
|
inlinestatic |
Definition at line 37 of file CaloTowerGeometry.h.
Referenced by CaloGeometryDBEP< T, U >::produceAligned().
|
inlinevirtual |
Get the cell geometry of a given detector id. Should return false if not found.
Reimplemented from CaloSubdetectorGeometry.
Definition at line 68 of file CaloTowerGeometry.h.
References cellGeomPtr(), cttopo, and CaloTowerTopology::denseIndex().
|
virtual |
Reimplemented from CaloSubdetectorGeometry.
Definition at line 81 of file CaloTowerGeometry.cc.
References assert(), begin, EZArrayFL< T >::begin(), cellGeomPtr(), EZArrayFL< T >::end(), CaloCellGeometry::getPosition(), CaloCellGeometry::getTransform(), i, relval_2017::k, m_dins, numberOfCellsForCorners(), numberOfParametersPerShape(), numberOfShapes(), CaloSubdetectorGeometry::numberOfTransformParms(), convertSQLiteXML::ok, CaloCellGeometry::param(), CaloSubdetectorGeometry::parVecVec(), MetAnalyzer::pv(), findQualityFiles::rr, and groupFilesInBlocks::tt.
|
inlineprotectedvirtual |
Reimplemented from CaloSubdetectorGeometry.
Definition at line 80 of file CaloTowerGeometry.h.
References cttopo, and CaloTowerTopology::denseIndex().
|
static |
Definition at line 47 of file CaloTowerGeometry.cc.
References IdealObliquePrism::localCorners().
Referenced by CaloGeometryDBEP< T, U >::produceAligned().
|
virtual |
Implements CaloSubdetectorGeometry.
Definition at line 55 of file CaloTowerGeometry.cc.
References CaloSubdetectorGeometry::addValidID(), assert(), CaloSubdetectorGeometry::cornersMgr(), cttopo, CaloTowerTopology::denseIndex(), CaloGenericDetId::isCaloTower(), m_cellVec, and m_dins.
|
inlinestatic |
Definition at line 49 of file CaloTowerGeometry.h.
Referenced by CaloGeometryDBEP< T, U >::produceAligned().
|
inlinevirtual |
Definition at line 41 of file CaloTowerGeometry.h.
References k_NumberOfCellsForCorners.
Referenced by getSummary(), CaloTowerHardcodeGeometryLoader::load(), and CaloGeometryDBEP< T, U >::produceAligned().
|
inlinevirtual |
Reimplemented from CaloSubdetectorGeometry.
Definition at line 40 of file CaloTowerGeometry.h.
References k_NumberOfParametersPerShape.
Referenced by getSummary(), CaloTowerHardcodeGeometryLoader::load(), and CaloGeometryDBEP< T, U >::produceAligned().
|
inlinevirtual |
Reimplemented from CaloSubdetectorGeometry.
Definition at line 39 of file CaloTowerGeometry.h.
References k_NumberOfShapes.
Referenced by getSummary(), CaloTowerHardcodeGeometryLoader::load(), and CaloGeometryDBEP< T, U >::produceAligned().
|
inlinestatic |
Definition at line 47 of file CaloTowerGeometry.h.
Referenced by PCaloGeometryBuilder::beginRun(), CaloGeometryBuilder::produceAligned(), and CaloGeometryDBEP< T, U >::produceAligned().
|
inlineprotectedvirtual |
Reimplemented from CaloSubdetectorGeometry.
Definition at line 81 of file CaloTowerGeometry.h.
References cttopo, and CaloTowerTopology::sizeForDenseIndexing().
|
private |
Definition at line 84 of file CaloTowerGeometry.h.
Referenced by alignmentTransformIndexLocal(), getGeometry(), indexFor(), newCell(), and sizeForDenseIndex().
|
private |
Definition at line 85 of file CaloTowerGeometry.h.
Referenced by numberOfCellsForCorners().
|
private |
Definition at line 86 of file CaloTowerGeometry.h.
Referenced by numberOfShapes().
|
private |
Definition at line 87 of file CaloTowerGeometry.h.
Referenced by cellGeomPtr(), and newCell().
|
private |
Definition at line 88 of file CaloTowerGeometry.h.
Referenced by getSummary(), and newCell().