20 std::unique_ptr<mkfit::TrackerInfo> trackerInfo,
23 lnc_{std::make_unique<mkfit::LayerNumberConverter>(layNConv)},
26 throw cms::Exception(
"Assert") <<
"This code works only with phase1 and phase2 tracker, you have something else";
29 dets_.resize(lnc_->nLayers(),
nullptr);
30 auto setDet = [
this](
const int subdet,
const int layer,
const int isStereo,
const DetId&
detId,
const DetLayer* lay) {
31 const int index = lnc_->convertLayerNumber(subdet,
layer,
false, isStereo, isPlusSide(*ttopo_,
detId));
32 if (
index < 0
or static_cast<unsigned>(
index) >= dets_.size()) {
34 <<
" subdet " << subdet <<
" layer " <<
layer <<
" isStereo " << isStereo;
41 const auto&
comp = lay->basicComponents();
43 throw cms::Exception(
"LogicError") <<
"Got a tracker layer (subdet " << lay->subDetector()
44 <<
") with empty basicComponents.";
47 const auto&
detId =
comp.front()->geographicalId();
48 const auto subdet =
detId.subdetId();
52 if (lnc_->doesHaveStereo(subdet,
layer))
53 setDet(subdet,
layer, stereoLayer,
detId, lay);
62 return lnc_->convertLayerNumber(
std::unique_ptr< mkfit::LayerNumberConverter > lnc_
bool isStereo(const DetId &id) const
unsigned int side(const DetId &id) const
unsigned int layer(const DetId &id) const
const TrackerTopology * ttopo_
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< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
int mkFitLayerNumber(DetId detId) const
MkFitGeometry(const TrackerGeometry &geom, const GeometricSearchTracker &tracker, const TrackerTopology &ttopo, std::unique_ptr< mkfit::TrackerInfo > trackerInfo, const mkfit::LayerNumberConverter &layNConv)