ATLAS Offline Software
Loading...
Searching...
No Matches
Calorimeter
CaloCellCorrection
src
CaloCellTimeCorrTool.h
Go to the documentation of this file.
1
//Dear emacs, this is -*-c++-*-
2
/*
3
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
4
*/
5
6
7
8
#ifndef CALOCELLCORRECTION_CALOCELLTIMECORRTOOL_H
9
#define CALOCELLCORRECTION_CALOCELLTIMECORRTOOL_H
10
#include "
AthenaBaseComps/AthAlgTool.h
"
11
#include "
CaloInterface/ICaloCellMakerTool.h
"
12
#include "
AthenaPoolUtilities/AthenaAttributeList.h
"
13
14
class
CaloCellContainer
;
15
19
20
class
CaloCellTimeCorrTool
21
:
public
extends<AthAlgTool, ICaloCellMakerTool>
22
{
23
public
:
24
25
CaloCellTimeCorrTool
(
const
std::string&
type
,
const
std::string& name,
26
const
IInterface* parent);
27
28
~CaloCellTimeCorrTool
();
29
virtual
StatusCode
initialize
()
override
;
30
31
virtual
StatusCode
process
(
CaloCellContainer
* theCellContainer,
32
const
EventContext& ctx)
const override
;
33
34
private
:
35
SG::ReadCondHandleKey<AthenaAttributeList>
m_timeShiftFldr
{
this
,
"Folder"
,
"/CALO/Ofl/CellTimeCorr"
,
"Key (=foldername) of AttrListCollection"
};
36
37
};
38
39
#endif
AthAlgTool.h
AthenaAttributeList.h
ICaloCellMakerTool.h
CaloCellContainer
Container class for CaloCell.
Definition
CaloCellContainer.h:55
CaloCellTimeCorrTool::CaloCellTimeCorrTool
CaloCellTimeCorrTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition
CaloCellTimeCorrTool.cxx:10
CaloCellTimeCorrTool::initialize
virtual StatusCode initialize() override
Definition
CaloCellTimeCorrTool.cxx:18
CaloCellTimeCorrTool::~CaloCellTimeCorrTool
~CaloCellTimeCorrTool()
CaloCellTimeCorrTool::m_timeShiftFldr
SG::ReadCondHandleKey< AthenaAttributeList > m_timeShiftFldr
Definition
CaloCellTimeCorrTool.h:35
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
process
const std::string process
Definition
fbtTestBasics.cxx:76
type
Generated on
for ATLAS Offline Software by
1.14.0