CMS 3D CMS Logo

CmsTrackerPixelPhase1EndcapBuilder.cc
Go to the documentation of this file.
9 #include <vector>
10 
11 #include <bitset>
12 
13 template <class FilteredView>
15  GeometricDet* g,
16  const std::string& s) {
17  CmsTrackerPhase1DiskBuilder<FilteredView> theCmsTrackerPhase1DiskBuilder;
18 
19  GeometricDet* subdet = new GeometricDet(&fv,
22  const std::string& subdet_name = subdet->name();
26  LogDebug("DiskNames") << "The name of the components is: " << subdet_name;
27  theCmsTrackerPhase1DiskBuilder.build(fv, subdet, s);
28  break;
29 
30  default:
31  edm::LogError("CmsTrackerPixelPhase1EndcapBuilder")
32  << " ERROR - I was expecting a Disk... I got a " << ExtractStringFromDDD<FilteredView>::getString(s, &fv);
33  }
34 
35  g->addComponent(subdet);
36 }
37 
38 template <class FilteredView>
41 
42  switch (comp.front()->type()) {
44  std::sort(comp.begin(), comp.end(), CmsTrackerLevelBuilderHelper::isLessModZ);
45  break;
46  default:
47  edm::LogError("CmsTrackerPixelPhase1EndcapBuilder")
48  << "ERROR - wrong SubDet to sort..... " << det->components().front()->type();
49  }
50 
51  for (uint32_t i = 0; i < comp.size(); i++) {
52  det->component(i)->setGeographicalID(i + 1); // Every subdetector: Disk Number
53  }
54 }
55 
#define LogDebug(id)
type
Definition: HCALResponse.h:21
void addComponent(GeometricDet *)
void setGeographicalID(DetId id)
Definition: GeometricDet.h:97
static bool isLessModZ(const GeometricDet *a, const GeometricDet *b)
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:139
std::string const & name() const
Definition: GeometricDet.h:126
GeometricDet * component(size_t index)
Definition: GeometricDet.h:114
std::vector< GeometricDet const * > ConstGeometricDetContainer
Definition: GeometricDet.h:33
static std::string getString(std::string const &, DDFilteredView *)
void sortNS(FilteredView &, GeometricDet *) override
void buildComponent(FilteredView &, GeometricDet *, const std::string &) override