CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Attributes
ZdcGeometry Class Reference

#include <ZdcGeometry.h>

Inheritance diagram for ZdcGeometry:
CaloSubdetectorGeometry

Public Types

enum  { k_NumberOfCellsForCorners = HcalZDCDetId::kSizeForDenseIndexing }
 
enum  { k_NumberOfShapes = 3 }
 
enum  { k_NumberOfParametersPerShape = 4 }
 
typedef ZDCGeometryRecord AlignedRecord
 
typedef ZDCAlignmentRcd AlignmentRecord
 
typedef CaloCellGeometry::CCGFloat CCGFloat
 
typedef std::vector< IdealZDCTrapezoidCellVec
 
typedef HcalZDCDetId DetIdType
 
typedef PZdcRcd PGeometryRecord
 
typedef CaloCellGeometry::Pt3D Pt3D
 
typedef CaloCellGeometry::Pt3DVec Pt3DVec
 
typedef CaloCellGeometry::Tr3D Tr3D
 
- Public Types inherited from CaloSubdetectorGeometry
typedef CaloCellGeometry::CCGFloat CCGFloat
 
typedef std::vector< std::shared_ptr< const CaloCellGeometry > > CellSet
 
typedef std::set< DetIdDetIdSet
 
typedef std::vector< CCGFloatDimVec
 
typedef std::vector< unsigned int > IVec
 
typedef CaloCellGeometry::ParMgr ParMgr
 
typedef CaloCellGeometry::ParVec ParVec
 
typedef CaloCellGeometry::ParVecVec ParVecVec
 
typedef std::vector< CCGFloatTrVec
 

Public Member Functions

void getSummary (CaloSubdetectorGeometry::TrVec &tVec, CaloSubdetectorGeometry::IVec &iVec, CaloSubdetectorGeometry::DimVec &dVec, CaloSubdetectorGeometry::IVec &dins) const override
 
void newCell (const GlobalPoint &f1, const GlobalPoint &f2, const GlobalPoint &f3, const CCGFloat *parm, const DetId &detId) override
 
unsigned int numberOfParametersPerShape () const override
 
unsigned int numberOfShapes () const override
 
 ZdcGeometry ()
 
 ZdcGeometry (const ZdcTopology *topology)
 
 ~ZdcGeometry () override
 
- Public Member Functions inherited from CaloSubdetectorGeometry
void allocateCorners (CaloCellGeometry::CornersVec::size_type n)
 
void allocatePar (ParVec::size_type n, unsigned int m)
 
 CaloSubdetectorGeometry ()
 
 CaloSubdetectorGeometry (const CaloSubdetectorGeometry &)=delete
 avoid copies More...
 
CaloCellGeometry::CornersMgrcornersMgr ()
 
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 std::shared_ptr< const CaloCellGeometrygetGeometry (const DetId &id) const
 Get the cell geometry of a given detector id. Should return false if not found. More...
 
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
 
CaloSubdetectorGeometryoperator= (const CaloSubdetectorGeometry &)=delete
 
ParMgrparMgr ()
 
const ParMgrparMgrConst () const
 
ParVecVecparVecVec ()
 
const ParVecVecparVecVec () const
 
virtual bool present (const DetId &id) const
 is this detid present in the geometry? More...
 
virtual bool valid (const DetId &id) const
 
virtual ~CaloSubdetectorGeometry ()
 The base class DOES assume that it owns the CaloCellGeometry objects. More...
 

Static Public Member Functions

static unsigned int alignmentTransformIndexGlobal (const DetId &id)
 
static unsigned int alignmentTransformIndexLocal (const DetId &id)
 
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

const CaloCellGeometrygetGeometryRawPtr (uint32_t index) const override
 
unsigned int indexFor (const DetId &id) const override
 
- Protected Member Functions inherited from CaloSubdetectorGeometry
void addValidID (const DetId &id)
 
virtual std::shared_ptr< const CaloCellGeometrycellGeomPtr (uint32_t index) const
 
virtual unsigned int sizeForDenseIndex (const DetId &id) const
 

Private Attributes

DetId::Detector lastReqDet_
 
int lastReqSubdet_
 
CellVec m_cellVec
 
bool m_ownsTopology
 
const ZdcTopologytheTopology
 

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< DetIdm_validIds
 

Detailed Description

Definition at line 12 of file ZdcGeometry.h.

Member Typedef Documentation

◆ AlignedRecord

Definition at line 22 of file ZdcGeometry.h.

◆ AlignmentRecord

