#include <STGC_RawData.h>
|
| | STGC_RawData (const Identifier id) |
| | STGC_RawData ()=default |
| | STGC_RawData (const STGC_RawData &)=default |
| | STGC_RawData (STGC_RawData &&)=default |
| STGC_RawData & | operator= (const STGC_RawData &)=default |
| STGC_RawData & | operator= (STGC_RawData &&)=default |
| | ~STGC_RawData ()=default |
| | STGC_RawData (const Identifier id, const uint16_t bcTag, const float time, const unsigned int charge, const bool isDead, const bool timeAndChargeInCounts) |
| | STGC_RawData (const Identifier id, const uint16_t bcTag, const float time, const unsigned int tdo, const unsigned int charge, const bool isDead, const bool timeAndChargeInCounts) |
| const Identifier | identify () const |
| float | time () const |
| unsigned int | tdo () const |
| unsigned int | charge () const |
| uint16_t | bcTag () const |
| bool | isDead () const |
| bool | timeAndChargeInCounts () const |
Definition at line 15 of file STGC_RawData.h.
◆ STGC_RawData() [1/6]
◆ STGC_RawData() [2/6]
| Muon::STGC_RawData::STGC_RawData |
( |
| ) |
|
|
default |
◆ STGC_RawData() [3/6]
| Muon::STGC_RawData::STGC_RawData |
( |
const STGC_RawData & | | ) |
|
|
default |
◆ STGC_RawData() [4/6]
| Muon::STGC_RawData::STGC_RawData |
( |
STGC_RawData && | | ) |
|
|
default |
◆ ~STGC_RawData()
| Muon::STGC_RawData::~STGC_RawData |
( |
| ) |
|
|
default |
◆ STGC_RawData() [5/6]
Definition at line 18 of file STGC_RawData.cxx.
21{
22 m_tdo =
static_cast<unsigned int>(25.0+
time);
23}
bool timeAndChargeInCounts() const
unsigned int charge() const
bool m_timeAndChargeInCounts
◆ STGC_RawData() [6/6]
◆ bcTag()
| uint16_t Muon::STGC_RawData::bcTag |
( |
| ) |
const |
|
inline |
◆ charge()
| unsigned int Muon::STGC_RawData::charge |
( |
| ) |
const |
|
inline |
◆ identify()
◆ isDead()
| bool Muon::STGC_RawData::isDead |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ tdo()
| unsigned int Muon::STGC_RawData::tdo |
( |
| ) |
const |
|
inline |
◆ time()
| float Muon::STGC_RawData::time |
( |
| ) |
const |
|
inline |
◆ timeAndChargeInCounts()
| bool Muon::STGC_RawData::timeAndChargeInCounts |
( |
| ) |
const |
|
inline |
◆ STGC_RawDataCnv_p1
| friend class STGC_RawDataCnv_p1 |
|
friend |
◆ STGC_RawDataCnv_p2
| friend class STGC_RawDataCnv_p2 |
|
friend |
◆ STGC_RawDataCnv_p3
| friend class STGC_RawDataCnv_p3 |
|
friend |
◆ m_bcTag
| uint16_t Muon::STGC_RawData::m_bcTag {0} |
|
private |
◆ m_charge
| unsigned int Muon::STGC_RawData::m_charge {0} |
|
private |
◆ m_id
◆ m_isDead
| bool Muon::STGC_RawData::m_isDead {false} |
|
private |
◆ m_tdo
| unsigned int Muon::STGC_RawData::m_tdo {0} |
|
private |
◆ m_time
| float Muon::STGC_RawData::m_time {0} |
|
private |
◆ m_timeAndChargeInCounts
| bool Muon::STGC_RawData::m_timeAndChargeInCounts {false} |
|
private |
◆ s_BCWindow
| int Muon::STGC_RawData::s_BCWindow {8} |
|
staticconstexpr |
◆ s_lowerTimeBound
| double Muon::STGC_RawData::s_lowerTimeBound {-87.5} |
|
staticconstexpr |
◆ s_timeTdoShift
| int Muon::STGC_RawData::s_timeTdoShift {200} |
|
staticconstexpr |
The documentation for this class was generated from the following files: