Definition at line 10 of file DDBHMAngular.h.
Definition at line 43 of file DDBHMAngular.cc.
References class-composition::child, childName, funct::cos(), DDSplit(), dphi, plotBeamSpotDB::first, findQualityFiles::jj, LogDebug, DDName::name(), DDCompactView::position(), makeMuonMisalignmentScenario::rot, rotMat, rr, edm::second(), mathSSE::sqrt(), AlCaHLTBitMon_QueryRunRegistry::string, and units.
49 if (rotstr !=
"NULL") {
55 double driverX(0), driverY(0), driverZ(0);
58 driverY =
sqrt(
rr*
rr-driverX*driverX);
61 driverY =-
sqrt(
rr*
rr-driverX*driverX);
64 driverY =-
sqrt(
rr*
rr-driverX*driverX);
67 driverY =-
sqrt(
rr*
rr-driverX*driverX);
70 driverY =-
sqrt(
rr*
rr-driverX*driverX);
75 LogDebug(
"BHMGeom") <<
"DDBHMAngular test: " <<
child <<
" number " <<
jj+1
76 <<
" positioned in " << parentName <<
" at " << tran
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)
Cos< T >::type cos(const T &t)
std::pair< std::string, std::string > DDSplit(const std::string &n)
split into (name,namespace), separator = ':'
const std::string & name() const
Returns the name.