51 xpos_ = vArgs[
"positionX"];
52 ypos_ = nArgs[
"positionY"];
53 zpos_ = nArgs[
"positionZ"];
56 edm::LogVerbatim(
"ForwardGeom") <<
"DDRPDPosition: Parameters for positioning-- " <<
xpos_.size() <<
" copies of " 58 <<
", z = " <<
zpos_ <<
" and at x = (";
59 std::ostringstream st1;
60 for (
const auto&
x :
xpos_)
71 for (
unsigned int jj = 0;
jj <
xpos_.size();
jj++) {
77 << parentName <<
" at " << tran <<
" with no rotation";
Log< level::Info, true > LogVerbatim
void position(const DDLogicalPart &self, const DDLogicalPart &parent, const std::string ©no, const DDTranslation &trans, const DDRotation &rot, const DDDivision *div=nullptr)
std::vector< double > xpos_
void execute(DDCompactView &cpv) override
DDName is used to identify DDD entities uniquely.
Compact representation of the geometrical detector hierarchy.
Represents a uniquely identifyable rotation matrix.
U second(std::pair< T, U > const &p)
#define DEFINE_EDM_PLUGIN(factory, type, name)
std::pair< std::string, std::string > DDSplit(const std::string &n)
split into (name,namespace), separator = ':'
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DDTranslation
void initialize(const DDNumericArguments &nArgs, const DDVectorArguments &vArgs, const DDMapArguments &mArgs, const DDStringArguments &sArgs, const DDStringVectorArguments &vsArgs) override