7#ifndef CALOREC_CALOTOPOTOWERMAKER_H
8#define CALOREC_CALOTOPOTOWERMAKER_H
26#include "GaudiKernel/ToolHandle.h"
27#include "GaudiKernel/ServiceHandle.h"
47 virtual StatusCode
execute(
const EventContext& ctx)
const override;
48 virtual StatusCode
finalize()
override;
Base class for cluster processing tools called from CaloClusterMaker.
Base class for cluster processing tools called from CaloClusterMaker.
An algorithm that can be simultaneously executed in multiple threads.
Helper class for offline cell identifiers.
Container class for CaloCellLink.
ToolHandle< CaloTowerCollectionProcessor > m_towerCalibratorTool
Tower calibrator(s)
virtual ~CaloTopoTowerMaker() override
SG::WriteHandleKey< xAOD::CaloClusterContainer > m_towerOutput
the name of the key in StoreGate for the output CaloClusterContainer
ToolHandle< CaloTowerCollectionProcessor > m_towerMakerTool
Tower makers.
const CaloCell_ID * m_caloCellID
Identifier helper.
StatusCode makeContainer()
Method to create a CaloClusterContainer together with it's AuxStore and Link container.
bool m_useLCWCalibration
Use LCW calibration for topo-towers (default is true)
virtual StatusCode initialize() override
SG::WriteHandleKey< CaloClusterCellLinkContainer > m_towerCellLinkOutput
the name of the key in StoreGate for the output CaloClusterCellLinkContainer
const std::string & getOutputContainerName() const
CaloTopoTowerMaker(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandleArray< CaloClusterCollectionProcessor > m_towerCorrectionTools
Tower (cluster) moment makers.
virtual StatusCode finalize() override
bool m_chronoTools
Use ChronotStatSvc to monitor each tool.
virtual StatusCode execute(const EventContext &ctx) const override
bool m_saveSignalState
Keep the individual results of each correction.
ServiceHandle< IChronoStatSvc > m_chrono
Handle to the ChronoStatSvc.
Property holding a SG store/key/clid from which a WriteHandle is made.