Definition at line 56 of file DDTrackerPhiAltAlgo.cc.
References class-composition::child, childName, funct::cos(), DDrot(), DDSplit(), plotBeamSpotDB::first, mps_fire::i, idNameSpace, incrCopyNo, LogDebug, number, class-composition::parent, phi, DDCompactView::position(), radiusIn, radiusOut, rangeAngle, idealTransformation::rotation, edm::second(), funct::sin(), startAngle, startCopyNo, AlCaHLTBitMon_QueryRunRegistry::string, theta(), tilt, and zpos.
59 double theta = 90.*CLHEP::deg;
71 double phix = phi -
tilt + 90.*CLHEP::deg;
72 double phiy = phix + 90.*CLHEP::deg;
73 double phideg = phix/CLHEP::deg;
80 LogDebug(
"TrackerGeom") <<
"DDTrackerPhiAltAlgo test: Creating a new" 81 <<
" rotation " << rotstr <<
"\t" <<
"90., " 82 << phix/CLHEP::deg <<
", 90.," 83 << phiy/CLHEP::deg <<
", 0, 0";
100 LogDebug(
"TrackerGeom") <<
"DDTrackerPhiAltAlgo test: " <<
child 101 <<
" number " << copyNo <<
" positioned in " 102 << mother <<
" at " << tran <<
" with "
Sin< T >::type sin(const T &t)
Geom::Theta< T > theta() const
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)
Cos< T >::type cos(const T &t)
void position(const DDLogicalPart &self, const DDLogicalPart &parent, const std::string ©no, const DDTranslation &trans, const DDRotation &rot, const DDDivision *div=0)
std::pair< std::string, std::string > DDSplit(const std::string &n)
split into (name,namespace), separator = ':'