14#ifndef MUIDCALOISOLATIONTOOLS_MUIDTRACKISOLATION_H
15#define MUIDCALOISOLATIONTOOLS_MUIDTRACKISOLATION_H
18#include "GaudiKernel/ToolHandle.h"
40 std::pair<int, double>
trackIsolation(
const EventContext& ctx,
double eta,
double phi)
const override;
56 ToolHandle<Trk::IIntersector>
m_intersector{
this,
"RungeKuttaIntersector",
"Trk::RungeKuttaIntersector/RungeKuttaIntersector"};
57 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 from which a ReadHandle is made.
DataVector< Trk::Track > TrackCollection
This typedef represents a collection of Trk::Track objects.
Base class for MuidTrackIsolation AlgTool.
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
ToolHandle< Trk::IIntersector > m_intersector
Gaudi::Property< bool > m_trackExtrapolation
MuidTrackIsolation(const std::string &type, const std::string &name, const IInterface *parent)
std::unique_ptr< const Trk::Surface > m_caloCylinder
SG::ReadHandleKey< TrackCollection > m_inDetTracksLocation
StatusCode initialize() override
virtual ~MuidTrackIsolation(void)=default
std::pair< int, double > trackExtrapolated(const TrackCollection *indetTracks, double eta, double phi) const
std::pair< int, double > trackVertex(const TrackCollection *indetTracks, double eta, double phi) const
Property holding a SG store/key/clid from which a ReadHandle is made.
Ensure that the ATLAS eigen extensions are properly loaded.