![]() |
ATLAS Offline Software
|
Class to store intermediate ramp data for the L1CaloRampMaker algorithm. More...
#include <L1CaloRampCumul.h>
Classes | |
| class | RampStep |
Public Member Functions | |
| L1CaloRampCumul () | |
| L1CaloRampCumul (L1CaloRampRunPlan *pRampRunPlan) | |
| ~L1CaloRampCumul ()=default | |
| void | addEvent (double step, int energy) |
Private Attributes | |
| std::map< double, RampStep > | m_mapRampSteps |
Class to store intermediate ramp data for the L1CaloRampMaker algorithm.
Definition at line 20 of file L1CaloRampCumul.h.
|
inline |
Definition at line 23 of file L1CaloRampCumul.h.
| L1CaloRampCumul::L1CaloRampCumul | ( | L1CaloRampRunPlan * | pRampRunPlan | ) |
Definition at line 9 of file L1CaloRampCumul.cxx.
|
default |
| void L1CaloRampCumul::addEvent | ( | double | step, |
| int | energy ) |
Definition at line 18 of file L1CaloRampCumul.cxx.
|
private |
Definition at line 76 of file L1CaloRampCumul.h.