14#ifndef TRK_TRACKPOSITIONNTUPLEHELPER_H
15#define TRK_TRACKPOSITIONNTUPLEHELPER_H
52 const int& detectorType,
53 const bool& isOutlier );
65 const int& detectorType );
69 const int& detectorType );
This class is the pure abstract base class for all fittable tracking measurements.
std::vector< float > * m_trkMomentumZ
global momentum Z of track at measurement
std::vector< float > * m_trkLoc1
local position 1st coord.
~TrackPositionNtupleHelper()
std::vector< float > * m_trkY
global position Y of track intersecting meas't surface
virtual StatusCode addNtupleItems(TTree *tree, const int &detectorType)
add items to the ntuple and configure the helper tool: should be called once (per detector type) by t...
std::vector< float > * m_trkX
global position X of track intersecting meas't surface
virtual StatusCode fillHoleData(const Trk::TrackStateOnSurface &, const int &)
fill special data about holes on track (here: do nothing)
StatusCode finalize()
finalize
std::vector< float > * m_trkLoc2
local position 2nd coord.
virtual StatusCode resetVariables(const int &detectorType)
reset ntuple variables
bool m_trkParametersWarning
warn only once if no track pars exist
TrackPositionNtupleHelper(const std::string &, const std::string &, const IInterface *)
StatusCode initialize()
initialize
virtual StatusCode fillMeasurementData(const Trk::MeasurementBase *, const Trk::TrackParameters *, const int &detectorType, const bool &isOutlier)
fill hit position data
std::vector< float > * m_trkMomentumX
global momentum X of track at measurement
std::vector< float > * m_trkZ
global position Z of track intersection meas't surface
std::vector< float > * m_trkMomentumY
global momentum Y of track at measurement
represents the track state (measurement, material, fit parameters and quality) at a surface.
Ensure that the ATLAS eigen extensions are properly loaded.
ParametersBase< TrackParametersDim, Charged > TrackParameters