54 return std::auto_ptr<Alignments>(
new Alignments);
62 return std::auto_ptr<Alignments>(
new Alignments);
70 return std::auto_ptr<Alignments>(
new Alignments);
78 return std::auto_ptr<Alignments>(
new Alignments);
82 std::auto_ptr<AlignmentSurfaceDeformations>
106 :produceTracker_(iConfig.getParameter<bool>(
"produceTracker")),
107 produceDT_(iConfig.getParameter<bool>(
"produceDT")),
108 produceCSC_(iConfig.getParameter<bool>(
"produceCSC")),
109 produceGlobalPosition_(iConfig.getParameter<bool>(
"produceGlobalPosition")),
110 produceTrackerSurfaceDeformation_(iConfig.getParameter<bool>(
"produceTrackerSurfaceDeformation"))
117 <<
"@SUB=FakeAlignmentSource" <<
"Providing data with label '"
142 this->findingRecord<TrackerAlignmentRcd>();
143 this->findingRecord<TrackerAlignmentErrorExtendedRcd>();
146 this->findingRecord<DTAlignmentRcd>();
147 this->findingRecord<DTAlignmentErrorExtendedRcd>();
150 this->findingRecord<CSCAlignmentRcd>();
151 this->findingRecord<CSCAlignmentErrorExtendedRcd>();
154 this->findingRecord<GlobalPositionRcd>();
157 this->findingRecord<TrackerSurfaceDeformationRcd>();
T getParameter(std::string const &) const
static const IOVSyncValue & endOfTime()
std::pair< Time_t, Time_t > ValidityInterval
std::auto_ptr< AlignmentErrorsExtended > produceTkAliErr(const TrackerAlignmentErrorExtendedRcd &)
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
virtual void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &ioSyncVal, edm::ValidityInterval &iov) override
provide (dummy) IOV
bool produceTrackerSurfaceDeformation_
std::auto_ptr< AlignmentErrorsExtended > produceDTAliErr(const DTAlignmentErrorExtendedRcd &)
static const IOVSyncValue & beginOfTime()
std::auto_ptr< Alignments > produceGlobals(const GlobalPositionRcd &)
GlobalPositions.
#define DEFINE_FWK_EVENTSETUP_SOURCE(type)
std::auto_ptr< AlignmentErrorsExtended > produceCSCAliErr(const CSCAlignmentErrorExtendedRcd &)
std::auto_ptr< AlignmentSurfaceDeformations > produceTrackerSurfaceDeformation(const TrackerSurfaceDeformationRcd &)
Tracker surface deformations.
std::auto_ptr< Alignments > produceTkAli(const TrackerAlignmentRcd &)
Tracker and its APE.
bool produceGlobalPosition_
FakeAlignmentSource(const edm::ParameterSet &)
std::auto_ptr< Alignments > produceDTAli(const DTAlignmentRcd &)
DT and its APE.
std::auto_ptr< Alignments > produceCSCAli(const CSCAlignmentRcd &)
CSC and its APE.