75 LogDebug(
"TOBGeom") <<
"==>> Constructing DDTOBAxCableAlgo...";
83 double dz, rin, rout, startphi, widthphi, deltaphi;
101 rout, startphi, deltaphi);
103 LogDebug(
"TOBGeom") <<
"DDTOBAxCableAlgo test: " 106 << startphi/CLHEP::deg <<
" to " 107 << (startphi+deltaphi)/CLHEP::deg <<
" with Rin " 108 << rin <<
" Rout " << rout <<
" ZHalf " << dz;
117 LogDebug(
"TOBGeom") <<
"DDTOBAxCableAlgo test: " 119 <<
" positioned in " << tubsName
120 <<
" with no translation and no rotation";
124 startphi += deltaphi;
128 rout, startphi, deltaphi);
130 LogDebug(
"TOBGeom") <<
"DDTOBAxCableAlgo test: " 132 <<
sectorMaterial_B[
i] <<
" from " << startphi/CLHEP::deg <<
" to " << (startphi+deltaphi)/CLHEP::deg
133 <<
" with Rin " << rin <<
" Rout " << rout
144 LogDebug(
"TOBGeom") <<
"DDTOBAxCableAlgo test: " 146 <<
" positioned in " << tubsName
147 <<
" with no translation and no rotation";
151 startphi += deltaphi;
155 rout, startphi, deltaphi);
157 LogDebug(
"TOBGeom") <<
"DDTOBAxCableAlgo test: " 160 << startphi/CLHEP::deg <<
" to " 161 << (startphi+deltaphi)/CLHEP::deg <<
" with Rin " 162 << rin <<
" Rout " << rout <<
" ZHalf " << dz;
172 LogDebug(
"TOBGeom") <<
"DDTOBAxCableAlgo test: " 174 <<
" positioned in " << tubsName
175 <<
" with no translation and no rotation";
178 LogDebug(
"TOBGeom") <<
"<<== End of DDTOBAxCableAlgo construction ...";
DDMaterial is used to define and access material information.
std::vector< std::string > sectorMaterial_A
DDName is used to identify DDD entities uniquely.
std::vector< std::string > sectorNumber
A DDSolid represents the shape of a part.
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DDTranslation
Represents a uniquely identifyable rotation matrix.
U second(std::pair< T, U > const &p)
std::vector< std::string > sectorMaterial_C
std::vector< double > sectorStartPhi
A DDLogicalPart aggregates information concerning material, solid and sensitveness ...
static DDSolid tubs(const DDName &name, double zhalf, double rIn, double rOut, double startPhi, double deltaPhi)
std::vector< std::string > sectorMaterial_B
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 = ':'