Transient class to store the RampData calculated from calibration runs.
More...
#include <L1CaloRampData.h>
Transient class to store the RampData calculated from calibration runs.
Steps start to count from 0.
- Author
- Veit Scharf veit..nosp@m.scha.nosp@m.rf@ki.nosp@m.p.un.nosp@m.i-hei.nosp@m.delb.nosp@m.erg.d.nosp@m.e
Definition at line 41 of file L1CaloRampData.h.
◆ L1CaloRampDataPoint
◆ L1CaloRampDataVector
◆ L1CaloRampData()
| L1CaloRampData::L1CaloRampData |
( |
| ) |
|
|
inline |
◆ ~L1CaloRampData()
| L1CaloRampData::~L1CaloRampData |
( |
| ) |
|
|
default |
◆ addData() [1/5]
| void L1CaloRampData::addData |
( |
const std::pair< double, double > & | l1calo | ) |
|
Definition at line 51 of file L1CaloRampData.cxx.
51 {
52 this->
addData(energies.first, energies.second);
53}
void addData(unsigned int step, const std::pair< double, double > &energy)
◆ addData() [2/5]
| void L1CaloRampData::addData |
( |
double | calorimeter, |
|
|
double | level1 ) |
◆ addData() [3/5]
Definition at line 43 of file L1CaloRampData.cxx.
44{
47 }
49}
char data[hepevt_bytes_allocation_ATLAS]
◆ addData() [4/5]
| void L1CaloRampData::addData |
( |
unsigned int | step, |
|
|
const std::pair< double, double > & | energy ) |
◆ addData() [5/5]
| void L1CaloRampData::addData |
( |
unsigned int | step, |
|
|
double | calorimeter, |
|
|
double | level1 ) |
◆ getCalo()
| const L1CaloRampStep * L1CaloRampData::getCalo |
( |
unsigned int | step | ) |
const |
◆ getLevel1()
| const L1CaloRampStep * L1CaloRampData::getLevel1 |
( |
unsigned int | step | ) |
const |
◆ getNSteps()
| unsigned int L1CaloRampData::getNSteps |
( |
| ) |
const |
◆ getStep()
◆ nextStep()
| void L1CaloRampData::nextStep |
( |
| ) |
|
◆ setStep()
| void L1CaloRampData::setStep |
( |
unsigned int | step | ) |
|
◆ m_iStep
| unsigned int L1CaloRampData::m_iStep |
|
private |
◆ m_rampDataVector
The documentation for this class was generated from the following files: