![]() |
ATLAS Offline Software
|
#include <LArAutoCorr.h>
Public Member Functions | |
| LArAutoCorr () | |
| ~LArAutoCorr () | |
| void | correl_zero () |
| void | set_min (const short min) |
| void | set_max (const short max) |
| int | get_nentries () const |
| double | get_mean () const |
| double | get_rms () const |
| const short & | get_min () const |
| const short & | get_max () const |
| void | add (const std::vector< short > &samples, size_t maxnsamples) |
| const std::vector< double > & | get_cov (int m_normalize, int m_phys) |
| LArAutoCorr () | |
| ~LArAutoCorr () | |
| void | correl_zero () |
| void | set_min (const short min) |
| void | set_max (const short max) |
| int | get_nentries () const |
| double | get_mean () const |
| double | get_rms () const |
| const short & | get_min () const |
| const short & | get_max () const |
| void | add (const std::vector< short > &samples, size_t maxnsamples) |
| const std::vector< double > & | get_cov (int normalize, int phys) |
Private Attributes | |
| short | m_min |
| short | m_max |
| std::vector< double > | m_sum |
| std::vector< double > | m_matrix |
| std::vector< double > | m_cov |
| std::vector< double > | m_cov_temp |
| int | m_nped |
Definition at line 26 of file LArCalibUtils/LArCalibUtils/LArAutoCorr.h.
|
inline |
Definition at line 52 of file LArCalibUtils/LArCalibUtils/LArAutoCorr.h.
|
inline |
Definition at line 60 of file LArCalibUtils/LArCalibUtils/LArAutoCorr.h.
|
inline |
Definition at line 52 of file LArRawEvent/LArRawEvent/LArAutoCorr.h.
|
inline |
Definition at line 60 of file LArRawEvent/LArRawEvent/LArAutoCorr.h.
| void LArAutoCorr::add | ( | const std::vector< short > & | samples, |
| size_t | maxnsamples ) |
Definition at line 222 of file LArCalibUtils/LArCalibUtils/LArAutoCorr.h.
| void LArAutoCorr::add | ( | const std::vector< short > & | samples, |
| size_t | maxnsamples ) |
| void LArAutoCorr::correl_zero | ( | ) |
Definition at line 248 of file LArCalibUtils/LArCalibUtils/LArAutoCorr.h.
| void LArAutoCorr::correl_zero | ( | ) |
| const std::vector< double > & LArAutoCorr::get_cov | ( | int | m_normalize, |
| int | m_phys ) |
Definition at line 149 of file LArCalibUtils/LArCalibUtils/LArAutoCorr.h.
| const std::vector< double > & LArAutoCorr::get_cov | ( | int | normalize, |
| int | phys ) |
| const short & LArAutoCorr::get_max | ( | ) | const |
Definition at line 126 of file LArCalibUtils/LArCalibUtils/LArAutoCorr.h.
| const short & LArAutoCorr::get_max | ( | ) | const |
| double LArAutoCorr::get_mean | ( | ) | const |
Definition at line 134 of file LArCalibUtils/LArCalibUtils/LArAutoCorr.h.
| double LArAutoCorr::get_mean | ( | ) | const |
| const short & LArAutoCorr::get_min | ( | ) | const |
Definition at line 119 of file LArCalibUtils/LArCalibUtils/LArAutoCorr.h.
| const short & LArAutoCorr::get_min | ( | ) | const |
| int LArAutoCorr::get_nentries | ( | ) | const |
Definition at line 111 of file LArCalibUtils/LArCalibUtils/LArAutoCorr.h.
| int LArAutoCorr::get_nentries | ( | ) | const |
| double LArAutoCorr::get_rms | ( | ) | const |
Definition at line 199 of file LArCalibUtils/LArCalibUtils/LArAutoCorr.h.
| double LArAutoCorr::get_rms | ( | ) | const |
| void LArAutoCorr::set_max | ( | const short | max | ) |
Definition at line 104 of file LArCalibUtils/LArCalibUtils/LArAutoCorr.h.
| void LArAutoCorr::set_max | ( | const short | max | ) |
| void LArAutoCorr::set_min | ( | const short | min | ) |
Definition at line 97 of file LArCalibUtils/LArCalibUtils/LArAutoCorr.h.
| void LArAutoCorr::set_min | ( | const short | min | ) |
|
private |
Definition at line 43 of file LArCalibUtils/LArCalibUtils/LArAutoCorr.h.
|
private |
Definition at line 44 of file LArCalibUtils/LArCalibUtils/LArAutoCorr.h.
|
private |
Definition at line 40 of file LArCalibUtils/LArCalibUtils/LArAutoCorr.h.
|
private |
Definition at line 34 of file LArCalibUtils/LArCalibUtils/LArAutoCorr.h.
|
private |
Definition at line 31 of file LArCalibUtils/LArCalibUtils/LArAutoCorr.h.
|
private |
Definition at line 47 of file LArCalibUtils/LArCalibUtils/LArAutoCorr.h.
|
private |
Definition at line 37 of file LArCalibUtils/LArCalibUtils/LArAutoCorr.h.