CMS 3D CMS Logo

CmsTrackerRodBuilder.cc
Go to the documentation of this file.
9 #include <vector>
10 
11 template <class FilteredView>
13  CmsDetConstruction<FilteredView> theCmsDetConstruction;
14  theCmsDetConstruction.buildComponent(fv, g, s);
15 }
16 
17 template <class FilteredView>
20 
21  std::stable_sort(comp.begin(), comp.end(), CmsTrackerLevelBuilderHelper::isLessModZ);
22 
23  for (uint32_t i = 0; i < comp.size(); i++) {
24  det->component(i)->setGeographicalID(i + 1);
25  }
26 
27  if (comp.empty()) {
28  edm::LogError("CmsTrackerRodBuilder") << "Where are the Rod's modules?";
29  }
30 }
31 
void buildComponent(FilteredView &, GeometricDet *, const std::string &) override
void setGeographicalID(DetId id)
Definition: GeometricDet.h:100
Log< level::Error, false > LogError
static bool isLessModZ(const GeometricDet *a, const GeometricDet *b)
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
Definition: Activities.doc:4
ConstGeometricDetContainer & components()
Definition: GeometricDet.h:158
GeometricDet * component(size_t index)
Definition: GeometricDet.h:154
void sortNS(FilteredView &, GeometricDet *) override
std::vector< GeometricDet const * > ConstGeometricDetContainer
Definition: GeometricDet.h:34
void buildComponent(FilteredView &, GeometricDet *, const std::string &) override