14 template <
class FilteredView>
26 theCmsTrackerPixelPhase2RingBuilder.
build(fv, subdet,
s);
32 g->addComponent(subdet);
35 template <
class FilteredView>
45 <<
"ERROR - wrong SubDet to sort..... " << det->
components().front()->type();
49 uint32_t totalrings =
comp.size();
51 for (uint32_t rn = 0; rn < totalrings; rn++) {
53 uint32_t blade = rn + 1;
55 uint32_t
temp = (blade << 2) | panel;
56 rings[rn]->setGeographicalID(
temp);
std::vector< GeometricDet * > GeometricDetContainer
void sortNS(FilteredView &, GeometricDet *) override
Log< level::Error, false > LogError
void build(FilteredView &, GeometricDet *, const std::string &) override
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
ConstGeometricDetContainer & components()
GeometricDet * component(size_t index)
std::vector< GeometricDet const * > ConstGeometricDetContainer
void buildComponent(FilteredView &, GeometricDet *, const std::string &) override
void addComponents(GeometricDetContainer const &cont)