14#ifndef MUIDCALOISOLATIONTOOLS_MUIDTRACKISOLATION_H
15#define MUIDCALOISOLATIONTOOLS_MUIDTRACKISOLATION_H
36 using base_class::base_class;
44 std::pair<int, double>
trackIsolation(
const EventContext& ctx,
double eta,
double phi)
const override;
62 ToolHandle<Trk::IIntersector>
m_intersector{
this,
"RungeKuttaIntersector",
"Trk::RungeKuttaIntersector/RungeKuttaIntersector"};
63 Gaudi::Property<double>
m_minPt{
this,
"MinPt", 1.0 * Gaudi::Units::GeV};
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Property holding a SG store/key/clid from which a ReadHandle is made.
std::pair< int, double > trackIsolation(const EventContext &ctx, double eta, double phi) const override
IMuidTrackIsolation interface: get the number of tracks and summed momentum in a cone at the producti...
Gaudi::Property< double > m_minPt
std::unique_ptr< const Trk::Surface > m_caloForwardDisc
std::unique_ptr< const Trk::Surface > m_caloBackwardDisc
Gaudi::Property< double > m_trackCone
virtual ~MuidTrackIsolation()=default
ToolHandle< Trk::IIntersector > m_intersector
Gaudi::Property< bool > m_trackExtrapolation
std::pair< int, double > trackVertex(const xAOD::TrackParticleContainer *indetTracks, double eta, double phi) const
std::pair< int, double > trackExtrapolated(const xAOD::TrackParticleContainer *indetTracks, double eta, double phi) const
SG::ReadDecorHandleKey< xAOD::TrackParticleContainer > m_trackLinkKey
std::unique_ptr< const Trk::Surface > m_caloCylinder
StatusCode initialize() override
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_inDetTracksLocation
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Property holding a SG store/key/clid from which a ReadHandle is made.
Ensure that the ATLAS eigen extensions are properly loaded.
TrackParticleContainer_v1 TrackParticleContainer
Definition of the current "TrackParticle container version".