#include <EPStates.h>
Public Types | |
typedef mpl::list < sc::custom_reaction< Run > , sc::custom_reaction< Lumi > , sc::custom_reaction< File > > | reactions |
Public Member Functions | |
bool | checkInvariant () |
ContinueRun2 (my_context ctx) | |
sc::result | react (Run const &run) |
sc::result | react (Lumi const &lumi) |
sc::result | react (File const &file) |
~ContinueRun2 () | |
Private Attributes | |
edm::IEventProcessor & | ep_ |
Definition at line 419 of file EPStates.h.
typedef mpl::list< sc::custom_reaction<Run>, sc::custom_reaction<Lumi>, sc::custom_reaction<File> > statemachine::ContinueRun2::reactions |
Definition at line 429 of file EPStates.h.
statemachine::ContinueRun2::ContinueRun2 | ( | my_context | ctx | ) |
Definition at line 598 of file EPStates.cc.
References checkInvariant(), ep_, and edm::IEventProcessor::readAndMergeRun().
statemachine::ContinueRun2::~ContinueRun2 | ( | ) |
bool statemachine::ContinueRun2::checkInvariant | ( | ) |
Definition at line 609 of file EPStates.cc.
References assert(), fjr2json::lumi, DTTTrigCorrFirst::run, and convertSQLiteXML::runNumber.
Referenced by ContinueRun2(), react(), and ~ContinueRun2().
sc::result statemachine::ContinueRun2::react | ( | Run const & | run | ) |
sc::result statemachine::ContinueRun2::react | ( | Lumi const & | lumi | ) |
Definition at line 626 of file EPStates.cc.
References checkInvariant(), statemachine::Lumi::id(), and fjr2json::lumi.
sc::result statemachine::ContinueRun2::react | ( | File const & | file | ) |
|
private |
Definition at line 435 of file EPStates.h.
Referenced by ContinueRun2().