13 #include "CLHEP/Units/GlobalPhysicalConstants.h"
14 #include "CLHEP/Units/GlobalSystemOfUnits.h"
18 LogDebug(
"TrackerGeom") <<
"DDTrackerLinearXY info: Creating an instance";
29 numberX = int(nArgs[
"NumberX"]);
31 numberY = int(nArgs[
"NumberY"]);
38 LogDebug(
"TrackerGeom") <<
"DDTrackerLinearXY debug: Parent " << parentName
39 <<
"\tChild " <<
childName <<
" NameSpace "
60 cpv.
position(child, mother, copy, tran, rot);
61 LogDebug(
"TrackerGeom") <<
"DDTrackerLinearXY test: " << child
62 <<
" number " << copy <<
" positioned in "
63 << mother <<
" at " << tran <<
" with " <<
rot;
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.
static std::string & ns()
virtual ~DDTrackerLinearXY()
void execute(DDCompactView &cpv)
type of data representation of DDCompactView
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DDTranslation
Represents a uniquely identifyable rotation matrix.
U second(std::pair< T, U > const &p)
void initialize(const DDNumericArguments &nArgs, const DDVectorArguments &vArgs, const DDMapArguments &mArgs, const DDStringArguments &sArgs, const DDStringVectorArguments &vsArgs)
std::vector< double > centre
std::pair< std::string, std::string > DDSplit(const std::string &n)
split into (name,namespace), separator = ':'