Definition at line 21 of file ZdcGeometry.h.

◆ CCGFloat

Definition at line 16 of file ZdcGeometry.h.

◆ CellVec

Definition at line 14 of file ZdcGeometry.h.

◆ DetIdType

Definition at line 24 of file ZdcGeometry.h.

◆ PGeometryRecord

Definition at line 23 of file ZdcGeometry.h.

◆ Pt3D

Definition at line 17 of file ZdcGeometry.h.

◆ Pt3DVec

Definition at line 18 of file ZdcGeometry.h.

◆ Tr3D

Definition at line 19 of file ZdcGeometry.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

◆ anonymous enum

anonymous enum
Enumerator
k_NumberOfShapes 

Definition at line 28 of file ZdcGeometry.h.

◆ anonymous enum

anonymous enum
Enumerator
k_NumberOfParametersPerShape 

Definition at line 30 of file ZdcGeometry.h.

Constructor & Destructor Documentation

◆ ZdcGeometry() [1/2]

ZdcGeometry::ZdcGeometry ( )

Definition at line 22 of file ZdcGeometry.cc.

23  : theTopology(new ZdcTopology),
25  lastReqSubdet_(0),
26  m_ownsTopology(true),
CellVec m_cellVec
Definition: ZdcGeometry.h:77
bool m_ownsTopology
Definition: ZdcGeometry.h:75
DetId::Detector lastReqDet_
Definition: ZdcGeometry.h:73
const ZdcTopology * theTopology
Definition: ZdcGeometry.h:72
Detector
Definition: DetId.h:24
int lastReqSubdet_
Definition: ZdcGeometry.h:74

◆ ZdcGeometry() [2/2]

ZdcGeometry::ZdcGeometry ( const ZdcTopology topology)
explicit

Definition at line 29 of file ZdcGeometry.cc.

◆ ~ZdcGeometry()

ZdcGeometry::~ZdcGeometry ( )
override

Definition at line 36 of file ZdcGeometry.cc.

References m_ownsTopology, and theTopology.

36  {
37  if (m_ownsTopology)
38  delete theTopology;
39 }
bool m_ownsTopology
Definition: ZdcGeometry.h:75
const ZdcTopology * theTopology
Definition: ZdcGeometry.h:72

Member Function Documentation

◆ alignmentTransformIndexGlobal()

unsigned int ZdcGeometry::alignmentTransformIndexGlobal ( const DetId id)
static

Definition at line 66 of file ZdcGeometry.cc.

References DetId::Calo.

66 { return (unsigned int)DetId::Calo - 1; }

◆ alignmentTransformIndexLocal()

unsigned int ZdcGeometry::alignmentTransformIndexLocal ( const DetId id)
static

Definition at line 59 of file ZdcGeometry.cc.

References cms::cuda::assert(), CaloGenericDetId::isZDC(), and HcalZDCDetId::zside().

59  {
60  const CaloGenericDetId gid(id);
61  assert(gid.isZDC());
62 
63  return (0 > HcalZDCDetId(id).zside() ? 0 : 1);
64 }
assert(be >=bs)
constexpr int32_t zside() const
get the z-side of the cell (1/-1)
Definition: HcalZDCDetId.h:90

◆ dbString()

static std::string ZdcGeometry::dbString ( )
inlinestatic

Definition at line 32 of file ZdcGeometry.h.

32 { return "PZdcRcd"; }

◆ getGeometryRawPtr()

const CaloCellGeometry * ZdcGeometry::getGeometryRawPtr ( uint32_t  index) const
overrideprotectedvirtual

Implements CaloSubdetectorGeometry.

Definition at line 90 of file ZdcGeometry.cc.

References m_cellVec, and CaloCellGeometry::param().

90  {
91  // Modify the RawPtr class
92  if (m_cellVec.size() < index)
93  return nullptr;
94  const CaloCellGeometry* cell(&m_cellVec[index]);
95  return (((cell == nullptr) || (nullptr == cell->param())) ? nullptr : cell);
96 }
CellVec m_cellVec
Definition: ZdcGeometry.h:77

◆ getSummary()

void ZdcGeometry::getSummary ( CaloSubdetectorGeometry::TrVec tVec,
CaloSubdetectorGeometry::IVec iVec,
CaloSubdetectorGeometry::DimVec dVec,
CaloSubdetectorGeometry::IVec dins 
) const
overridevirtual

Reimplemented from CaloSubdetectorGeometry.

Definition at line 98 of file ZdcGeometry.cc.

