test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CmsTrackerLadderBuilder.cc
Go to the documentation of this file.
8 #include <vector>
9 
11 
12  CmsDetConstruction theCmsDetConstruction;
13  theCmsDetConstruction.buildComponent(fv,g,s);
14 }
15 
18 
19  //sorting for PhaseI & PhaseII pixel ladder modules
20  //sorting also for PhaseII outer tracker rod modules
21  std::sort(comp.begin(),comp.end(),LessZ());
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("CmsTrackerLadderBuilder") << "Where are the OT Phase2/ pixel barrel modules modules?";
29  }
30 
31 }
32 
33 
34 
35 
int i
Definition: DBlmapReader.cc:9
void setGeographicalID(DetId id)
Definition: GeometricDet.h:81
void buildComponent(DDFilteredView &, GeometricDet *, std::string)
virtual void sortNS(DDFilteredView &, GeometricDet *)
virtual 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:175
GeometricDet * component(size_t index)
Definition: GeometricDet.h:113
std::vector< GeometricDet const * > ConstGeometricDetContainer
Definition: GeometricDet.h:36