ATLAS Offline Software
Loading...
Searching...
No Matches
TrackParametersIdentificationHelper.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7namespace Trk {
8
10
12 const CurvilinearParameters* cpars = dynamic_cast<const CurvilinearParameters*>(&pars);
13 if( cpars) { return getIdentifier(*cpars);}
14 return m_helper.encodeInValidIdentifier();
15 }
16
17}
unsigned int TrackParametersIdentifier
helper class to encode and decode a TrackParametersIdentifier
static TrackParametersIdentifier getIdentifier(const Trk::TrackParameters &pars)
get Identifier from base-class
Ensure that the ATLAS eigen extensions are properly loaded.
CurvilinearParametersT< TrackParametersDim, Charged, PlaneSurface > CurvilinearParameters
ParametersBase< TrackParametersDim, Charged > TrackParameters