#include <MuonExtrapolationTool.h>
Definition at line 20 of file MuonExtrapolationTool.h.
◆ MuonExtrapolationTool()
DerivationFramework::MuonExtrapolationTool::MuonExtrapolationTool |
( |
const std::string & |
t, |
|
|
const std::string & |
n, |
|
|
const IInterface * |
p |
|
) |
| |
◆ addBranches()
StatusCode DerivationFramework::MuonExtrapolationTool::addBranches |
( |
| ) |
const |
|
virtual |
◆ extrapolateAndDecorateTrackParticle()
bool DerivationFramework::MuonExtrapolationTool::extrapolateAndDecorateTrackParticle |
( |
const xAOD::TrackParticle * |
particle, |
|
|
float & |
eta, |
|
|
float & |
phi |
|
) |
| const |
|
private |
◆ extrapolateToTriggerPivotPlane()
run the extrapolation - only available in full athena
Definition at line 113 of file MuonExtrapolationTool.cxx.
116 const EventContext& ctx = Gaudi::Hive::currentContext();
128 ATH_MSG_WARNING(
"extrapolateToTriggerPivotPlane :: new Trk::CylinderSurface failed.");
132 bool boundaryCheck =
true;
148 float SignOfEta =
track.eta() > 0 ? 1. : -1.;
159 ATH_MSG_WARNING(
"extrapolateToTriggerPivotPlane :: new Trk::DiscSurface failed.");
164 boundaryCheck =
false;
◆ getPreferredTrackParticle()
◆ initialize()
StatusCode DerivationFramework::MuonExtrapolationTool::initialize |
( |
| ) |
|
|
virtual |
◆ m_barrelPivotPlaneHalfLength
double DerivationFramework::MuonExtrapolationTool::m_barrelPivotPlaneHalfLength |
|
private |
◆ m_barrelPivotPlaneRadius
double DerivationFramework::MuonExtrapolationTool::m_barrelPivotPlaneRadius |
|
private |
◆ m_endcapPivotPlaneMaximumRadius
double DerivationFramework::MuonExtrapolationTool::m_endcapPivotPlaneMaximumRadius |
|
private |
◆ m_endcapPivotPlaneMinimumRadius
double DerivationFramework::MuonExtrapolationTool::m_endcapPivotPlaneMinimumRadius |
|
private |
◆ m_endcapPivotPlaneZ
double DerivationFramework::MuonExtrapolationTool::m_endcapPivotPlaneZ |
|
private |
◆ m_extrapolator
◆ m_muonContainerName
std::string DerivationFramework::MuonExtrapolationTool::m_muonContainerName |
|
private |
The documentation for this class was generated from the following files:
constexpr ParticleHypothesis particle[PARTICLEHYPOTHESES]
the array of masses
Class describing a truth particle in the MC record.
Class describing a TrackParticle.