#include <implementors.h>
Public Member Functions | |
RunCacheHolder< T, C > & | operator= (RunCacheHolder< T, C > const &)=delete |
RunCacheHolder (edm::ParameterSet const &iPSet) | |
RunCacheHolder (RunCacheHolder< T, C > const &)=delete | |
~RunCacheHolder ()(false) | |
Protected Member Functions | |
C const * | runCache (edm::RunIndex iID) const |
Private Member Functions | |
void | doBeginRun_ (Run const &rp, EventSetup const &c) final |
void | doEndRun_ (Run const &rp, EventSetup const &c) final |
virtual std::shared_ptr< C > | globalBeginRun (edm::Run const &, edm::EventSetup const &) const =0 |
virtual void | globalEndRun (edm::Run const &, edm::EventSetup const &) const =0 |
Private Attributes | |
edm::propagate_const< std::shared_ptr< C > > | cache_ |
Definition at line 91 of file implementors.h.
|
inline |
Definition at line 93 of file implementors.h.
|
delete |
|
inline |
Definition at line 96 of file implementors.h.
|
inlinefinalprivate |
Definition at line 102 of file implementors.h.
References EnergyCorrector::c.
|
inlinefinalprivate |
Definition at line 103 of file implementors.h.
References EnergyCorrector::c.
|
privatepure virtual |
|
privatepure virtual |
|
delete |
|
inlineprotected |
Definition at line 99 of file implementors.h.
|
private |
Definition at line 111 of file implementors.h.