Functions | |
std::vector< uint32_t > | getOuterTrackerDetIds (const GeometricDet &geomDet) |
std::vector< uint32_t > | getSiStripDetIds (const GeometricDet &geomDet) |
std::vector< uint32_t > TrackerGeometryUtils::getOuterTrackerDetIds | ( | const GeometricDet & | geomDet | ) |
A helper method to get the full list of OuterTracker DetIds from the GeometricDet
The DetIds are sorted by subdetector, but otherwise keep the ordering from GeometricDet::deepComponents (for compatibility with SiStripDetInfoFileReader)
Definition at line 20 of file utils.cc.
References a, b, SplitLinear::begin, GeometricDet::deepComponents(), dataset::end, PixelSubdetector::PixelEndcap, DetId::subdetId(), and align::Tracker.
Referenced by fakeOTLA::produceRecord().
std::vector< uint32_t > TrackerGeometryUtils::getSiStripDetIds | ( | const GeometricDet & | geomDet | ) |
A helper method to get the full list of SiStrip DetIds from the GeometricDet
The DetIds are sorted by subdetector, but otherwise keep the ordering from GeometricDet::deepComponents (for compatibility with SiStripDetInfoFileReader)
Definition at line 5 of file utils.cc.
References a, b, SplitLinear::begin, GeometricDet::deepComponents(), dataset::end, DetId::subdetId(), SiStripSubdetector::TEC, and SiStripSubdetector::TIB.
Referenced by SiStripDetVOffTkMapPlotter::analyze(), SiStripDetVOffTrendPlotter::analyze(), DetIdSelectorTest::analyze(), SiStripTrackerMapCreator::createInfoFile(), SiStripHashedDetIdFakeESSource::produce(), TkDetMapESProducer::produce(), SiStripBackPlaneCorrectionFakeESSource::produce(), and SiStripLorentzAngleFakeESSource::produce().