ATLAS Offline Software
|
Class that holds information about calo layers that make up receivers. More...
#include <L1CaloRxLayers.h>
Public Member Functions | |
L1CaloRxLayers () | |
L1CaloRxLayers (unsigned int channelId, std::vector< int > &&names, std::vector< int > &&ncells) | |
L1CaloRxLayers (const L1CaloRxCoolChannelId &channelId, std::vector< int > &&names, std::vector< int > &&ncells) | |
~L1CaloRxLayers ()=default | |
const L1CaloRxCoolChannelId & | channelId () const |
const std::vector< int > & | names () const |
const std::vector< int > & | ncells () const |
Private Attributes | |
L1CaloRxCoolChannelId | m_channelId |
std::vector< int > | m_names |
std::vector< int > | m_ncells |
Class that holds information about calo layers that make up receivers.
Definition at line 18 of file L1CaloRxLayers.h.
L1CaloRxLayers::L1CaloRxLayers | ( | ) |
Definition at line 7 of file L1CaloRxLayers.cxx.
L1CaloRxLayers::L1CaloRxLayers | ( | unsigned int | channelId, |
std::vector< int > && | names, | ||
std::vector< int > && | ncells | ||
) |
Definition at line 11 of file L1CaloRxLayers.cxx.
L1CaloRxLayers::L1CaloRxLayers | ( | const L1CaloRxCoolChannelId & | channelId, |
std::vector< int > && | names, | ||
std::vector< int > && | ncells | ||
) |
Definition at line 19 of file L1CaloRxLayers.cxx.
|
default |
|
inline |
Definition at line 32 of file L1CaloRxLayers.h.
|
inline |
Definition at line 33 of file L1CaloRxLayers.h.
|
inline |
Definition at line 34 of file L1CaloRxLayers.h.
|
private |
Definition at line 37 of file L1CaloRxLayers.h.
|
private |
Definition at line 39 of file L1CaloRxLayers.h.
|
private |
Definition at line 40 of file L1CaloRxLayers.h.