![]() |
ATLAS Offline Software
|
L1CaloPedestal class. More...
#include <L1CaloPedestal.h>
Public Member Functions | |
| L1CaloPedestal () | |
| L1CaloPedestal (unsigned int channelId, const L1CaloPedestalCumul &pedestalCumul) | |
| L1CaloPedestal (unsigned int channelId, double mean, double rms) | |
| double | get_mean () const |
| double | get_rms () const |
| unsigned int | channelId () const |
Private Attributes | |
| unsigned int | m_channelId |
| double | m_Ped_Mean |
| double | m_Ped_RMS |
L1CaloPedestal class.
Define the transient pedestal objects
Definition at line 17 of file L1CaloPedestal.h.
| L1CaloPedestal::L1CaloPedestal | ( | ) |
Definition at line 7 of file L1CaloPedestal.cxx.
| L1CaloPedestal::L1CaloPedestal | ( | unsigned int | channelId, |
| const L1CaloPedestalCumul & | pedestalCumul ) |
Definition at line 14 of file L1CaloPedestal.cxx.
|
inline |
Definition at line 21 of file L1CaloPedestal.h.
|
inline |
Definition at line 25 of file L1CaloPedestal.h.
|
inline |
Definition at line 23 of file L1CaloPedestal.h.
|
inline |
Definition at line 24 of file L1CaloPedestal.h.
|
private |
Definition at line 28 of file L1CaloPedestal.h.
|
private |
Definition at line 29 of file L1CaloPedestal.h.
|
private |
Definition at line 30 of file L1CaloPedestal.h.