Class to store intermediate ramp data for the L1CaloRampMaker algorithm.
More...
#include <L1CaloRampCumul.h>
Class to store intermediate ramp data for the L1CaloRampMaker algorithm.
- Author
- Damien Prieur damie.nosp@m.n.pr.nosp@m.ieur@.nosp@m.cern.nosp@m..ch
Definition at line 20 of file L1CaloRampCumul.h.
◆ L1CaloRampCumul() [1/2]
| L1CaloRampCumul::L1CaloRampCumul |
( |
| ) |
|
|
inline |
◆ L1CaloRampCumul() [2/2]
Definition at line 9 of file L1CaloRampCumul.cxx.
9 {
10 std::vector<double> vSteps = pRampRunPlan->
energySteps();
11 std::vector<double>::iterator
it = vSteps.begin();
12 for(;
it!=vSteps.end();++
it) {
15 }
16}
std::map< double, RampStep > m_mapRampSteps
const std::vector< double > & energySteps() const
◆ ~L1CaloRampCumul()
| L1CaloRampCumul::~L1CaloRampCumul |
( |
| ) |
|
|
default |
◆ addEvent()
| void L1CaloRampCumul::addEvent |
( |
double | step, |
|
|
int | energy ) |
◆ m_mapRampSteps
| std::map<double, RampStep> L1CaloRampCumul::m_mapRampSteps |
|
private |
The documentation for this class was generated from the following files: