CMS 3D CMS Logo

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

#include <Worker.h>

Public Types

typedef OccurrenceTraits< RunPrincipal, BranchActionGlobalBeginArg
 

Static Public Member Functions

static bool call (Worker *iWorker, StreamID, RunPrincipal 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< RunPrincipal, BranchActionGlobalBegin > >

Definition at line 671 of file Worker.h.

Member Typedef Documentation

Definition at line 673 of file Worker.h.

Member Function Documentation

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

Definition at line 674 of file Worker.h.

References edm::Worker::implDoBegin().

680  {
681  ModuleSignalSentry<Arg> cpp(actReg, context, mcc);
682  return iWorker->implDoBegin(ep, es, mcc);
683  }

Definition at line 687 of file Worker.h.

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

Definition at line 685 of file Worker.h.

685 { return false; }
static SerialTaskQueue* edm::workerhelper::CallImpl< OccurrenceTraits< RunPrincipal, BranchActionGlobalBegin > >::pauseGlobalQueue ( Worker iWorker)
inlinestatic

Definition at line 686 of file Worker.h.

References edm::Worker::globalRunsQueue().

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

Definition at line 684 of file Worker.h.

References edm::Worker::wantsGlobalRuns().

684 { return iWorker->wantsGlobalRuns(); }