![]() |
ATLAS Offline Software
|
#include <LArPedestal.h>
Public Member Functions | |
| LArPedestal () | |
| ~LArPedestal () | |
| void | zero () |
| void | set_min (const short min) |
| void | set_max (const short max) |
| int | get_nentries () const |
| double | get_sum () const |
| double | get_sum (const unsigned isample) const |
| double | get_mean () const |
| double | get_mean (const unsigned isample) const |
| double | get_mean (const unsigned isample_min, const unsigned isample_max) const |
| double | get_rms () const |
| double | get_rms (const unsigned isample) const |
| double | get_rms (const unsigned isample_min, const unsigned isample_max) const |
| unsigned | get_nsamples () const |
| const short & | get_min () const |
| const short & | get_max () const |
| void | add (const std::vector< short > &samples) |
| LArPedestal () | |
| ~LArPedestal () | |
| void | zero () |
| void | set_min (const short min) |
| void | set_max (const short max) |
| int | get_nentries () const |
| double | get_sum () const |
| double | get_sum (const unsigned isample) const |
| double | get_mean () const |
| double | get_mean (const unsigned isample) const |
| double | get_mean (const unsigned isample_min, const unsigned isample_max) const |
| double | get_rms () const |
| double | get_rms (const unsigned isample) const |
| double | get_rms (const unsigned isample_min, const unsigned isample_max) const |
| unsigned | get_nsamples () const |
| const short & | get_min () const |
| const short & | get_max () const |
| void | add (const std::vector< short > &samples) |
Private Attributes | |
| short | m_min |
| short | m_max |
| std::vector< uint32_t > | m_sum |
| std::vector< uint64_t > | m_sumSquares |
| uint32_t | m_nped |
Definition at line 26 of file LArCalibUtils/LArCalibUtils/LArPedestal.h.
| LArPedestal::LArPedestal | ( | ) |
Definition at line 23 of file LArCalibUtils/src/LArPedestal.cxx.
|
default |
| LArPedestal::LArPedestal | ( | ) |
| LArPedestal::~LArPedestal | ( | ) |
| void LArPedestal::add | ( | const std::vector< short > & | samples | ) |
Definition at line 170 of file LArCalibUtils/src/LArPedestal.cxx.
| void LArPedestal::add | ( | const std::vector< short > & | samples | ) |
|
inline |
Definition at line 81 of file LArCalibUtils/LArCalibUtils/LArPedestal.h.
|
inline |
Definition at line 83 of file LArRawEvent/LArRawEvent/LArPedestal.h.
| double LArPedestal::get_mean | ( | ) | const |
Definition at line 102 of file LArCalibUtils/src/LArPedestal.cxx.
| double LArPedestal::get_mean | ( | ) | const |
| double LArPedestal::get_mean | ( | const unsigned | isample | ) | const |
Definition at line 89 of file LArCalibUtils/src/LArPedestal.cxx.
| double LArPedestal::get_mean | ( | const unsigned | isample | ) | const |
Definition at line 73 of file LArCalibUtils/src/LArPedestal.cxx.
|
inline |
Definition at line 78 of file LArCalibUtils/LArCalibUtils/LArPedestal.h.
|
inline |
Definition at line 80 of file LArRawEvent/LArRawEvent/LArPedestal.h.
|
inline |
Definition at line 58 of file LArCalibUtils/LArCalibUtils/LArPedestal.h.
|
inline |
Definition at line 58 of file LArRawEvent/LArRawEvent/LArPedestal.h.
|
inline |
Definition at line 75 of file LArCalibUtils/LArCalibUtils/LArPedestal.h.
|
inline |
Definition at line 77 of file LArRawEvent/LArRawEvent/LArPedestal.h.
| double LArPedestal::get_rms | ( | ) | const |
Definition at line 151 of file LArCalibUtils/src/LArPedestal.cxx.
| double LArPedestal::get_rms | ( | ) | const |
| double LArPedestal::get_rms | ( | const unsigned | isample | ) | const |
Definition at line 139 of file LArCalibUtils/src/LArPedestal.cxx.
| double LArPedestal::get_rms | ( | const unsigned | isample | ) | const |
Definition at line 117 of file LArCalibUtils/src/LArPedestal.cxx.
| double LArPedestal::get_sum | ( | ) | const |
Definition at line 61 of file LArCalibUtils/src/LArPedestal.cxx.
| double LArPedestal::get_sum | ( | ) | const |
| double LArPedestal::get_sum | ( | const unsigned | isample | ) | const |
Definition at line 51 of file LArCalibUtils/src/LArPedestal.cxx.
| double LArPedestal::get_sum | ( | const unsigned | isample | ) | const |
| void LArPedestal::set_max | ( | const short | max | ) |
Definition at line 44 of file LArCalibUtils/src/LArPedestal.cxx.
| void LArPedestal::set_max | ( | const short | max | ) |
| void LArPedestal::set_min | ( | const short | min | ) |
Definition at line 37 of file LArCalibUtils/src/LArPedestal.cxx.
| void LArPedestal::set_min | ( | const short | min | ) |
| void LArPedestal::zero | ( | ) |
Definition at line 188 of file LArCalibUtils/src/LArPedestal.cxx.
| void LArPedestal::zero | ( | ) |
|
private |
Definition at line 33 of file LArCalibUtils/LArCalibUtils/LArPedestal.h.
|
private |
Definition at line 31 of file LArCalibUtils/LArCalibUtils/LArPedestal.h.
|
private |
Definition at line 39 of file LArCalibUtils/LArCalibUtils/LArPedestal.h.
|
private |
Definition at line 35 of file LArCalibUtils/LArCalibUtils/LArPedestal.h.
|
private |
Definition at line 37 of file LArCalibUtils/LArCalibUtils/LArPedestal.h.