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