#include <EPStates.h>
Public Member Functions | |
bool | operator!= (Run const &rh) const |
bool | operator== (Run const &rh) const |
edm::ProcessHistoryID const & | processHistoryID () const |
Run (edm::ProcessHistoryID const &phid, edm::RunNumber_t runNumber) | |
edm::RunNumber_t | runNumber () const |
Private Attributes | |
edm::ProcessHistoryID | processHistoryID_ |
edm::RunNumber_t | runNumber_ |
Definition at line 45 of file EPStates.h.
Run::Run | ( | edm::ProcessHistoryID const & | phid, |
edm::RunNumber_t | runNumber | ||
) |
Definition at line 18 of file EPStates.cc.
|
inline |
Definition at line 56 of file EPStates.h.
References processHistoryID(), processHistoryID_, runNumber(), and runNumber_.
|
inline |
Definition at line 51 of file EPStates.h.
References processHistoryID(), processHistoryID_, runNumber(), and runNumber_.
|
inline |
Definition at line 48 of file EPStates.h.
References processHistoryID_.
Referenced by edm::EventProcessor::beginRun(), edm::EventProcessor::deleteRunFromCache(), edm::EventProcessor::endRun(), operator!=(), operator==(), statemachine::HandleLumis::setupCurrentLumi(), and edm::EventProcessor::writeRun().
|
inline |
Definition at line 49 of file EPStates.h.
References runNumber_.
Referenced by edm::EventProcessor::beginRun(), edm::EventProcessor::deleteRunFromCache(), edm::EventProcessor::endRun(), operator!=(), operator==(), statemachine::HandleLumis::setupCurrentLumi(), and edm::EventProcessor::writeRun().
|
private |
Definition at line 62 of file EPStates.h.
Referenced by operator!=(), operator==(), and processHistoryID().
|
private |
Definition at line 63 of file EPStates.h.
Referenced by operator!=(), operator==(), and runNumber().