CMS 3D CMS Logo

EcalTBHodoscopeGeometryLoaderFromDDD.cc
Go to the documentation of this file.
5 
13 
15 
16 #include <iostream>
17 #include <utility>
18 #include <vector>
19 #include <memory>
20 
21 std::unique_ptr<CaloSubdetectorGeometry> EcalTBHodoscopeGeometryLoaderFromDDD::load(const DDCompactView* cpv) {
22  edm::LogVerbatim("EcalTBHodoscopeGeometry")
23  << "[EcalTBHodoscopeGeometryLoaderFromDDD]:: start the construction of EcalTBHodoscope";
24 
25  std::unique_ptr<CaloSubdetectorGeometry> ebg(new EcalTBHodoscopeGeometry());
26 
27  makeGeometry(cpv, ebg.get());
28 
29  edm::LogVerbatim("EcalTBHodoscopeGeometry")
30  << "[EcalTBHodoscopeGeometryLoaderFromDDD]:: Returning EcalTBHodoscopeGeometry";
31 
32  return ebg;
33 }
34 
36  if (ebg->cornersMgr() == nullptr)
38  if (ebg->parMgr() == nullptr)
39  ebg->allocatePar(10, 3);
40 
41  std::unique_ptr<DDFilter> filter{getDDFilter()};
42 
43  DDFilteredView fv(*cpv, *filter);
44 
45  bool doSubDets;
46  for (doSubDets = fv.firstChild(); doSubDets; doSubDets = fv.nextSibling()) {
47 #if 0
48  std::string answer = getDDDString("ReadOutName",&fv);
49  if (answer != "EcalTBH4BeamHits")
50  continue;
51 #endif
52 
53  const DDSolid& solid = fv.logicalPart().solid();
54 
55  if (solid.shape() != DDSolidShape::ddbox) {
56  throw cms::Exception("DDException")
57  << std::string(__FILE__)
58  << "\n CaloGeometryEcalTBHodoscope::upDate(...): currently only box fiber shapes supported ";
59  edm::LogWarning("EcalTBHodoscopeGeometry") << "Wrong shape for sensitive volume!" << solid;
60  }
61 
62  std::vector<double> pv = solid.parameters();
63 
64  // use preshower strip as box in space representation
65 
66  // rotate the box and then move it
67  DD3Vector x, y, z;
68  fv.rotation().GetComponents(x, y, z);
69  CLHEP::Hep3Vector hx(x.X(), x.Y(), x.Z());
70  CLHEP::Hep3Vector hy(y.X(), y.Y(), y.Z());
71  CLHEP::Hep3Vector hz(z.X(), z.Y(), z.Z());
72  CLHEP::HepRotation hrot(hx, hy, hz);
73  CLHEP::Hep3Vector htran(fv.translation().X(), fv.translation().Y(), fv.translation().Z());
74 
75  const HepGeom::Transform3D ht3d(hrot, // only scale translation
77 
78  const HepGeom::Point3D<float> ctr(ht3d * HepGeom::Point3D<float>(0, 0, 0));
79 
80  const GlobalPoint refPoint(ctr.x(), ctr.y(), ctr.z());
81 
82  std::vector<CCGFloat> vv;
83  vv.reserve(pv.size() + 1);
84  for (unsigned int i(0); i != pv.size(); ++i) {
85  vv.emplace_back(CaloCellGeometry::k_ScaleFromDDDtoGeant * pv[i]);
86  }
87  vv.emplace_back(0.); // tilt=0 here
88  const CCGFloat* pP(CaloCellGeometry::getParmPtr(vv, ebg->parMgr(), ebg->parVecVec()));
89 
90  const DetId detId(getDetIdForDDDNode(fv));
91 
92  //Adding cell to the Geometry
93 
94  ebg->newCell(refPoint, refPoint, refPoint, pP, detId);
95  } // loop over all children
96 }
97 
99  // perform some consistency checks
100  // get the parents and grandparents of this node
102 
103  assert(parents.size() >= 3);
104 
105  EcalBaseNumber baseNumber;
106  //baseNumber.setSize(parents.size());
107 
108  for (unsigned int i = 1; i <= parents.size(); i++) {
109  baseNumber.addLevel(parents[parents.size() - i].logicalPart().name().name(), parents[parents.size() - i].copyno());
110  }
111 
112  return _scheme.getUnitID(baseNumber);
113 }
114 
117  DDSpecificsMatchesValueFilter{DDValue("SensitiveDetector", "EcalTBH4BeamDetector", 0)},
118  DDSpecificsMatchesValueFilter{DDValue("ReadOutName", "EcalTBH4BeamHits", 0)});
119 }
Log< level::Info, true > LogVerbatim
TPRegexp parents
Definition: eve_filter.cc:21
virtual void newCell(const GlobalPoint &f1, const GlobalPoint &f2, const GlobalPoint &f3, const CCGFloat *parm, const DetId &detId)=0
bool nextSibling()
set the current node to the next sibling ...
std::unique_ptr< CaloSubdetectorGeometry > load(const DDCompactView *cpv)
const std::vector< double > & parameters(void) const
Give the parameters of the solid.
Definition: DDSolid.cc:125
assert(be >=bs)
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
void allocatePar(ParVec::size_type n, unsigned int m)
A DDSolid represents the shape of a part.
Definition: DDSolid.h:39
std::string getDDDString(std::string s, DDFilteredView *fv)
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DD3Vector
void addLevel(const std::string &name, const int &copyNumber)
CaloCellGeometry::CCGFloat CCGFloat
CaloCellGeometry::CCGFloat CCGFloat
static const CCGFloat * getParmPtr(const std::vector< CCGFloat > &vd, ParMgr *mgr, ParVecVec &pvv)
static const CCGFloat k_ScaleFromDDDtoGeant
DDSolidShape shape(void) const
The type of the solid.
Definition: DDSolid.cc:123
std::vector< DDExpandedNode > DDGeoHistory
Geometrical &#39;path&#39; of the current node up to the root-node.
const DDLogicalPart & logicalPart() const
The logical-part of the current node in the filtered-view.
Definition: DetId.h:17
CaloCellGeometry::CornersMgr * cornersMgr()
const DDGeoHistory & geoHistory() const
The list of ancestors up to the root-node of the current node.
const DDSolid & solid(void) const
Returns a reference object of the solid being the shape of this LogicalPart.
const DDRotationMatrix & rotation() const
The absolute rotation of the current node.
bool firstChild()
set the current node to the first child ...
unsigned int getDetIdForDDDNode(const DDFilteredView &fv)
A Filter accepts or rejects a DDExpandedNode based on a user-coded decision rule. ...
Definition: DDFilter.h:15
void allocateCorners(CaloCellGeometry::CornersVec::size_type n)
Log< level::Warning, false > LogWarning
uint32_t getUnitID(const EcalBaseNumber &baseNumber) const override
const DDTranslation & translation() const
The absolute translation of the current node.
void makeGeometry(const DDCompactView *cpv, CaloSubdetectorGeometry *ebg)