#include <EventID.h>
|
bool | operator< (const EventID &lhs, const EventID &rhs) |
|
bool | operator> (const EventID &lhs, const EventID &rhs) |
|
bool | operator== (const EventID &lhs, const EventID &rhs) |
|
bool | operator!= (const EventID &lhs, const EventID &rhs) |
|
bool | operator<= (const EventID &lhs, const EventID &rhs) |
|
bool | operator>= (const EventID &lhs, const EventID &rhs) |
|
std::istream & | operator>> (std::istream &is, EventID &rhs) |
|
template<class STR > |
STR & | operator<< (STR &os, const EventID &rhs) |
|
bool | operator< (const EventID &lhs, const EventID &rhs) |
|
bool | operator> (const EventID &lhs, const EventID &rhs) |
|
bool | operator== (const EventID &lhs, const EventID &rhs) |
|
bool | operator!= (const EventID &lhs, const EventID &rhs) |
|
bool | operator<= (const EventID &lhs, const EventID &rhs) |
|
bool | operator>= (const EventID &lhs, const EventID &rhs) |
|
std::istream & | operator>> (std::istream &is, EventID &rhs) |
|
template<class STR > |
STR & | operator<< (STR &os, const EventID &rhs) |
|
◆ number_type [1/2]
◆ number_type [2/2]
◆ EventID() [1/8]
Definition at line 22 of file EventID.cxx.
22 :
23 m_run_number(0),
24 m_event_number(0),
25 m_time_stamp(0)
26{}
◆ EventID() [2/8]
Definition at line 28 of file EventID.cxx.
30 :
33 m_time_stamp(0)
34{}
number_type run_number(void) const
number_type event_number(void) const
◆ EventID() [3/8]
Definition at line 36 of file EventID.cxx.
39 :
43{}
number_type time_stamp(void) const
◆ EventID() [4/8]
EventID::EventID |
( |
const EventID & |
id | ) |
|
|
explicit |
Definition at line 45 of file EventID.cxx.
45 :
46 m_run_number(id.m_run_number),
47 m_event_number(id.m_event_number),
48 m_time_stamp(id.m_time_stamp)
49{}
◆ ~EventID() [1/2]
◆ EventID() [5/8]
◆ EventID() [6/8]
◆ EventID() [7/8]
◆ EventID() [8/8]
EventID::EventID |
( |
const EventID & |
id | ) |
|
|
explicit |
◆ ~EventID() [2/2]
virtual EventID::~EventID |
( |
| ) |
|
|
virtual |
◆ event_number() [1/2]
Definition at line 61 of file EventID.cxx.
62{
63 return m_event_number;
64}
◆ event_number() [2/2]
◆ run_number() [1/2]
Definition at line 55 of file EventID.cxx.
56{
57 return m_run_number;
58}
◆ run_number() [2/2]
◆ time_stamp() [1/2]
Definition at line 67 of file EventID.cxx.
68{
69 return m_time_stamp;
70}
◆ time_stamp() [2/2]
◆ operator!= [1/2]
◆ operator!= [2/2]
◆ operator< [1/2]
◆ operator< [2/2]
◆ operator<< [1/2]
template<class STR >
STR & operator<< |
( |
STR & |
os, |
|
|
const EventID & |
rhs |
|
) |
| |
|
friend |
◆ operator<< [2/2]
template<class STR >
STR & operator<< |
( |
STR & |
os, |
|
|
const EventID & |
rhs |
|
) |
| |
|
friend |
◆ operator<= [1/2]
◆ operator<= [2/2]
◆ operator== [1/2]
◆ operator== [2/2]
◆ operator> [1/2]
◆ operator> [2/2]
◆ operator>= [1/2]
◆ operator>= [2/2]
◆ operator>> [1/2]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EventID & |
rhs |
|
) |
| |
|
friend |
◆ operator>> [2/2]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EventID & |
rhs |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: