CMS 3D CMS Logo

CmsTrackerPixelPhase2RingBuilder.cc
Go to the documentation of this file.
8 #include <vector>
9 
11 
13  CmsDetConstruction theCmsDetConstruction;
14  theCmsDetConstruction.buildComponent(fv,g,s);
15 
16 }
17 
19 
21 
22  //increasing phi taking into account the sub-modules
23 
24  TrackerStablePhiSort(comp.begin(), comp.end(), ExtractPhi());
25 
26 
27  for(uint32_t i=0; i<comp.size();i++){
28  det->component(i)->setGeographicalID(i+1);
29  }
30 
31 }
void setGeographicalID(DetId id)
Definition: GeometricDet.h:82
void buildComponent(DDFilteredView &, GeometricDet *, std::string)
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:176
virtual void sortNS(DDFilteredView &, GeometricDet *)
void TrackerStablePhiSort(RandomAccessIterator begin, RandomAccessIterator end, const Extractor &extr)
GeometricDet * component(size_t index)
Definition: GeometricDet.h:114
std::vector< GeometricDet const * > ConstGeometricDetContainer
Definition: GeometricDet.h:36
virtual void buildComponent(DDFilteredView &, GeometricDet *, std::string)