CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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,
BranchActionGlobalBegin
Arg
 

Static Public Member Functions

static bool call (Worker *iWorker, StreamID, RunPrincipal &ep, EventSetup const &es, ActivityRegistry *actReg, ModuleCallingContext const *mcc, Arg::Context const *context)
 
static bool prePrefetchSelection (Worker *iWorker, StreamID id, typename Arg::MyPrincipal &ep, ModuleCallingContext const *mcc)
 

Detailed Description

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

Definition at line 299 of file Worker.h.

Member Typedef Documentation

Definition at line 301 of file Worker.h.

Member Function Documentation

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

Definition at line 302 of file Worker.h.

References edm::Worker::implDoBegin().

306  {
307  ModuleSignalSentry<Arg> cpp(actReg, context, mcc);
308  return iWorker->implDoBegin(ep,es, mcc);
309  }
static bool edm::workerhelper::CallImpl< OccurrenceTraits< RunPrincipal, BranchActionGlobalBegin > >::prePrefetchSelection ( Worker iWorker,
StreamID  id,
typename Arg::MyPrincipal ep,
ModuleCallingContext const *  mcc 
)
inlinestatic

Definition at line 310 of file Worker.h.

312  {
313  return true;
314  }