CMS 3D CMS Logo

List of all members | Public Types | Static Public Member Functions
edm::workerhelper::CallImpl< OccurrenceTraits< LuminosityBlockPrincipal, BranchActionGlobalBegin > > Class Template Reference

#include <Worker.h>

Public Types

typedef OccurrenceTraits< LuminosityBlockPrincipal, BranchActionGlobalBeginArg
 

Static Public Member Functions

static bool call (Worker *iWorker, StreamID, LuminosityBlockPrincipal const &ep, EventSetupImpl const &es, ActivityRegistry *actReg, ModuleCallingContext const *mcc, Arg::Context const *context)
 
static SerialTaskQueueenableGlobalQueue (Worker *)
 
static bool needToRunSelection (Worker const *iWorker)
 
static SerialTaskQueuepauseGlobalQueue (Worker *iWorker)
 
static bool wantsTransition (Worker const *iWorker)
 

Detailed Description

template<>
class edm::workerhelper::CallImpl< OccurrenceTraits< LuminosityBlockPrincipal, BranchActionGlobalBegin > >

Definition at line 748 of file Worker.h.

Member Typedef Documentation

Definition at line 750 of file Worker.h.

Member Function Documentation

static bool edm::workerhelper::CallImpl< OccurrenceTraits< LuminosityBlockPrincipal, BranchActionGlobalBegin > >::call ( Worker iWorker,
StreamID  ,
LuminosityBlockPrincipal const &  ep,
EventSetupImpl const &  es,
ActivityRegistry actReg,
ModuleCallingContext const *  mcc,
Arg::Context const *  context 
)
inlinestatic

Definition at line 751 of file Worker.h.

References edm::Worker::implDoBegin().

757  {
758  ModuleSignalSentry<Arg> cpp(actReg, context, mcc);
759  return iWorker->implDoBegin(ep, es, mcc);
760  }

Definition at line 764 of file Worker.h.

764 { return nullptr; }
static bool edm::workerhelper::CallImpl< OccurrenceTraits< LuminosityBlockPrincipal, BranchActionGlobalBegin > >::needToRunSelection ( Worker const *  iWorker)
inlinestatic

Definition at line 762 of file Worker.h.

762 { return false; }

Definition at line 763 of file Worker.h.

References edm::Worker::globalLuminosityBlocksQueue().

763 { return iWorker->globalLuminosityBlocksQueue(); }
static bool edm::workerhelper::CallImpl< OccurrenceTraits< LuminosityBlockPrincipal, BranchActionGlobalBegin > >::wantsTransition ( Worker const *  iWorker)
inlinestatic

Definition at line 761 of file Worker.h.

References edm::Worker::wantsGlobalLuminosityBlocks().

761 { return iWorker->wantsGlobalLuminosityBlocks(); }