#include <EPStates.h>
Public Member Functions | |
EmptyRunLumiMode | emptyRunLumiMode () const |
edm::IEventProcessor const & | ep () const |
edm::IEventProcessor & | ep () |
FileMode | fileMode () const |
Machine (edm::IEventProcessor *ep, FileMode fileMode, EmptyRunLumiMode emptyRunLumiMode) | |
void | rewindAndPrepareForNextLoop (Restart const &restart) |
void | startingNewLoop (File const &file) |
void | startingNewLoop (Stop const &stop) |
Private Attributes | |
EmptyRunLumiMode | emptyRunLumiMode_ |
edm::propagate_const < edm::IEventProcessor * > | ep_ |
FileMode | fileMode_ |
Definition at line 93 of file EPStates.h.
statemachine::Machine::Machine | ( | edm::IEventProcessor * | ep, |
FileMode | fileMode, | ||
EmptyRunLumiMode | emptyRunLumiMode | ||
) |
Definition at line 25 of file EPStates.cc.
EmptyRunLumiMode statemachine::Machine::emptyRunLumiMode | ( | ) | const |
Definition at line 36 of file EPStates.cc.
edm::IEventProcessor const & statemachine::Machine::ep | ( | ) | const |
Definition at line 33 of file EPStates.cc.
edm::IEventProcessor & statemachine::Machine::ep | ( | ) |
Definition at line 34 of file EPStates.cc.
FileMode statemachine::Machine::fileMode | ( | ) | const |
Definition at line 35 of file EPStates.cc.
void statemachine::Machine::rewindAndPrepareForNextLoop | ( | Restart const & | restart | ) |
Definition at line 47 of file EPStates.cc.
void statemachine::Machine::startingNewLoop | ( | File const & | file | ) |
Definition at line 38 of file EPStates.cc.
void statemachine::Machine::startingNewLoop | ( | Stop const & | stop | ) |
Definition at line 42 of file EPStates.cc.
|
private |
Definition at line 113 of file EPStates.h.
|
private |
Definition at line 111 of file EPStates.h.
|
private |
Definition at line 112 of file EPStates.h.