54 return std::make_unique<AlignmentErrorsExtended>();
60 return std::make_unique<AlignmentErrorsExtended>();
66 return std::make_unique<AlignmentErrorsExtended>();
74 return std::make_unique<AlignmentSurfaceDeformations>();
96 : produceTracker_(iConfig.getParameter<
bool>(
"produceTracker")),
97 produceDT_(iConfig.getParameter<
bool>(
"produceDT")),
98 produceCSC_(iConfig.getParameter<
bool>(
"produceCSC")),
99 produceGlobalPosition_(iConfig.getParameter<
bool>(
"produceGlobalPosition")),
100 produceTrackerSurfaceDeformation_(iConfig.getParameter<
bool>(
"produceTrackerSurfaceDeformation")) {
105 edm::LogInfo(
"Alignments") <<
"@SUB=FakeAlignmentSource"
131 this->findingRecord<TrackerAlignmentRcd>();
132 this->findingRecord<TrackerAlignmentErrorExtendedRcd>();
135 this->findingRecord<DTAlignmentRcd>();
136 this->findingRecord<DTAlignmentErrorExtendedRcd>();
139 this->findingRecord<CSCAlignmentRcd>();
140 this->findingRecord<CSCAlignmentErrorExtendedRcd>();
143 this->findingRecord<GlobalPositionRcd>();
146 this->findingRecord<TrackerSurfaceDeformationRcd>();