![]() |
ATLAS Offline Software
|
#include <ZdcDigits.h>
Public Member Functions | |
| ZdcDigits () | |
| ZdcDigits (const Identifier &id) | |
| virtual | ~ZdcDigits () |
| int | NtimeSamples (void) const |
| void | set_digits_gain0_delay0 (const std::vector< int > &v) |
| void | set_digits_gain0_delay1 (const std::vector< int > &v) |
| void | set_digits_gain1_delay0 (const std::vector< int > &v) |
| void | set_digits_gain1_delay1 (const std::vector< int > &v) |
| void | set_digits_gain0_delay0 (const std::vector< uint16_t > &v) |
| void | set_digits_gain0_delay1 (const std::vector< uint16_t > &v) |
| void | set_digits_gain1_delay0 (const std::vector< uint16_t > &v) |
| void | set_digits_gain1_delay1 (const std::vector< uint16_t > &v) |
| const std::vector< int > & | get_digits_gain0_delay0 (void) const |
| const std::vector< int > & | get_digits_gain0_delay1 (void) const |
| const std::vector< int > & | get_digits_gain1_delay0 (void) const |
| const std::vector< int > & | get_digits_gain1_delay1 (void) const |
| std::string | whoami (void) const |
| void | print (void) const |
| operator std::string () const | |
| Identifier | identify () const |
Static Public Member Functions | |
| static void | print_to_stream (const std::vector< double > &val, const std::string &label, std::ostream &text) |
| static void | print_to_stream (const std::vector< int > &val, const std::string &label, std::ostream &text) |
Public Attributes | |
| unsigned int | m_nSamples |
Private Attributes | |
| std::vector< int > | m_digits_gain0_delay0 |
| std::vector< int > | m_digits_gain0_delay1 |
| std::vector< int > | m_digits_gain1_delay0 |
| std::vector< int > | m_digits_gain1_delay1 |
| Identifier | m_id {} |
Definition at line 27 of file ZdcDigits.h.
|
inline |
Definition at line 33 of file ZdcDigits.h.
| ZdcDigits::ZdcDigits | ( | const Identifier & | id | ) |
Definition at line 27 of file ZdcDigits.cxx.
|
inlinevirtual |
Definition at line 41 of file ZdcDigits.h.
|
inline |
Definition at line 58 of file ZdcDigits.h.
|
inline |
Definition at line 59 of file ZdcDigits.h.
|
inline |
Definition at line 60 of file ZdcDigits.h.
|
inline |
Definition at line 61 of file ZdcDigits.h.
|
inlineinherited |
Definition at line 50 of file ZdcRawData.h.
|
inline |
Definition at line 45 of file ZdcDigits.h.
|
virtual |
Reimplemented from ZdcRawData.
Definition at line 100 of file ZdcDigits.cxx.
|
virtual |
Reimplemented from ZdcRawData.
Definition at line 61 of file ZdcDigits.cxx.
|
staticinherited |
Definition at line 54 of file ZdcRawData.cxx.
|
staticinherited |
Definition at line 61 of file ZdcRawData.cxx.
| void ZdcDigits::set_digits_gain0_delay0 | ( | const std::vector< int > & | v | ) |
Definition at line 124 of file ZdcDigits.cxx.
| void ZdcDigits::set_digits_gain0_delay0 | ( | const std::vector< uint16_t > & | v | ) |
Definition at line 144 of file ZdcDigits.cxx.
| void ZdcDigits::set_digits_gain0_delay1 | ( | const std::vector< int > & | v | ) |
Definition at line 129 of file ZdcDigits.cxx.
| void ZdcDigits::set_digits_gain0_delay1 | ( | const std::vector< uint16_t > & | v | ) |
Definition at line 154 of file ZdcDigits.cxx.
| void ZdcDigits::set_digits_gain1_delay0 | ( | const std::vector< int > & | v | ) |
Definition at line 134 of file ZdcDigits.cxx.
| void ZdcDigits::set_digits_gain1_delay0 | ( | const std::vector< uint16_t > & | v | ) |
Definition at line 164 of file ZdcDigits.cxx.
| void ZdcDigits::set_digits_gain1_delay1 | ( | const std::vector< int > & | v | ) |
Definition at line 139 of file ZdcDigits.cxx.
| void ZdcDigits::set_digits_gain1_delay1 | ( | const std::vector< uint16_t > & | v | ) |
Definition at line 174 of file ZdcDigits.cxx.
|
inlinevirtual |
|
private |
Definition at line 73 of file ZdcDigits.h.
|
private |
Definition at line 74 of file ZdcDigits.h.
|
private |
Definition at line 75 of file ZdcDigits.h.
|
private |
Definition at line 76 of file ZdcDigits.h.
|
privateinherited |
Definition at line 68 of file ZdcRawData.h.
| unsigned int ZdcDigits::m_nSamples |
Definition at line 47 of file ZdcDigits.h.