#include <LArPedestal.h>
◆ LArPedestal() [1/2]
| LArPedestal::LArPedestal |
( |
| ) |
|
◆ ~LArPedestal() [1/2]
| LArPedestal::~LArPedestal |
( |
| ) |
|
|
default |
◆ LArPedestal() [2/2]
| LArPedestal::LArPedestal |
( |
| ) |
|
◆ ~LArPedestal() [2/2]
| LArPedestal::~LArPedestal |
( |
| ) |
|
◆ add() [1/2]
| void LArPedestal::add |
( |
const std::vector< short > & | samples | ) |
|
◆ add() [2/2]
| void LArPedestal::add |
( |
const std::vector< short > & | samples | ) |
|
◆ get_max() [1/2]
| const short & LArPedestal::get_max |
( |
| ) |
const |
|
inline |
◆ get_max() [2/2]
| const short & LArPedestal::get_max |
( |
| ) |
const |
|
inline |
◆ get_mean() [1/6]
| double LArPedestal::get_mean |
( |
| ) |
const |
◆ get_mean() [2/6]
| double LArPedestal::get_mean |
( |
| ) |
const |
◆ get_mean() [3/6]
| double LArPedestal::get_mean |
( |
const unsigned | isample | ) |
const |
Definition at line 89 of file LArCalibUtils/src/LArPedestal.cxx.
91{
93 return 0;
97
99}
void mean(std::vector< double > &bins, std::vector< double > &values, const std::vector< std::string > &files, const std::string &histname, const std::string &tplotname, const std::string &label="")
◆ get_mean() [4/6]
| double LArPedestal::get_mean |
( |
const unsigned | isample | ) |
const |
◆ get_mean() [5/6]
| double LArPedestal::get_mean |
( |
const unsigned | isample_min, |
|
|
const unsigned | isample_max ) const |
◆ get_mean() [6/6]
| double LArPedestal::get_mean |
( |
const unsigned | isample_min, |
|
|
const unsigned | isample_max ) const |
◆ get_min() [1/2]
| const short & LArPedestal::get_min |
( |
| ) |
const |
|
inline |
◆ get_min() [2/2]
| const short & LArPedestal::get_min |
( |
| ) |
const |
|
inline |
◆ get_nentries() [1/2]
| int LArPedestal::get_nentries |
( |
| ) |
const |
|
inline |
◆ get_nentries() [2/2]
| int LArPedestal::get_nentries |
( |
| ) |
const |
|
inline |
◆ get_nsamples() [1/2]
| unsigned LArPedestal::get_nsamples |
( |
| ) |
const |
|
inline |
◆ get_nsamples() [2/2]
| unsigned LArPedestal::get_nsamples |
( |
| ) |
const |
|
inline |
◆ get_rms() [1/6]
| double LArPedestal::get_rms |
( |
| ) |
const |
◆ get_rms() [2/6]
| double LArPedestal::get_rms |
( |
| ) |
const |
◆ get_rms() [3/6]
| double LArPedestal::get_rms |
( |
const unsigned | isample | ) |
const |
◆ get_rms() [4/6]
| double LArPedestal::get_rms |
( |
const unsigned | isample | ) |
const |
◆ get_rms() [5/6]
| double LArPedestal::get_rms |
( |
const unsigned | isample_min, |
|
|
const unsigned | isample_max ) const |
Definition at line 117 of file LArCalibUtils/src/LArPedestal.cxx.
119{
120 unsigned imin=0;
122
123 if (isample_min > 0 && isample_min <
m_sum.size()) imin=isample_min;
124 if (isample_max > 0 && isample_max <
m_sum.size())
imax=isample_max;
125
127 for(
unsigned int i=imin;
i<=
imax;
i++) {
130 }
131
135}
◆ get_rms() [6/6]
| double LArPedestal::get_rms |
( |
const unsigned | isample_min, |
|
|
const unsigned | isample_max ) const |
◆ get_sum() [1/4]
| double LArPedestal::get_sum |
( |
| ) |
const |
◆ get_sum() [2/4]
| double LArPedestal::get_sum |
( |
| ) |
const |
◆ get_sum() [3/4]
| double LArPedestal::get_sum |
( |
const unsigned | isample | ) |
const |
◆ get_sum() [4/4]
| double LArPedestal::get_sum |
( |
const unsigned | isample | ) |
const |
◆ set_max() [1/2]
| void LArPedestal::set_max |
( |
const short | max | ) |
|
◆ set_max() [2/2]
| void LArPedestal::set_max |
( |
const short | max | ) |
|
◆ set_min() [1/2]
| void LArPedestal::set_min |
( |
const short | min | ) |
|
◆ set_min() [2/2]
| void LArPedestal::set_min |
( |
const short | min | ) |
|
◆ zero() [1/2]
| void LArPedestal::zero |
( |
| ) |
|
◆ zero() [2/2]
| void LArPedestal::zero |
( |
| ) |
|
◆ m_max
◆ m_min
◆ m_nped
| uint32_t LArPedestal::m_nped |
|
private |
◆ m_sum
| std::vector< uint32_t > LArPedestal::m_sum |
|
private |
◆ m_sumSquares
| std::vector< uint64_t > LArPedestal::m_sumSquares |
|
private |
The documentation for this class was generated from the following files: