![]() |
ATLAS Offline Software
|
#include <TrigT2ZdcSignals.h>
Public Member Functions | |
| TrigT2ZdcSignals ()=default | |
| TrigT2ZdcSignals (const std::vector< float > &triggerEnergies, const std::vector< float > &triggerTimes) | |
| TrigT2ZdcSignals (std::vector< float > &&triggerEnergies, std::vector< float > &&triggerTimes) | |
| ~TrigT2ZdcSignals ()=default | |
| TrigT2ZdcSignals (const TrigT2ZdcSignals &)=default | |
| TrigT2ZdcSignals & | operator= (const TrigT2ZdcSignals &)=default |
| TrigT2ZdcSignals (TrigT2ZdcSignals &&) noexcept=default | |
| TrigT2ZdcSignals & | operator= (TrigT2ZdcSignals &&) noexcept=default |
| const std::vector< float > & | triggerEnergies (void) const |
| Return the trigger energies of each counter. | |
| const std::vector< float > & | triggerTimes (void) const |
| Return the relative times of the triggers. | |
| void | print () const |
| Prints out data members to std::cout. | |
| void | print (MsgStream &log) const |
| Prints out data members to MsgStream. | |
Static Public Attributes | |
| static constexpr int | NUM_ZDC = 8 |
| A data member to contain the number of ZDC signals. | |
Private Attributes | |
| std::vector< float > | m_triggerEnergies {TrigT2ZdcSignals::NUM_ZDC,0.f} |
| std::vector< float > | m_triggerTimes {TrigT2ZdcSignals::NUM_ZDC,0.f} |
A class to contain the energies and times of each ZDC module after signal processing.
Definition at line 22 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigT2ZdcSignals.h.
|
default |
| TrigT2ZdcSignals::TrigT2ZdcSignals | ( | const std::vector< float > & | triggerEnergies, |
| const std::vector< float > & | triggerTimes ) |
Definition at line 11 of file TrigT2ZdcSignals.cxx.
| TrigT2ZdcSignals::TrigT2ZdcSignals | ( | std::vector< float > && | triggerEnergies, |
| std::vector< float > && | triggerTimes ) |
Definition at line 20 of file TrigT2ZdcSignals.cxx.
|
default |
|
default |
|
defaultnoexcept |
|
default |
|
defaultnoexcept |
| void TrigT2ZdcSignals::print | ( | ) | const |
| void TrigT2ZdcSignals::print | ( | MsgStream & | log | ) | const |
Prints out data members to MsgStream.
Definition at line 35 of file TrigT2ZdcSignals.cxx.
|
inline |
Return the trigger energies of each counter.
Definition at line 35 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigT2ZdcSignals.h.
|
inline |
Return the relative times of the triggers.
Definition at line 38 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigT2ZdcSignals.h.
|
private |
Definition at line 50 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigT2ZdcSignals.h.
|
private |
Definition at line 51 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigT2ZdcSignals.h.
|
staticconstexpr |
A data member to contain the number of ZDC signals.
Definition at line 47 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigT2ZdcSignals.h.