#include <Schedule.h>
Public Types | |
typedef void | result_type |
Public Member Functions | |
void | operator() (Path &p) |
ProcessOneOccurrence (typename T::MyPrincipal &principal, EventSetup const &setup) | |
Private Attributes | |
T::MyPrincipal & | ep |
EventSetup const & | es |
Definition at line 338 of file Schedule.h.
typedef void edm::ProcessOneOccurrence< T >::result_type |
Definition at line 340 of file Schedule.h.
edm::ProcessOneOccurrence< T >::ProcessOneOccurrence | ( | typename T::MyPrincipal & | principal, |
EventSetup const & | setup | ||
) | [inline] |
void edm::ProcessOneOccurrence< T >::operator() | ( | Path & | p | ) | [inline] |
Definition at line 344 of file Schedule.h.
References edm::ProcessOneOccurrence< T >::ep, edm::ProcessOneOccurrence< T >::es, and edm::Path::processOneOccurrence().
T::MyPrincipal& edm::ProcessOneOccurrence< T >::ep [private] |
Definition at line 347 of file Schedule.h.
Referenced by edm::ProcessOneOccurrence< T >::operator()().
EventSetup const& edm::ProcessOneOccurrence< T >::es [private] |
Definition at line 348 of file Schedule.h.
Referenced by edm::ProcessOneOccurrence< T >::operator()().