Public Types | |
using | Product = MEtoEDM< T > |
using | type = T |
Public Member Functions | |
void | getData (const edm::Run &iRun, edm::Handle< Product > &handle) const |
void | getData (const edm::LuminosityBlock &iLumi, edm::Handle< Product > &handle) const |
void | set (const edm::InputTag &runInputTag, const edm::InputTag &lumiInputTag, edm::ConsumesCollector &iC) |
Tokens () | |
Private Attributes | |
edm::EDGetTokenT< Product > | lumiToken |
edm::EDGetTokenT< Product > | runToken |
Definition at line 87 of file EDMtoMEConverter.h.
using EDMtoMEConverter::Tokens< T >::Product = MEtoEDM<T> |
Definition at line 90 of file EDMtoMEConverter.h.
using EDMtoMEConverter::Tokens< T >::type = T |
Definition at line 89 of file EDMtoMEConverter.h.
|
inline |
Definition at line 92 of file EDMtoMEConverter.h.
void EDMtoMEConverter::Tokens< T >::getData | ( | const edm::Run & | iRun, |
edm::Handle< Product > & | handle | ||
) | const |
Definition at line 23 of file EDMtoMEConverter.cc.
References edm::Run::getByToken().
void EDMtoMEConverter::Tokens< T >::getData | ( | const edm::LuminosityBlock & | iLumi, |
edm::Handle< Product > & | handle | ||
) | const |
Definition at line 28 of file EDMtoMEConverter.cc.
References edm::LuminosityBlock::getByToken().
void EDMtoMEConverter::Tokens< T >::set | ( | const edm::InputTag & | runInputTag, |
const edm::InputTag & | lumiInputTag, | ||
edm::ConsumesCollector & | iC | ||
) |
Definition at line 17 of file EDMtoMEConverter.cc.
References edm::InLumi, edm::InRun, and edm::ConsumesCollector::mayConsume().
Referenced by betterConfigParser.BetterConfigParser::getGeneral().
|
private |
Definition at line 101 of file EDMtoMEConverter.h.
|
private |
Definition at line 100 of file EDMtoMEConverter.h.