#include <EPStates.h>
Public Types | |
typedef mpl::list< sc::transition< Event, HandleEvent >, sc::custom_reaction< Lumi >, sc::custom_reaction< File > > | reactions |
Public Member Functions | |
AnotherLumi (my_context ctx) | |
bool | checkInvariant () |
sc::result | react (Lumi const &lumi) |
sc::result | react (File const &file) |
~AnotherLumi () | |
Definition at line 371 of file EPStates.h.
typedef mpl::list< sc::transition<Event, HandleEvent>, sc::custom_reaction<Lumi>, sc::custom_reaction<File> > statemachine::AnotherLumi::reactions |
Definition at line 381 of file EPStates.h.
statemachine::AnotherLumi::AnotherLumi | ( | my_context | ctx | ) |
statemachine::AnotherLumi::~AnotherLumi | ( | ) |
bool statemachine::AnotherLumi::checkInvariant | ( | ) |
Definition at line 499 of file EPStates.cc.
References csvLumiCalc::lumi, findQualityFiles::run, and convertSQLiteXML::runNumber.
Referenced by AnotherLumi(), react(), and ~AnotherLumi().
sc::result statemachine::AnotherLumi::react | ( | Lumi const & | lumi | ) |
Definition at line 508 of file EPStates.cc.
References statemachine::Lumi::id().
sc::result statemachine::AnotherLumi::react | ( | File const & | file | ) |