#include <DDHCalLinearXY.h>
Definition at line 10 of file DDHCalLinearXY.h.
DDHCalLinearXY::DDHCalLinearXY |
( |
| ) |
|
DDHCalLinearXY::~DDHCalLinearXY |
( |
| ) |
|
|
virtual |
Definition at line 48 of file DDHCalLinearXY.cc.
References centre, class-composition::child, childName, filterCSVwithJSON::copy, DDSplit(), deltaX, deltaY, plotBeamSpotDB::first, i, j, relval_steps::k, LogDebug, numberX, numberY, dbtoconf::parent, DDCompactView::position(), makeMuonMisalignmentScenario::rot, and edm::second().
62 unsigned int k =
copy;
71 cpv.
position(child, mother, copy, tran, rot);
72 LogDebug(
"HCalGeom") <<
"DDHCalLinearXY test: " << child
73 <<
" number " << copy <<
" positioned in "
74 << mother <<
" at " << tran <<
" with " <<
rot;
76 LogDebug(
"HCalGeom") <<
"DDHCalLinearXY test: No child placed for ["
void position(const DDLogicalPart &self, const DDLogicalPart &parent, std::string copyno, const DDTranslation &trans, const DDRotation &rot, const DDDivision *div=NULL)
DDName is used to identify DDD entities uniquely.
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DDTranslation
Represents a uniquely identifyable rotation matrix.
U second(std::pair< T, U > const &p)
std::vector< std::string > childName
std::pair< std::string, std::string > DDSplit(const std::string &n)
split into (name,namespace), separator = ':'
std::vector< double > centre
Definition at line 21 of file DDHCalLinearXY.cc.
References centre, childName, deltaX, deltaY, i, idNameSpace, LogDebug, DDCurrentNamespace::ns(), numberX, numberY, and dbtoconf::parent.
27 numberX = int(nArgs[
"NumberX"]);
29 numberY = int(nArgs[
"NumberY"]);
36 LogDebug(
"HCalGeom") <<
"DDHCalLinearXY debug: Parent " << parentName
37 <<
"\twith " <<
childName.size() <<
" children";
39 LogDebug(
"HCalGeom") <<
"DDHCalLinearXY debug: Child[" <<
i <<
"] = "
41 LogDebug(
"HCalGeom") <<
"DDHCalLinearXY debug: NameSpace "
DDName is used to identify DDD entities uniquely.
static std::string & ns()
std::vector< std::string > childName
std::vector< double > centre
std::vector<double> DDHCalLinearXY::centre |
|
private |
std::vector<std::string> DDHCalLinearXY::childName |
|
private |
double DDHCalLinearXY::deltaX |
|
private |
double DDHCalLinearXY::deltaY |
|
private |
std::string DDHCalLinearXY::idNameSpace |
|
private |
int DDHCalLinearXY::numberX |
|
private |
int DDHCalLinearXY::numberY |
|
private |