Definition at line 18 of file DDTrackerXYZPosAlgo.cc.
DDTrackerXYZPosAlgo::DDTrackerXYZPosAlgo |
( |
| ) |
|
DDTrackerXYZPosAlgo::~DDTrackerXYZPosAlgo |
( |
| ) |
|
|
override |
Definition at line 74 of file DDTrackerXYZPosAlgo.cc.
References submitPVValidationJobs::child, filterCSVwithJSON::copy, DDSplit(), first, mps_fire::i, LogDebug, SpecificationBuilder_cfi::parent(), DDCompactView::position(), makeMuonMisalignmentScenario::rot, and edm::second().
79 for (
int i = 0;
i < (int)(
zvec.size());
i++) {
83 if (rotstr !=
"NULL") {
88 LogDebug(
"TrackerGeom") <<
"DDTrackerXYZPosAlgo test: " <<
child <<
" number " << copy <<
" positioned in "
89 << mother <<
" at " << tran <<
" with " <<
rot;
void position(const DDLogicalPart &self, const DDLogicalPart &parent, const std::string ©no, const DDTranslation &trans, const DDRotation &rot, const DDDivision *div=nullptr)
DDName is used to identify DDD entities uniquely.
Represents a uniquely identifyable rotation matrix.
U second(std::pair< T, U > const &p)
std::pair< std::string, std::string > DDSplit(const std::string &n)
split into (name,namespace), separator = ':'
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DDTranslation
string DDTrackerXYZPosAlgo::childName |
|
private |
string DDTrackerXYZPosAlgo::idNameSpace |
|
private |
int DDTrackerXYZPosAlgo::incrCopyNo |
|
private |
vector<string> DDTrackerXYZPosAlgo::rotMat |
|
private |
int DDTrackerXYZPosAlgo::startCopyNo |
|
private |
vector<double> DDTrackerXYZPosAlgo::xvec |
|
private |
vector<double> DDTrackerXYZPosAlgo::yvec |
|
private |
vector<double> DDTrackerXYZPosAlgo::zvec |
|
private |