86 std::vector<std::unique_ptr<AlignmentMonitorBase>>
m_monitors;
103 : m_tjTag(iConfig.getParameter<
edm::
InputTag>(
"tjTkAssociationMapTag")),
104 m_aliParamStoreCfg(iConfig.getParameter<
edm::
ParameterSet>(
"ParameterStore")) {
135 std::shared_ptr<TrackerGeometry> theTracker(trackerBuilder.
build(&(*theGeometricDet), *ptp, tTopo));
141 auto theMuonDT = std::make_shared<DTGeometry>();
143 auto theMuonCSC = std::make_shared<CSCGeometry>();
164 &(*dtAlignmentErrorsExtended),
173 &(*cscAlignmentErrorsExtended),
180 m_alignableMuon = std::make_unique<AlignableMuon>(&(*theMuonDT), &(*theMuonCSC));
199 for (
const auto& iPair : *trajTracksMap) {