1 #include "DD4hep/DetFactoryHelper.h" 12 int startCopyNo =
args.find(
"StartCopyNo") ?
args.value<
int>(
"StartCopyNo") : 1;
13 int incrCopyNo =
args.find(
"IncrCopyNo") ?
args.value<
int>(
"IncrCopyNo") : 1;
16 vector<double> zvec =
args.value<vector<double> >(
"ZPositions");
17 vector<string> rotMat =
args.value<vector<string> >(
"Rotations");
19 edm::LogVerbatim(
"TrackerGeom") <<
"debug: Parent " << mother.name() <<
"\tChild " <<
child.name() <<
" NameSpace " 20 << ns.
name() <<
"\tCopyNo (Start/Increment) " << startCopyNo <<
", " << incrCopyNo
21 <<
"\tNumber " << zvec.size();
22 for (
int i = 0;
i < (
int)(zvec.size());
i++)
23 edm::LogVerbatim(
"TrackerGeom") <<
"\t[" <<
i <<
"]\tZ = " << zvec[
i] <<
", Rot.Matrix = " << rotMat[
i];
25 for (
int i = 0,
copy = startCopyNo;
i < (
int)(zvec.size());
i++,
copy += incrCopyNo) {
32 << mother.name() <<
" at " << tran <<
" with " <<
rot;
Log< level::Info, true > LogVerbatim
const dd4hep::Rotation3D & rotation(const std::string &name) const
#define DECLARE_DDCMS_DETELEMENT(name, func)
std::string_view name() const
Namespace of DDCMS conversion namespace.
static long algorithm(Detector &, cms::DDParsingContext &ctxt, xml_h e)
dd4hep::Volume volume(const std::string &name, bool exc=true) const