Transient conditions class for objects defined by the online framework and retrieved from COOL.
More...
#include <L1CaloRxGain.h>
Transient conditions class for objects defined by the online framework and retrieved from COOL.
- Author
- Damien Prieur damie.nosp@m.n.pr.nosp@m.ieur@.nosp@m.cern.nosp@m..ch
Definition at line 24 of file L1CaloRxGain.h.
◆ L1CaloRxGain() [1/3]
| L1CaloRxGain::L1CaloRxGain |
( |
| ) |
|
Definition at line 41 of file L1CaloRxGain.cxx.
41 :
45{
46}
L1CaloRxCoolChannelId m_channelId
◆ L1CaloRxGain() [2/3]
| L1CaloRxGain::L1CaloRxGain |
( |
unsigned int | channelId, |
|
|
int | gain, |
|
|
const std::string & | comment ) |
Definition at line 48 of file L1CaloRxGain.cxx.
48 :
52{
53}
L1CaloRxCoolChannelId channelId(void) const
const std::string & comment(void) const
◆ L1CaloRxGain() [3/3]
| L1CaloRxGain::L1CaloRxGain |
( |
const L1CaloRxCoolChannelId & | channelId, |
|
|
int | gain, |
|
|
const std::string & | comment ) |
◆ ~L1CaloRxGain()
| L1CaloRxGain::~L1CaloRxGain |
( |
| ) |
|
|
default |
◆ channelId()
◆ comment()
| const std::string & L1CaloRxGain::comment |
( |
void | | ) |
const |
|
inline |
◆ gain()
| int L1CaloRxGain::gain |
( |
void | | ) |
const |
|
inline |
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & | output, |
|
|
const L1CaloRxGain & | r ) |
|
friend |
Definition at line 62 of file L1CaloRxGain.cxx.
62 {
63
64 output <<
"channelID: " <<
r.m_channelId.id() <<
", " <<
"gain: " <<
r.m_gain <<
", " <<
"comment: " <<
r.m_comment;
66}
◆ m_channelId
◆ m_comment
| std::string L1CaloRxGain::m_comment |
|
private |
◆ m_gain
The documentation for this class was generated from the following files: