5#ifndef CALOCELLCORRECTION_CALOCELLNEIGHBORSAVERAGECORR_H
6#define CALOCELLCORRECTION_CALOCELLNEIGHBORSAVERAGECORR_H
20 :
public extends<AthAlgTool, ICaloCellMakerTool>
25 using base_class::base_class;
36 const EventContext& ctx)
const override;
43 Gaudi::Property<bool>
m_skipDeadFeb{
this,
"skipDeadFeb",
true,
"Skip already patched LAr-cells (eg dead Febs)"};
44 Gaudi::Property<bool>
m_skipDeadLAr{
this,
"skipDeadLAr",
false,
"Skip all dead LAr cells"};
45 Gaudi::Property<bool>
m_skipDeadDrawer{
this,
"skipDeadDrawer",
false,
"Skip dead Tile Drawers"};
46 Gaudi::Property<bool>
m_skipDeadTile{
this,
"skipDeadTile",
true,
"Skip all dead Tile cells"};
defines and typedefs for IOVSvc
Container class for CaloCell.
Gaudi::Property< bool > m_testMode
Gaudi::Property< bool > m_skipDeadDrawer
const CaloCell_ID * m_calo_id
Gaudi::Property< bool > m_skipDeadFeb
Gaudi::Property< bool > m_skipDeadLAr
virtual ~CaloCellNeighborsAverageCorr()
virtual StatusCode initialize() override
initialize method
Gaudi::Property< bool > m_skipDeadTile
Helper class for offline cell identifiers.
Helper class for TileCal offline identifiers.
const std::string process