#include <FFTJetRcdMapper.h>
Public Member Functions | |
virtual void | load (const edm::EventSetup &iSetup, edm::ESHandle< DataType > &handle) const =0 |
virtual void | load (const edm::EventSetup &iSetup, const std::string &label, edm::ESHandle< DataType > &handle) const =0 |
virtual | ~AbsFFTJetRcdMapper () |
Definition at line 21 of file FFTJetRcdMapper.h.
virtual AbsFFTJetRcdMapper< DataType >::~AbsFFTJetRcdMapper | ( | ) | [inline, virtual] |
Definition at line 23 of file FFTJetRcdMapper.h.
{}
virtual void AbsFFTJetRcdMapper< DataType >::load | ( | const edm::EventSetup & | iSetup, |
edm::ESHandle< DataType > & | handle | ||
) | const [pure virtual] |
Implemented in ConcreteFFTJetRcdMapper< DataType, RecordType >.
virtual void AbsFFTJetRcdMapper< DataType >::load | ( | const edm::EventSetup & | iSetup, |
const std::string & | label, | ||
edm::ESHandle< DataType > & | handle | ||
) | const [pure virtual] |
Implemented in ConcreteFFTJetRcdMapper< DataType, RecordType >.