CMS 3D CMS Logo

CmsTrackerPixelPhase2RingBuilder.cc
Go to the documentation of this file.
10 
11 #include <vector>
12 
13 template <class FilteredView>
15  GeometricDet* g,
16  const std::string& s) {
17  CmsDetConstruction<FilteredView> theCmsDetConstruction;
18  theCmsDetConstruction.buildComponent(fv, g, s);
19 }
20 
21 template <class FilteredView>
24 
25  //increasing phi taking into account the sub-modules
26 
28 
29  for (uint32_t i = 0; i < comp.size(); i++) {
30  det->component(i)->setGeographicalID(i + 1);
31  }
32 }
33 
void setGeographicalID(DetId id)
Definition: GeometricDet.h:100
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:154
GeometricDet * component(size_t index)
Definition: GeometricDet.h:150
std::vector< GeometricDet const * > ConstGeometricDetContainer
Definition: GeometricDet.h:34
void trackerStablePhiSort(RandomAccessIterator begin, RandomAccessIterator end, const Extractor &extr)
void sortNS(FilteredView &, GeometricDet *) override
void buildComponent(FilteredView &, GeometricDet *, const std::string &) override
void buildComponent(FilteredView &, GeometricDet *, const std::string &) override
static double getPhi(const GeometricDet *a)