![]() |
ATLAS Offline Software
|
Transient conditions class for objects defined by the online framework and retrieved from COOL. More...
#include <L1CaloRxGain.h>
Public Member Functions | |
| L1CaloRxGain () | |
| L1CaloRxGain (unsigned int channelId, int gain, const std::string &comment) | |
| L1CaloRxGain (const L1CaloRxCoolChannelId &channelId, int gain, const std::string &comment) | |
| ~L1CaloRxGain ()=default | |
| L1CaloRxCoolChannelId | channelId (void) const |
| int | gain (void) const |
| const std::string & | comment (void) const |
Private Attributes | |
| L1CaloRxCoolChannelId | m_channelId |
| int | m_gain |
| std::string | m_comment |
Friends | |
| std::ostream & | operator<< (std::ostream &output, const L1CaloRxGain &r) |
Transient conditions class for objects defined by the online framework and retrieved from COOL.
Definition at line 24 of file L1CaloRxGain.h.
| L1CaloRxGain::L1CaloRxGain | ( | ) |
Definition at line 41 of file L1CaloRxGain.cxx.
| L1CaloRxGain::L1CaloRxGain | ( | unsigned int | channelId, |
| int | gain, | ||
| const std::string & | comment ) |
Definition at line 48 of file L1CaloRxGain.cxx.
| L1CaloRxGain::L1CaloRxGain | ( | const L1CaloRxCoolChannelId & | channelId, |
| int | gain, | ||
| const std::string & | comment ) |
Definition at line 55 of file L1CaloRxGain.cxx.
|
default |
|
inline |
Definition at line 39 of file L1CaloRxGain.h.
|
inline |
Definition at line 45 of file L1CaloRxGain.h.
|
inline |
Definition at line 44 of file L1CaloRxGain.h.
|
friend |
Definition at line 62 of file L1CaloRxGain.cxx.
|
private |
Definition at line 48 of file L1CaloRxGain.h.
|
private |
Definition at line 54 of file L1CaloRxGain.h.
|
private |
Definition at line 53 of file L1CaloRxGain.h.