#include <implementors.h>
Public Member Functions | |
RunCacheHolder< T, C > & | operator= (RunCacheHolder< T, C > const &)=delete |
RunCacheHolder ()=default | |
RunCacheHolder (RunCacheHolder< T, C > const &)=delete | |
~RunCacheHolder ()(false) override | |
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 90 of file implementors.h.
|
default |
|
delete |
|
inlineoverride |
Definition at line 95 of file implementors.h.
|
inlinefinalprivate |
Definition at line 101 of file implementors.h.
References EnergyCorrector::c.
|
inlinefinalprivate |
Definition at line 102 of file implementors.h.
References EnergyCorrector::c.
|
privatepure virtual |
|
privatepure virtual |
|
delete |
|
inlineprotected |
Definition at line 98 of file implementors.h.
|
private |
Definition at line 110 of file implementors.h.