#include <EPStates.h>
Public Types | |
typedef mpl::list < sc::custom_reaction< Run > , sc::custom_reaction< File > > | reactions |
Public Member Functions | |
bool | checkInvariant () |
HandleNewInputFile3 (my_context ctx) | |
sc::result | react (Run const &run) |
sc::result | react (File const &file) |
~HandleNewInputFile3 () | |
Definition at line 404 of file EPStates.h.
typedef mpl::list< sc::custom_reaction<Run>, sc::custom_reaction<File> > statemachine::HandleNewInputFile3::reactions |
Definition at line 413 of file EPStates.h.
statemachine::HandleNewInputFile3::HandleNewInputFile3 | ( | my_context | ctx | ) |
statemachine::HandleNewInputFile3::~HandleNewInputFile3 | ( | ) |
bool statemachine::HandleNewInputFile3::checkInvariant | ( | ) |
Definition at line 573 of file EPStates.cc.
References fjr2json::lumi, DTTTrigCorrFirst::run, and convertSQLiteXML::runNumber.
Referenced by HandleNewInputFile3(), react(), and ~HandleNewInputFile3().
sc::result statemachine::HandleNewInputFile3::react | ( | Run const & | run | ) |
sc::result statemachine::HandleNewInputFile3::react | ( | File const & | file | ) |