#include <FWCore/Framework/src/EPStates.h>
Public Member Functions | |
int | id () const |
Run (int id) | |
Private Attributes | |
int | id_ |
Definition at line 40 of file EPStates.h.
Run::Run | ( | int | id | ) |
Definition at line 18 of file EPStates.cc.
Referenced by statemachine::HandleNewInputFile3::react(), and statemachine::HandleNewInputFile2::react().
00018 { return id_; }
int statemachine::Run::id_ [private] |
Definition at line 45 of file EPStates.h.