6 #include "Geometry/CaloEventSetup/interface/CaloGeometryLoader.icc"
25 const HepGeom::Transform3D& tr ,
28 std::vector<CCGFloat> pv ;
29 pv.reserve( vv.size() ) ;
30 for(
unsigned int i ( 0 ) ;
i != vv.size() ; ++
i )
33 pv.push_back( factor*vv[
i] ) ;
36 std::vector<GlobalPoint> corners (8);
48 0.25*( corners[0].
y() +
52 0.25*( corners[0].
z() +
61 0.25*( corners[4].
y() +
65 0.25*( corners[4].
z() +
70 geom->
newCell( front, back, corners[0],
89 const std::vector<double>& fvec = valNcrys.doubles();
92 assert(fvec.size() == 1);
102 const std::vector<double>& fmvec = valNmods.doubles() ;
105 assert(fmvec.size() == 1);
void setNumberOfCrystalPerModule(const int nncrys)
bool nextSibling()
set the current node to the next sibling ...
CaloGeometryLoader< EcalEndcapGeometry > EcalEGL
virtual void newCell(const GlobalPoint &f1, const GlobalPoint &f2, const GlobalPoint &f3, const CCGFloat *parm, const DetId &detId)
std::vector< double > ParmVec
bool DDfetch(const DDsvalues_type *, DDValue &)
helper for retrieving DDValues from DDsvalues_type *.
void setNumberOfModules(const int nnmods)
std::vector< std::pair< unsigned int, DDValue > > DDsvalues_type
std::maps an index to a DDValue. The index corresponds to the index assigned to the name of the std::...
CaloCellGeometry::CCGFloat CCGFloat
static const CCGFloat * getParmPtr(const std::vector< CCGFloat > &vd, ParMgr *mgr, ParVecVec &pvv)
void fillNamedParams(DDFilteredView fv, T *geom)
DDsvalues_type mergedSpecifics() const
void fillGeom(T *geom, const ParmVec &pv, const HepGeom::Transform3D &tr, const DetId &id)
static const double k_ScaleFromDDDtoGeant
static void createCorners(const std::vector< CCGFloat > &pv, const Tr3D &tr, std::vector< GlobalPoint > &co)
bool firstChild()
set the current node to the first child ...