![]() |
ATLAS Offline Software
|
Class that holds mean HV corrections for receivers. More...
#include <L1CaloHVCorrections.h>
Public Member Functions | |
| L1CaloHVCorrections () | |
| L1CaloHVCorrections (unsigned int channelId, float rxMean, std::vector< int > &&affectedCells, std::vector< float > &&layerMeans) | |
| L1CaloHVCorrections (const L1CaloRxCoolChannelId &channelId, float rxMean, std::vector< int > &&affectedCells, std::vector< float > &&layerMeans) | |
| ~L1CaloHVCorrections ()=default | |
| const L1CaloRxCoolChannelId & | channelId () const |
| float | rxMean () const |
| const std::vector< int > & | affectedCells () const |
| const std::vector< float > & | layerMeans () const |
Private Attributes | |
| L1CaloRxCoolChannelId | m_channelId |
| float | m_rxMean |
| std::vector< int > | m_affectedCells |
| std::vector< float > | m_layerMeans |
Class that holds mean HV corrections for receivers.
Definition at line 18 of file L1CaloHVCorrections.h.
| L1CaloHVCorrections::L1CaloHVCorrections | ( | ) |
Definition at line 7 of file L1CaloHVCorrections.cxx.
| L1CaloHVCorrections::L1CaloHVCorrections | ( | unsigned int | channelId, |
| float | rxMean, | ||
| std::vector< int > && | affectedCells, | ||
| std::vector< float > && | layerMeans | ||
| ) |
Definition at line 12 of file L1CaloHVCorrections.cxx.
| L1CaloHVCorrections::L1CaloHVCorrections | ( | const L1CaloRxCoolChannelId & | channelId, |
| float | rxMean, | ||
| std::vector< int > && | affectedCells, | ||
| std::vector< float > && | layerMeans | ||
| ) |
Definition at line 22 of file L1CaloHVCorrections.cxx.
|
default |
|
inline |
Definition at line 36 of file L1CaloHVCorrections.h.
|
inline |
Definition at line 34 of file L1CaloHVCorrections.h.
|
inline |
Definition at line 37 of file L1CaloHVCorrections.h.
|
inline |
Definition at line 35 of file L1CaloHVCorrections.h.
|
private |
Definition at line 43 of file L1CaloHVCorrections.h.
|
private |
Definition at line 40 of file L1CaloHVCorrections.h.
|
private |
Definition at line 44 of file L1CaloHVCorrections.h.
|
private |
Definition at line 42 of file L1CaloHVCorrections.h.
1.8.18