CMS 3D CMS Logo

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

#include <Worker.h>

Public Types

typedef OccurrenceTraits< RunPrincipal, BranchActionStreamEndArg
 

Static Public Member Functions

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

Definition at line 728 of file Worker.h.

Member Typedef Documentation

Definition at line 730 of file Worker.h.

Member Function Documentation

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

Definition at line 731 of file Worker.h.

References edm::Worker::implDoStreamEnd().

737  {
738  ModuleSignalSentry<Arg> cpp(actReg, context, mcc);
739  return iWorker->implDoStreamEnd(id, ep, es, mcc);
740  }

Definition at line 744 of file Worker.h.

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

Definition at line 742 of file Worker.h.

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

Definition at line 743 of file Worker.h.

743 { return nullptr; }
static bool edm::workerhelper::CallImpl< OccurrenceTraits< RunPrincipal, BranchActionStreamEnd > >::wantsTransition ( Worker const *  iWorker)
inlinestatic

Definition at line 741 of file Worker.h.

References edm::Worker::wantsStreamRuns().

741 { return iWorker->wantsStreamRuns(); }