#include <DDTrackerXYZPosAlgo.h>
Definition at line 10 of file DDTrackerXYZPosAlgo.h.
DDTrackerXYZPosAlgo::DDTrackerXYZPosAlgo |
( |
| ) |
|
DDTrackerXYZPosAlgo::~DDTrackerXYZPosAlgo |
( |
| ) |
|
|
override |
Definition at line 52 of file DDTrackerXYZPosAlgo.cc.
References class-composition::child, childName, popcon2dropbox::copy(), DDSplit(), plotBeamSpotDB::first, mps_fire::i, incrCopyNo, createfilelist::int, LogDebug, class-composition::parent, DDCompactView::position(), makeMuonMisalignmentScenario::rot, rotMat, edm::second(), startCopyNo, AlCaHLTBitMon_QueryRunRegistry::string, xvec, yvec, and zvec.
63 if (rotstr !=
"NULL") {
68 LogDebug(
"TrackerGeom") <<
"DDTrackerXYZPosAlgo test: " <<
child 69 <<
" number " << copy <<
" positioned in " 70 << mother <<
" at " << tran <<
" with " <<
rot;
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< double > zvec
std::vector< double > xvec
void position(const DDLogicalPart &self, const DDLogicalPart &parent, const std::string ©no, const DDTranslation &trans, const DDRotation &rot, const DDDivision *div=0)
std::vector< std::string > rotMat
std::pair< std::string, std::string > DDSplit(const std::string &n)
split into (name,namespace), separator = ':'
std::vector< double > yvec
Definition at line 23 of file DDTrackerXYZPosAlgo.cc.
References childName, mps_fire::i, idNameSpace, incrCopyNo, createfilelist::int, LogDebug, DDCurrentNamespace::ns(), class-composition::parent, rotMat, startCopyNo, xvec, yvec, and zvec.
31 xvec = vArgs[
"XPositions"];
32 yvec = vArgs[
"YPositions"];
33 zvec = vArgs[
"ZPositions"];
34 rotMat = vsArgs[
"Rotations"];
39 LogDebug(
"TrackerGeom") <<
"DDTrackerXYZPosAlgo debug: Parent " << parentName
40 <<
"\tChild " <<
childName <<
" NameSpace " 43 <<
xvec.size() <<
", " <<
yvec.size() <<
", " <<
zvec.size();
46 <<
"\t[" <<
i <<
"]\tY = " <<
yvec[
i]
47 <<
"\t[" <<
i <<
"]\tZ = " <<
zvec[
i]
48 <<
", Rot.Matrix = " <<
rotMat[
i];
DDName is used to identify DDD entities uniquely.
static std::string & ns()
std::vector< double > zvec
std::vector< double > xvec
std::vector< std::string > rotMat
std::vector< double > yvec
std::string DDTrackerXYZPosAlgo::childName |
|
private |
std::string DDTrackerXYZPosAlgo::idNameSpace |
|
private |
int DDTrackerXYZPosAlgo::incrCopyNo |
|
private |
std::vector<std::string> DDTrackerXYZPosAlgo::rotMat |
|
private |
int DDTrackerXYZPosAlgo::startCopyNo |
|
private |
std::vector<double> DDTrackerXYZPosAlgo::xvec |
|
private |
std::vector<double> DDTrackerXYZPosAlgo::yvec |
|
private |
std::vector<double> DDTrackerXYZPosAlgo::zvec |
|
private |