References cms::cuda::assert(), CaloSubdetectorGeometry::cellGeomPtr(), ALPAKA_ACCELERATOR_NAMESPACE::brokenline::dVec, runTauDisplay::gp, mps_fire::i, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::iv, dqmdumpme::k, HcalZDCDetId::kSizeForDenseIndexingRun1, CaloSubdetectorGeometry::m_validIds, groupFilesInBlocks::nn, numberOfParametersPerShape(), numberOfShapes(), CaloSubdetectorGeometry::numberOfTransformParms(), convertSQLiteXML::ok, CaloSubdetectorGeometry::parVecVec(), MetAnalyzer::pv(), findQualityFiles::rr, and groupFilesInBlocks::tt.

101  {
102  tVec.reserve(m_validIds.size() * numberOfTransformParms());
103  iVec.reserve(numberOfShapes() == 1 ? 1 : m_validIds.size());
105 
106  for (const auto& pv : parVecVec()) {
107  for (float iv : pv) {
108  dVec.emplace_back(iv);
109  }
110  }
111 
112  for (uint32_t i(0); i != m_validIds.size(); ++i) {
113  Tr3D tr;
114  std::shared_ptr<const CaloCellGeometry> ptr(cellGeomPtr(i));
115 #ifdef EDM_ML_DEBUG
116  edm::LogVerbatim("ZDCGeom") << "ZDCGeometry:Summary " << i << ":" << HcalZDCDetId::kSizeForDenseIndexingRun1
117  << " Pointer " << ptr << ":" << (nullptr != ptr);
118 #endif
119  if (i < static_cast<int32_t>(HcalZDCDetId::kSizeForDenseIndexingRun1))
120  assert(nullptr != ptr);
121  if (ptr != nullptr) {
122  ptr->getTransform(tr, (Pt3DVec*)nullptr);
123 
124  if (Tr3D() == tr) { // for preshower there is no rotation
125  const GlobalPoint& gp(ptr->getPosition());
126  tr = HepGeom::Translate3D(gp.x(), gp.y(), gp.z());
127  }
128 
129  const CLHEP::Hep3Vector tt(tr.getTranslation());
130  tVec.emplace_back(tt.x());
131  tVec.emplace_back(tt.y());
132  tVec.emplace_back(tt.z());
133  if (6 == numberOfTransformParms()) {
134  const CLHEP::HepRotation rr(tr.getRotation());
135  const ROOT::Math::Transform3D rtr(
136  rr.xx(), rr.xy(), rr.xz(), tt.x(), rr.yx(), rr.yy(), rr.yz(), tt.y(), rr.zx(), rr.zy(), rr.zz(), tt.z());
138  rtr.GetRotation(ea);
139  tVec.emplace_back(ea.Phi());
140  tVec.emplace_back(ea.Theta());
141  tVec.emplace_back(ea.Psi());
142  }
143 
144  const CCGFloat* par(ptr->param());
145 
146  unsigned int ishape(9999);
147  for (unsigned int ivv(0); ivv != parVecVec().size(); ++ivv) {
148  bool ok(true);
149  const CCGFloat* pv(&(*parVecVec()[ivv].begin()));
150  for (unsigned int k(0); k != numberOfParametersPerShape(); ++k) {
151  ok = ok && (fabs(par[k] - pv[k]) < 1.e-6);
152  }
153  if (ok) {
154  ishape = ivv;
155  break;
156  }
157  }
158  assert(9999 != ishape);
159 
160  const unsigned int nn((numberOfShapes() == 1) ? (unsigned int)1 : m_validIds.size());
161  if (iVec.size() < nn)
162  iVec.emplace_back(ishape);
163  }
164  }
165 }
Log< level::Info, true > LogVerbatim
virtual unsigned int numberOfTransformParms() const
CaloCellGeometry::Tr3D Tr3D
Definition: ZdcGeometry.h:19
static constexpr int32_t kSizeForDenseIndexingRun1
Definition: HcalZDCDetId.h:201
assert(be >=bs)
Definition: TTTypes.h:54
std::vector< DetId > m_validIds
def pv(vc)
Definition: MetAnalyzer.py:7
CaloCellGeometry::CCGFloat CCGFloat
AlgebraicVector EulerAngles
Definition: Definitions.h:34
CaloCellGeometry::Pt3DVec Pt3DVec
CaloCellGeometry::Tr3D Tr3D
virtual std::shared_ptr< const CaloCellGeometry > cellGeomPtr(uint32_t index) const
unsigned int numberOfParametersPerShape() const override
Definition: ZdcGeometry.h:35
unsigned int numberOfShapes() const override
Definition: ZdcGeometry.h:34

