Protected Member Functions | |
RPAlignmentCorrectionsDataSequence | Merge (const std::vector< RPAlignmentCorrectionsDataSequence > &) const |
merges an array of sequences to one More... | |
void | PrepareSequence (const std::string &label, RPAlignmentCorrectionsDataSequence &seq, const std::vector< std::string > &files) const |
builds a sequence of corrections from provided sources and runs a few checks More... | |
void | setIntervalFor (const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override |
Protected Member Functions inherited from edm::ESProducer | |
template<typename T > | |
void | setWhatProduced (T *iThis, const es::Label &iLabel=es::Label()) |
template<typename T > | |
void | setWhatProduced (T *iThis, const char *iLabel) |
template<typename T > | |
void | setWhatProduced (T *iThis, const std::string &iLabel) |
template<typename T , typename TDecorator > | |
void | setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel=es::Label()) |
template<typename T , typename TReturn , typename TRecord > | |
void | setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const es::Label &iLabel=es::Label()) |
template<typename T , typename TReturn , typename TRecord , typename TArg > | |
void | setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel=es::Label()) |
Protected Member Functions inherited from edm::ESProxyFactoryProducer | |
template<class TFactory > | |
void | registerFactory (std::unique_ptr< TFactory > iFactory, const std::string &iLabel=std::string()) |
virtual void | registerFactoryWithKey (const eventsetup::EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ProxyFactoryBase > iFactory, const std::string &iLabel=std::string()) |
void | registerProxies (const eventsetup::EventSetupRecordKey &iRecord, KeyedProxies &aProxyList) override |
override DataProxyProvider method More... | |
Protected Member Functions inherited from edm::eventsetup::DataProxyProvider | |
void | eraseAll (const EventSetupRecordKey &iRecordKey) |
deletes all the Proxies in aStream More... | |
void | invalidateProxies (const EventSetupRecordKey &iRecordKey) |
template<class T > | |
void | usingRecord () |
void | usingRecordWithKey (const EventSetupRecordKey &) |
Protected Member Functions inherited from edm::EventSetupRecordIntervalFinder | |
template<class T > | |
void | findingRecord () |
void | findingRecordWithKey (const eventsetup::EventSetupRecordKey &) |
Additional Inherited Members | |
Public Types inherited from edm::eventsetup::DataProxyProvider | |
typedef std::vector< std::pair< DataKey, edm::propagate_const< std::shared_ptr< DataProxy > > > > | KeyedProxies |
typedef std::vector< EventSetupRecordKey > | Keys |
typedef std::map< EventSetupRecordKey, KeyedProxies > | RecordProxies |
Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider | |
static void | prevalidate (ConfigurationDescriptions &) |
Loads alignment corrections to EventSetup.
Definition at line 31 of file CTPPSIncludeAlignments.cc.
CTPPSIncludeAlignments::CTPPSIncludeAlignments | ( | const edm::ParameterSet & | p | ) |
Definition at line 63 of file CTPPSIncludeAlignments.cc.
References acsMeasured, acsMisaligned, acsReal, edm::ParameterSet::getParameter(), PrepareSequence(), produceMeasured(), produceMisaligned(), produceReal(), and edm::ESProducer::setWhatProduced().
|
override |
Definition at line 84 of file CTPPSIncludeAlignments.cc.
|
protected |
merges an array of sequences to one
Definition at line 90 of file CTPPSIncludeAlignments.cc.
References PVValHelper::add(), corr, delta, TimeValidityInterval::EndOfTime(), FrontierConditions_GlobalTag_cff::file, TimeValidityInterval::first, TimeValidityInterval::last, genParticles_cff::map, mps_fire::result, TimeValidityInterval::ValueToUNIXString(), and verbosity.
Referenced by PrepareSequence().
|
protected |
builds a sequence of corrections from provided sources and runs a few checks
Definition at line 152 of file CTPPSIncludeAlignments.cc.
References FrontierConditions_GlobalTag_cff::file, Merge(), and verbosity.
Referenced by CTPPSIncludeAlignments().
std::unique_ptr< RPAlignmentCorrectionsData > CTPPSIncludeAlignments::produceMeasured | ( | const RPMeasuredAlignmentRecord & | iRecord | ) |
Definition at line 166 of file CTPPSIncludeAlignments.cc.
References acMeasured.
Referenced by CTPPSIncludeAlignments().
std::unique_ptr< RPAlignmentCorrectionsData > CTPPSIncludeAlignments::produceMisaligned | ( | const RPMisalignedAlignmentRecord & | iRecord | ) |
Definition at line 180 of file CTPPSIncludeAlignments.cc.
References acMisaligned.
Referenced by CTPPSIncludeAlignments().
std::unique_ptr< RPAlignmentCorrectionsData > CTPPSIncludeAlignments::produceReal | ( | const RPRealAlignmentRecord & | iRecord | ) |
Definition at line 173 of file CTPPSIncludeAlignments.cc.
References acReal.
Referenced by CTPPSIncludeAlignments().
|
overrideprotectedvirtual |
Implements edm::EventSetupRecordIntervalFinder.
Definition at line 187 of file CTPPSIncludeAlignments.cc.
References acMeasured, acMisaligned, acReal, acsMeasured, acsMisaligned, acsReal, corr, DEFINE_FWK_EVENTSETUP_SOURCE, TimeValidityInterval::EndOfTime(), edm::IOVSyncValue::endOfTime(), edm::EventID::event(), edm::IOVSyncValue::eventID(), Exception, edm::ValidityInterval::first(), edm::ValidityInterval::last(), min(), edm::eventsetup::EventSetupRecordKey::name(), edm::EventID::run(), lumiQTWidget::t, edm::IOVSyncValue::time(), edm::Timestamp::unixTime(), edm::Timestamp::value(), TimeValidityInterval::ValueToUNIXString(), and verbosity.
|
protected |
Definition at line 44 of file CTPPSIncludeAlignments.cc.
Referenced by produceMeasured(), and setIntervalFor().
|
protected |
Definition at line 44 of file CTPPSIncludeAlignments.cc.
Referenced by produceMisaligned(), and setIntervalFor().
|
protected |
Definition at line 44 of file CTPPSIncludeAlignments.cc.
Referenced by produceReal(), and setIntervalFor().
|
protected |
Definition at line 43 of file CTPPSIncludeAlignments.cc.
Referenced by CTPPSIncludeAlignments(), and setIntervalFor().
|
protected |
Definition at line 43 of file CTPPSIncludeAlignments.cc.
Referenced by CTPPSIncludeAlignments(), and setIntervalFor().
|
protected |
Definition at line 43 of file CTPPSIncludeAlignments.cc.
Referenced by CTPPSIncludeAlignments(), and setIntervalFor().
|
protected |
Definition at line 42 of file CTPPSIncludeAlignments.cc.
Referenced by Merge(), PrepareSequence(), and setIntervalFor().