1 #ifndef FWCore_Framework_global_implementorsMethods_h 2 #define FWCore_Framework_global_implementorsMethods_h 35 this->beginProcessBlock(pb);
40 this->endProcessBlock(pb);
45 this->beginProcessBlockProduce(pb);
50 this->endProcessBlockProduce(pb);
55 this->globalBeginRunProduce(rp,
c);
60 this->globalEndRunProduce(rp,
c);
65 this->globalBeginLuminosityBlockProduce(rp,
c);
70 this->globalEndLuminosityBlockProduce(rp,
c);
78 this->acquire(
s,
ev, es, holder);
void doBeginLuminosityBlockProduce_(LuminosityBlock &lb, EventSetup const &c) final
void doEndRunProduce_(Run &rp, EventSetup const &c) final
void doEndLuminosityBlockProduce_(LuminosityBlock &lb, EventSetup const &c) final
void doBeginRunProduce_(Run &rp, EventSetup const &c) final
void doBeginProcessBlock_(ProcessBlock const &) final
void doEndProcessBlock_(ProcessBlock const &) final
void doAcquire_(StreamID, Event const &, edm::EventSetup const &, WaitingTaskWithArenaHolder &) final
void doBeginProcessBlockProduce_(ProcessBlock &) final
void doEndProcessBlockProduce_(ProcessBlock &) final