Intermediate Class to store pedestal data from the L1CaloPedestalMaker algorithm.
More...
#include <L1CaloPedestalCumul.h>
Intermediate Class to store pedestal data from the L1CaloPedestalMaker algorithm.
Heavily inspired from the LArPedestal class
- Author
- Damien Prieur damie.nosp@m.n.pr.nosp@m.ieur@.nosp@m.cern.nosp@m..ch
Definition at line 21 of file L1CaloPedestalCumul.h.
◆ L1CaloPedestalCumul()
L1CaloPedestalCumul::L1CaloPedestalCumul |
( |
| ) |
|
◆ ~L1CaloPedestalCumul()
L1CaloPedestalCumul::~L1CaloPedestalCumul |
( |
| ) |
|
◆ add()
void L1CaloPedestalCumul::add |
( |
const std::vector< int > & |
samples | ) |
|
◆ clear()
void L1CaloPedestalCumul::clear |
( |
| ) |
|
◆ get_max()
const short& L1CaloPedestalCumul::get_max |
( |
| ) |
const |
|
inline |
◆ get_mean() [1/2]
double L1CaloPedestalCumul::get_mean |
( |
| ) |
const |
◆ get_mean() [2/2]
double L1CaloPedestalCumul::get_mean |
( |
const unsigned |
isample | ) |
const |
◆ get_min()
const short& L1CaloPedestalCumul::get_min |
( |
| ) |
const |
|
inline |
◆ get_nentries()
int L1CaloPedestalCumul::get_nentries |
( |
| ) |
const |
|
inline |
◆ get_nsamples()
unsigned L1CaloPedestalCumul::get_nsamples |
( |
| ) |
const |
|
inline |
◆ get_rms() [1/2]
double L1CaloPedestalCumul::get_rms |
( |
| ) |
const |
◆ get_rms() [2/2]
double L1CaloPedestalCumul::get_rms |
( |
const unsigned |
isample | ) |
const |
◆ get_sum() [1/2]
double L1CaloPedestalCumul::get_sum |
( |
| ) |
const |
◆ get_sum() [2/2]
double L1CaloPedestalCumul::get_sum |
( |
const unsigned |
isample | ) |
const |
◆ set_max()
void L1CaloPedestalCumul::set_max |
( |
const short |
max | ) |
|
|
inline |
◆ set_min()
void L1CaloPedestalCumul::set_min |
( |
const short |
min | ) |
|
|
inline |
◆ m_matrix
std::vector<double> L1CaloPedestalCumul::m_matrix |
|
private |
◆ m_max
short L1CaloPedestalCumul::m_max |
|
private |
◆ m_min
short L1CaloPedestalCumul::m_min |
|
private |
◆ m_nped
int L1CaloPedestalCumul::m_nped |
|
private |
◆ m_sum
std::vector<double> L1CaloPedestalCumul::m_sum |
|
private |
The documentation for this class was generated from the following files:
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="")