|
ATLAS Offline Software
|
Go to the documentation of this file.
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"};
65 #endif // MUIDCALOISOLATIONTOOLS_MUIDTRACKISOLATION_H
Property holding a SG store/key/clid from which a ReadHandle is made.
Gaudi::Property< double > m_minPt
std::unique_ptr< const Trk::Surface > m_caloForwardDisc
std::pair< int, double > trackExtrapolated(const TrackCollection *indetTracks, double eta, double phi) const
Property holding a SG store/key/clid from which a ReadHandle is made.
Gaudi::Property< bool > m_trackExtrapolation
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...
std::pair< int, double > trackVertex(const TrackCollection *indetTracks, double eta, double phi) const
StatusCode initialize() override
Name: MuonSpContainer.h Package : offline/Reconstruction/MuonIdentification/muonEvent.
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< double > m_trackCone
MuidTrackIsolation(const std::string &type, const std::string &name, const IInterface *parent)
virtual ~MuidTrackIsolation(void)=default
Ensure that the ATLAS eigen extensions are properly loaded.
ToolHandle< Trk::IIntersector > m_intersector
std::unique_ptr< const Trk::Surface > m_caloCylinder
std::unique_ptr< const Trk::Surface > m_caloBackwardDisc
SG::ReadHandleKey< TrackCollection > m_inDetTracksLocation