CMS 3D CMS Logo

CmsTrackerPetalBuilder.cc
Go to the documentation of this file.
9 #include <vector>
10 
11 template <class FilteredView>
13  GeometricDet* det = new GeometricDet(&fv,
16  CmsTrackerRingBuilder<FilteredView> theCmsTrackerRingBuilder;
17  theCmsTrackerRingBuilder.build(fv, det, s);
18  g->addComponent(det);
19 }
20 
21 template <class FilteredView>
24 
25  if (comp.front()->type() == GeometricDet::ring)
27  else
28  edm::LogError("CmsTrackerPetalBuilder")
29  << "ERROR - wrong SubDet to sort..... " << det->components().front()->type();
30 
31  // Maximum Number fo TEC Rings is 7 in order
32  // to discover from which number we have to start
33  // the operation is MaxRing - RealRingNumber + 1 (C++)
34 
35  uint32_t startring = 8 - comp.size();
36 
37  for (uint32_t i = 0; i < comp.size(); i++) {
38  det->component(i)->setGeographicalID(startring + i);
39  }
40 }
41 
void buildComponent(FilteredView &, GeometricDet *, const std::string &) override
void setGeographicalID(DetId id)
Definition: GeometricDet.h:100
Log< level::Error, false > LogError
void build(FilteredView &, GeometricDet *, const std::string &) override
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 sortNS(FilteredView &, GeometricDet *) override
static bool isLessRModule(const GeometricDet *a, const GeometricDet *b)