CaloCellMakerTool to re-scale cell energies.
More...
#include <CaloCellEnergyRescaler.h>
CaloCellMakerTool to re-scale cell energies.
Definition at line 21 of file CaloCellEnergyRescaler.h.
◆ CaloCellEnergyRescaler()
CaloCellEnergyRescaler::CaloCellEnergyRescaler |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ ~CaloCellEnergyRescaler()
CaloCellEnergyRescaler::~CaloCellEnergyRescaler |
( |
| ) |
|
|
default |
◆ initialize()
StatusCode CaloCellEnergyRescaler::initialize |
( |
| ) |
|
|
overridevirtual |
◆ process()
StatusCode CaloCellEnergyRescaler::process |
( |
CaloCellContainer * |
theCellContainer, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
overridevirtual |
Definition at line 25 of file CaloCellEnergyRescaler.cxx.
35 return StatusCode::SUCCESS;
39 ATH_MSG_DEBUG(
"Database folder has values for " << corrValues->getNChans() <<
" channels and " << corrValues->getNGains() <<
" gains.");
47 if (hash_id<corrValues->getNChans()) {
48 const float&
scale= corrValues->getData(hash_id);
52 return StatusCode::SUCCESS;
◆ m_eneShiftFldr
The documentation for this class was generated from the following files: