CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CmsTrackerRodBuilder.cc
Go to the documentation of this file.
8 #include <vector>
9 
10 
12  CmsDetConstruction theCmsDetConstruction;
13  theCmsDetConstruction.buildComponent(fv,g,s);
14 }
15 
18 
19  std::stable_sort(comp.begin(),comp.end(),LessModZ());
20 
21  for(uint32_t i=0; i<comp.size();i++){
22  comp[i]->setGeographicalID(i+1);
23  }
24 
25  if (comp.empty() ){
26  edm::LogError("CmsTrackerRodBuilder")<<"Where are the Rod's modules?";
27  }
28 }
int i
Definition: DBlmapReader.cc:9
virtual void buildComponent(DDFilteredView &, GeometricDet *, std::string)
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
std::vector< GeometricDet const * > GeometricDetContainer
Definition: GeometricDet.h:36
virtual void sortNS(DDFilteredView &, GeometricDet *)
GeometricDetContainer & components()
Definition: GeometricDet.h:163