CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CmsTrackerOTRingBuilder.cc
Go to the documentation of this file.
8 #include <vector>
9 
11 
13 
14  CmsDetConstruction theCmsDetConstruction;
17  theCmsDetConstruction.buildComponent(fv,g,s);
18  break;
19  default:
20  edm::LogError("CmsTrackerOTRingBuilder")<<" ERROR - I was expecting a Plaq, I got a "<<ExtractStringFromDDD::getString(s,&fv);
21  ;
22  }
23 }
24 
27 
28  if (comp.front()->type()==GeometricDet::DetUnit){
29 
30  TrackerStablePhiSort(comp.begin(), comp.end(), ExtractPhi());
31  stable_sort(comp.begin(), comp.end() ,PhiSortNP());
32 
33  }
34  else
35  edm::LogError("CmsTrackerOTRingBuilder")<<"ERROR - wrong SubDet to sort..... "<<det->components().front()->type();
36 
37  for(uint32_t i=0; i<comp.size();i++){
38  det->component(i)->setGeographicalID(i+1);
39  }
40 
41 }
static std::string getString(std::string const &, DDFilteredView *)
int i
Definition: DBlmapReader.cc:9
void setGeographicalID(DetId id)
Definition: GeometricDet.h:80
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:174
void TrackerStablePhiSort(RandomAccessIterator begin, RandomAccessIterator end, const Extractor &extr)
GeometricDet * component(size_t index)
Definition: GeometricDet.h:112
std::vector< GeometricDet const * > ConstGeometricDetContainer
Definition: GeometricDet.h:36
virtual void buildComponent(DDFilteredView &, GeometricDet *, std::string)
virtual void sortNS(DDFilteredView &, GeometricDet *)
GeometricDet::GeometricEnumType type(std::string const &) const
CmsTrackerStringToEnum theCmsTrackerStringToEnum