|
BmnRoot
|
#include <BmnSyncDigit.h>
Public Member Functions | |
| BmnSyncDigit () | |
| BmnSyncDigit (UInt_t iSerial, Long64_t iEvent, Long64_t t_sec, Long64_t t_ns) | |
| UInt_t | GetSerial () const |
| Long64_t | GetEvent () const |
| Long64_t | GetTime_sec () const |
| Long64_t | GetTime_ns () const |
| virtual | ~BmnSyncDigit () |
| ClassDef (BmnSyncDigit, 1) | |
| BmnSyncDigit () | |
| BmnSyncDigit (UInt_t iSerial, Long64_t iEvent, Long64_t t_sec, Long64_t t_ns) | |
| UInt_t | GetSerial () const |
| Long64_t | GetEvent () const |
| Long64_t | GetTime_sec () const |
| Long64_t | GetTime_ns () const |
| virtual | ~BmnSyncDigit () |
| ClassDef (BmnSyncDigit, 1) | |
Public Attributes | |
| UInt_t | fSerial |
| Long64_t | fGlobalEvent |
| Long64_t | fT_sec |
| Long64_t | fT_ns |
Definition at line 8 of file BmnSyncDigit.h.
| BmnSyncDigit::BmnSyncDigit | ( | ) |
Default constructor
Definition at line 3 of file BmnSyncDigit.cxx.
| BmnSyncDigit::BmnSyncDigit | ( | UInt_t | iSerial, |
| Long64_t | iEvent, | ||
| Long64_t | t_sec, | ||
| Long64_t | t_ns | ||
| ) |
Constructor to use
Definition at line 6 of file BmnSyncDigit.cxx.
References fGlobalEvent, fSerial, fT_ns, and fT_sec.
|
virtual |
Destructor
Definition at line 13 of file BmnSyncDigit.cxx.
| BmnSyncDigit::BmnSyncDigit | ( | ) |
Default constructor
| BmnSyncDigit::BmnSyncDigit | ( | UInt_t | iSerial, |
| Long64_t | iEvent, | ||
| Long64_t | t_sec, | ||
| Long64_t | t_ns | ||
| ) |
Constructor to use
|
virtual |
Destructor
| BmnSyncDigit::ClassDef | ( | BmnSyncDigit | , |
| 1 | |||
| ) |
| BmnSyncDigit::ClassDef | ( | BmnSyncDigit | , |
| 1 | |||
| ) |
|
inline |
Definition at line 21 of file BmnSyncDigit.h.
References fGlobalEvent.
|
inline |
Definition at line 21 of file BmnSyncDigit.h.
References fGlobalEvent.
|
inline |
Definition at line 17 of file BmnSyncDigit.h.
References fSerial.
|
inline |
Definition at line 17 of file BmnSyncDigit.h.
References fSerial.
|
inline |
Definition at line 29 of file BmnSyncDigit.h.
References fT_ns.
|
inline |
Definition at line 29 of file BmnSyncDigit.h.
References fT_ns.
|
inline |
Definition at line 25 of file BmnSyncDigit.h.
References fT_sec.
|
inline |
Definition at line 25 of file BmnSyncDigit.h.
References fT_sec.
| Long64_t BmnSyncDigit::fGlobalEvent |
Definition at line 38 of file BmnSyncDigit.h.
Referenced by BmnSyncDigit(), and GetEvent().
| UInt_t BmnSyncDigit::fSerial |
Definition at line 37 of file BmnSyncDigit.h.
Referenced by BmnSyncDigit(), and GetSerial().
| Long64_t BmnSyncDigit::fT_ns |
Definition at line 40 of file BmnSyncDigit.h.
Referenced by BmnSyncDigit(), and GetTime_ns().
| Long64_t BmnSyncDigit::fT_sec |
Definition at line 39 of file BmnSyncDigit.h.
Referenced by BmnSyncDigit(), and GetTime_sec().