#include <RunChangeIncident.h>
Inheritance diagram for RunChangeIncident:
Public Member Functions | |
| RunChangeIncident (const std::string &source, unsigned long run) | |
| Constructor. | |
| unsigned long | runNumber () const |
| Get the new run number. | |
| virtual | ~RunChangeIncident () |
| Virtual destructor. | |
| const std::string & | type () const |
| const std::string & | source () const |
Private Attributes | |
| unsigned long | m_run |
| New run number. | |
Definition at line 16 of file RunChangeIncident.h.
| RunChangeIncident::RunChangeIncident | ( | const std::string & | source, | |
| unsigned long | run | |||
| ) | [inline] |
| virtual RunChangeIncident::~RunChangeIncident | ( | ) | [virtual] |
Virtual destructor.
| unsigned long RunChangeIncident::runNumber | ( | ) | const [inline] |
Get the new run number.
Definition at line 24 of file RunChangeIncident.h.
00025 { 00026 return m_run; 00027 }
unsigned long RunChangeIncident::m_run [private] |
1.4.7