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