5#ifndef CALOCLUSTER_ONTRACKBUILER_H
6#define CALOCLUSTER_ONTRACKBUILER_H
9#include "CaloGeoHelpers/CaloSampling.h"
12#include "GaudiKernel/ToolHandle.h"
45 virtual StatusCode
initialize() override final;
46 virtual StatusCode
finalize() override final;
49 const EventContext& ctx,
73 "Tool to build calorimeter layer surfaces"
77 "CaloDetDescrManager",
double charge(const T &p)
Definition of CaloDetDescrManager.
Property holding a SG store/key/clid from which a ReadHandle is made.
CaloCluster_OnTrackBuilder()
Trk::LocalParameters getClusterLocalParameters(const xAOD::CaloCluster *cluster, const Trk::Surface *surf, int charge) const
Gaudi::Property< bool > m_useClusterEta
~CaloCluster_OnTrackBuilder()=default
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey
std::unique_ptr< Trk::Surface > getCaloSurface(const xAOD::CaloCluster *cluster, const CaloDetDescrManager *caloDDMgr) const
Amg::MatrixX getClusterErrorMatrix(const xAOD::CaloCluster *cluster, const Trk::Surface &surf, int charge) const
ToolHandle< ICaloSurfaceBuilder > m_calosurf
Tool to build calorimeter layer surfaces.
virtual StatusCode finalize() override final
virtual StatusCode initialize() override final
Gaudi::Property< bool > m_useClusterEnergy
Which cluster measurements to use in order to add constraints by default we are interested in the one...
CaloCluster_OnTrackBuilder(const std::string &, const std::string &, const IInterface *)
Constructor with AlgTool parameters.
Gaudi::Property< bool > m_useClusterPhi
virtual std::unique_ptr< Trk::CaloCluster_OnTrack > buildClusterOnTrack(const EventContext &ctx, const xAOD::CaloCluster *cl, int charge=0) const override final
std::unique_ptr< eg_resolution > m_eg_resol
helper for returning energy resolution
Principal data class for CaloCell clusters.
This class provides the client interface for accessing the detector description information common to...
Interface to CaloSurfaceBuilder.
Class to handle Cluster On Tracks (ROT) for CaloClusters, it inherits from the common MeasurementBase...
Abstract Base Class for tracking surfaces.
Definition of ATLAS Math & Geometry primitives (Amg)
Ensure that the ATLAS eigen extensions are properly loaded.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.