ATLAS Offline Software
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 
13 #include "StoreGate/ReadHandle.h"
14 
15 class CaloCellContainer;
16 
22  : public extends<AthAlgTool, ICaloCellMakerTool>
23 {
24 public:
25 
26  CaloCellEnergyRescaler (const std::string& type, const std::string& name,
27  const IInterface* parent);
28 
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
CaloCellEnergyRescaler::m_eneShiftFldr
SG::ReadCondHandleKey< AthenaAttributeList > m_eneShiftFldr
Definition: CaloCellEnergyRescaler.h:36
CaloCellEnergyRescaler::CaloCellEnergyRescaler
CaloCellEnergyRescaler(const std::string &type, const std::string &name, const IInterface *parent)
Definition: CaloCellEnergyRescaler.cxx:10
CaloCellEnergyRescaler
CaloCellMakerTool to re-scale cell energies.
Definition: CaloCellEnergyRescaler.h:23
AthenaAttributeList.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
test_pyathena.parent
parent
Definition: test_pyathena.py:15
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
CaloCellEnergyRescaler::process
virtual StatusCode process(CaloCellContainer *theCellContainer, const EventContext &ctx) const override
Definition: CaloCellEnergyRescaler.cxx:25
CaloCellContainer
Container class for CaloCell.
Definition: CaloCellContainer.h:55
CaloCellEnergyRescaler::initialize
virtual StatusCode initialize() override
Definition: CaloCellEnergyRescaler.cxx:18
ICaloCellMakerTool.h
SG::ReadCondHandleKey< AthenaAttributeList >
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
ReadHandle.h
Handle class for reading from StoreGate.
CaloCellEnergyRescaler::~CaloCellEnergyRescaler
~CaloCellEnergyRescaler()