32 if (
ev.logicalPart().name().fullname().find(
test) != std::string::npos)
36 if (
ev.logicalPart().name().fullname().find(
test) != std::string::npos)
54 std::vector<std::string> volnames = {
"service",
65 "MIC6_Aluminium_Disc",
71 "SensorModule_Front_Left",
72 "SensorModule_Front_Right",
73 "SensorModule_Back_Left",
74 "SensorModule_Back_Right",
100 for (
auto const& theVol : volnames) {
108 auto isBTLV2 =
false;
111 if (check_root != GeometricTimingDet::MTD) {
114 if (check_child != GeometricTimingDet::MTD) {
115 throw cms::Exception(
"Configuration") <<
" The first child of the DDFilteredView is not what is expected \n" 125 auto mtd = std::make_unique<GeometricTimingDet>(&fv, GeometricTimingDet::MTD);
129 std::vector<GeometricTimingDet*> subdet;
130 std::vector<GeometricTimingDet*>
layer;
136 size_t num = fv.geoHistory().size();
139 edm::LogVerbatim(
"MTDNumbering") <<
"Module = " << fv.name() <<
" fullNode = " << fullNode
140 <<
" thisNode = " << thisNode;
143 if (fullNode == GeometricTimingDet::BTL || fullNode == GeometricTimingDet::ETL) {
148 subdet.emplace_back(theCmsMTDConstruction.
buildSubdet(fv));
150 if (fullNode == GeometricTimingDet::BTLLayer || fullNode == GeometricTimingDet::ETLDisc) {
160 if ((thisNode == GeometricTimingDet::BTLModule) &&
limit == 0) {
161 if (theCmsMTDConstruction.
isBTLV2(fv)) {
167 }
else if ((thisNode == GeometricTimingDet::ETLModule) &&
limit == 0) {
173 if (thisNode == GeometricTimingDet::BTLModule) {
175 edm::LogVerbatim(
"MTDNumbering") <<
"Registered in GeometricTimingDet as type " << thisNode;
179 }
else if (thisNode == GeometricTimingDet::ETLModule) {
181 edm::LogVerbatim(
"MTDNumbering") <<
"Registered in GeometricTimingDet as type " << thisNode;
191 auto comp =
mtd->deepComponents();
193 for (
const auto& it :
comp) {
194 before <<
"ORDER1 " << it->geographicalId().rawId() <<
" " << it->type() <<
" " << it->translation().z() <<
"\n";
196 edm::LogVerbatim(
"MTDNumbering") <<
"GeometricTimingDet order before sorting \n" << before.str();
225 subdet[0]->addComponent(
layer[0]);
230 subdet[1]->addComponent(
layer[1]);
231 subdet[2]->addComponent(
layer[2]);
233 subdet[1]->addComponent(
layer[1]);
234 subdet[1]->addComponent(
layer[2]);
235 subdet[2]->addComponent(
layer[3]);
236 subdet[2]->addComponent(
layer[4]);
243 mtd.get()->addComponents(subdet);
249 for (
const auto& it :
comp) {
250 after <<
"ORDER2 " << it->geographicalId().rawId() <<
" " <<
static_cast<MTDDetId>(it->geographicalId()).mtdRR()
251 <<
" " << it->type() <<
" " << it->translation().z() <<
" " 254 edm::LogVerbatim(
"MTDNumbering") <<
"GeometricTimingDet order after sorting \n" << after.str();
265 auto mtd = std::make_unique<GeometricTimingDet>(&fv, GeometricTimingDet::MTD);
270 mypar.filter(ref, attribute,
"BarrelTimingLayer");
271 mypar.filter(ref, attribute,
"EndcapTimingLayer");
272 fv.mergedSpecifics(ref);
275 edm::LogVerbatim(
"DD4hep_MTDNumbering") <<
"Active filters using " << attribute <<
":";
278 log <<
"Filtered DD SpecPar Registry size: " << ref.size() <<
"\n";
279 for (
const auto&
t : ref) {
280 log <<
"\nSpecPar " <<
t.first <<
":\nRegExps { ";
281 for (
const auto& ki :
t.second->paths)
284 for (
const auto& kl :
t.second->spars) {
285 log << kl.first <<
" = ";
286 for (
const auto& kil : kl.second) {
295 bool doSubdet = fv.firstChild();
302 auto isBTLV2 =
false;
304 std::vector<GeometricTimingDet*> subdet;
305 std::vector<GeometricTimingDet*>
layer;
316 <<
"Module = " << fv.name() <<
" fullNode = " << fullNode <<
" thisNode = " << thisNode;
319 if (fullNode == GeometricTimingDet::BTL || fullNode == GeometricTimingDet::ETL) {
322 subdet.emplace_back(theCmsMTDConstruction.
buildSubdet(fv));
324 if (fullNode == GeometricTimingDet::BTLLayer || fullNode == GeometricTimingDet::ETLDisc) {
330 if (thisNode == GeometricTimingDet::BTLModule) {
332 edm::LogVerbatim(
"DD4hep_MTDNumbering") <<
"Registered in GeometricTimingDet as type " << thisNode;
334 if (isBTLV2 ==
false) {
335 if (theCmsMTDConstruction.
isBTLV2(fv)) {
340 }
else if (thisNode == GeometricTimingDet::ETLModule) {
342 edm::LogVerbatim(
"DD4hep_MTDNumbering") <<
"Registered in GeometricTimingDet as type " << thisNode;
347 doSubdet = fv.firstChild();
353 auto comp =
mtd->deepComponents();
355 for (
const auto& it :
comp) {
356 before <<
"ORDER1 " << it->geographicalId().rawId() <<
" " << it->type() <<
" " << it->translation().z() <<
"\n";
358 edm::LogVerbatim(
"DD4hep_MTDNumbering") <<
"GeometricTimingDet order before sorting \n" << before.str();
387 subdet[0]->addComponent(
layer[0]);
392 subdet[1]->addComponent(
layer[1]);
393 subdet[2]->addComponent(
layer[2]);
395 subdet[1]->addComponent(
layer[1]);
396 subdet[1]->addComponent(
layer[2]);
397 subdet[2]->addComponent(
layer[3]);
398 subdet[2]->addComponent(
layer[4]);
405 mtd.get()->addComponents(subdet);
411 for (
const auto& it :
comp) {
412 after <<
"ORDER2 " << it->geographicalId().rawId() <<
" " <<
static_cast<MTDDetId>(it->geographicalId()).mtdRR()
413 <<
" " << it->type() <<
" " << it->translation().z() <<
" " 416 edm::LogVerbatim(
"DD4hep_MTDNumbering") <<
"GeometricTimingDet order after sorting \n" << after.str();
Log< level::Info, true > LogVerbatim
bool isBTLV2(FilteredView &)
bool parent()
set the current node to the parent node ...
void buildBTLModule(FilteredView &, GeometricTimingDet *)
GeometricTimingDet * buildSubdet(FilteredView &)
GeometricTimingDet::GeometricTimingEnumType type(std::string const &) const
dd4hep::SpecParRefs DDSpecParRefs
constexpr NumType convertRadToDeg(NumType radians)
const cms::DDDetector * detector() const
const std::string & name() const
The name of a logical-part of the current node in the filtered-view.
DDSpecParRegistry const & specpars() const
static constexpr size_t kNLayerTDR
Compact representation of the geometrical detector hierarchy.
static constexpr size_t kModStrLen
static constexpr size_t kNLayerPreTDR
Detector identifier base class for the MIP Timing Layer.
std::vector< std::string > veto_
dd4hep::SpecParRegistry DDSpecParRegistry
static std::unique_ptr< GeometricTimingDet > construct(const DDCompactView &cpv)
void add(const std::string &add)
GeometricTimingDet * buildLayer(FilteredView &)
bool next(int)
set current node to the next node in the filtered tree
std::vector< std::string > allowed_
Log< level::Info, false > LogInfo
void buildETLModule(FilteredView &, GeometricTimingDet *)
dd4hep::Volume worldVolume() const
Handle to the world volume containing everything.
bool accept(const DDExpandedView &ev) const final
true, if the DDExpandedNode fulfills the filter criteria
constexpr valType make0To2pi(valType angle)
enum GTDEnumType { unknown=100, MTD=0, BTL=1, BTLLayer=2, BTLTray=3, BTLModule=4, BTLSensor=5, BTLCrystal=6, ETL=7, ETLDisc=8, ETLRing=9, ETLModule=10, ETLSensor=11 } GeometricTimingEnumType
std::vector< GeometricTimingDet const * > ConstGeometricTimingDetContainer
bool firstChild()
set the current node to the first child ...
A Filter accepts or rejects a DDExpandedNode based on a user-coded decision rule. ...
void veto(const std::string &veto)
Provides an exploded view of the detector (tree-view)