◆ indexFor()

unsigned int ZdcGeometry::indexFor ( const DetId id) const
inlineoverrideprotectedvirtual

Reimplemented from CaloSubdetectorGeometry.

Definition at line 66 of file ZdcGeometry.h.

References HcalZDCDetId::denseIndex().

66 { return HcalZDCDetId(id).denseIndex(); }
constexpr uint32_t denseIndex() const
Definition: HcalZDCDetId.h:134

◆ localCorners()

void ZdcGeometry::localCorners ( Pt3DVec lc,
const CCGFloat pv,
unsigned int  i,
Pt3D ref 
)
static

Definition at line 68 of file ZdcGeometry.cc.

References IdealZDCTrapezoid::localCorners().

68  {
70 }
static void localCorners(Pt3DVec &vec, const CCGFloat *pv, Pt3D &ref)

◆ newCell()

void ZdcGeometry::newCell ( const GlobalPoint f1,
const GlobalPoint f2,
const GlobalPoint f3,
const CCGFloat parm,
const DetId detId 
)
overridevirtual

Implements CaloSubdetectorGeometry.

Definition at line 72 of file ZdcGeometry.cc.

References CaloSubdetectorGeometry::addValidID(), cms::cuda::assert(), CaloSubdetectorGeometry::cornersMgr(), TauDecayModes::dec, CaloGenericDetId::denseIndex(), hcalRecHitTable_cff::detId, DeadROC_duringRun::f1, CaloGenericDetId::isZDC(), m_cellVec, and DetId::rawId().

76  {
77  const CaloGenericDetId cgid(detId);
78 #ifdef EDM_ML_DEBUG
79  edm::LogVerbatim("ZDCGeom") << "ZDCGeometry " << HcalZDCDetId(detId) << " Generic ID " << std::hex << cgid.rawId()
80  << std::dec << " ZDC? " << cgid.isZDC();
81 #endif
82  assert(cgid.isZDC());
83 
84  const unsigned int di(cgid.denseIndex());
85 
86  m_cellVec[di] = IdealZDCTrapezoid(f1, cornersMgr(), parm);
88 }
Log< level::Info, true > LogVerbatim
CellVec m_cellVec
Definition: ZdcGeometry.h:77
assert(be >=bs)
void addValidID(const DetId &id)
constexpr uint32_t rawId() const
get the raw id
Definition: DetId.h:57
CaloCellGeometry::CornersMgr * cornersMgr()

◆ numberOfAlignments()

static unsigned int ZdcGeometry::numberOfAlignments ( )
inlinestatic

Definition at line 46 of file ZdcGeometry.h.

Referenced by FakeCaloAlignmentEP::produceZdcAli(), and TestCaloAlignmentEP::produceZdcAli().

46 { return 2; }

◆ numberOfParametersPerShape()

unsigned int ZdcGeometry::numberOfParametersPerShape ( ) const
inlineoverridevirtual

Reimplemented from CaloSubdetectorGeometry.

Definition at line 35 of file ZdcGeometry.h.

References k_NumberOfParametersPerShape.

Referenced by getSummary().

◆ numberOfShapes()

unsigned int ZdcGeometry::numberOfShapes ( ) const
inlineoverridevirtual

Reimplemented from CaloSubdetectorGeometry.

Definition at line 34 of file ZdcGeometry.h.

References k_NumberOfShapes.

Referenced by getSummary().

◆ producerTag()

static std::string ZdcGeometry::producerTag ( )
inlinestatic

Member Data Documentation

◆ lastReqDet_

DetId::Detector ZdcGeometry::lastReqDet_
mutableprivate

Definition at line 73 of file ZdcGeometry.h.

◆ lastReqSubdet_

int ZdcGeometry::lastReqSubdet_
mutableprivate

Definition at line 74 of file ZdcGeometry.h.

◆ m_cellVec

CellVec ZdcGeometry::m_cellVec
private

Definition at line 77 of file ZdcGeometry.h.

Referenced by getGeometryRawPtr(), and newCell().

◆ m_ownsTopology

bool ZdcGeometry::m_ownsTopology
private

Definition at line 75 of file ZdcGeometry.h.

Referenced by ~ZdcGeometry().

◆ theTopology

const ZdcTopology* ZdcGeometry::theTopology
private

Definition at line 72 of file ZdcGeometry.h.

Referenced by ~ZdcGeometry().