![]() |
![]() |
#include <JetCorrectionServiceChain.h>
Private Attributes | |
boost::shared_ptr< JetCorrector > | mChainCorrector |
std::vector< std::string > | mCorrectors |
Additional Inherited Members | |
![]() | |
typedef std::vector< std::pair < DataKey, boost::shared_ptr < DataProxy > > > | KeyedProxies |
typedef std::vector < EventSetupRecordKey > | Keys |
typedef std::map < EventSetupRecordKey, KeyedProxies > | RecordProxies |
![]() | |
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()) |
![]() | |
template<class TFactory > | |
void | registerFactory (std::auto_ptr< TFactory > iFactory, const std::string &iLabel=std::string()) |
virtual void | registerFactoryWithKey (const eventsetup::EventSetupRecordKey &iRecord, std::auto_ptr< eventsetup::ProxyFactoryBase > &iFactory, const std::string &iLabel=std::string()) |
virtual void | registerProxies (const eventsetup::EventSetupRecordKey &iRecord, KeyedProxies &aProxyList) |
override DataProxyProvider method More... | |
![]() | |
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 &) |
![]() | |
template<class T > | |
void | findingRecord () |
void | findingRecordWithKey (const eventsetup::EventSetupRecordKey &) |
Definition at line 21 of file JetCorrectionServiceChain.h.
JetCorrectionServiceChain::JetCorrectionServiceChain | ( | const edm::ParameterSet & | fParameters | ) |
Definition at line 18 of file JetCorrectionServiceChain.cc.
References edm::hlt::Exception, spr::find(), edm::ParameterSet::getParameter(), label, mCorrectors, and edm::ESProducer::setWhatProduced().
JetCorrectionServiceChain::~JetCorrectionServiceChain | ( | ) |
Definition at line 31 of file JetCorrectionServiceChain.cc.
boost::shared_ptr< JetCorrector > JetCorrectionServiceChain::produce | ( | const JetCorrectionsRecord & | fRecord | ) |
Definition at line 33 of file JetCorrectionServiceChain.cc.
References ChainedJetCorrector::clear(), edm::eventsetup::EventSetupRecord::get(), patZpeak::handle, i, mChainCorrector, mCorrectors, and ChainedJetCorrector::push_back().
|
virtual |
Implements edm::EventSetupRecordIntervalFinder.
Definition at line 44 of file JetCorrectionServiceChain.cc.
References edm::IOVSyncValue::beginOfTime(), and edm::IOVSyncValue::endOfTime().
|
private |
Definition at line 34 of file JetCorrectionServiceChain.h.
Referenced by produce().
|
private |
Definition at line 33 of file JetCorrectionServiceChain.h.
Referenced by JetCorrectionServiceChain(), and produce().