25 std::vector< unsigned int> properties;
26 std::vector< unsigned int> patternReco;
140 unsigned int pro_size = properties.size();
141 unsigned int pat_size = patternReco.size();
142 if(pro_size)
for(
unsigned int i = 0;i<pro_size;++i)
145 if(pat_size)
for(
unsigned int i = 0;i<pat_size;++i)
151 std::unique_ptr<Trk::TrackStates> sink(
164 throw std::runtime_error(
"TrackCnv_p2::transToPers is deprecated!");
@ DistributedKalmanFilter_old
Fast Kalman filter from HLT with simplified material effects.
@ KalmanDNAFitter_old
Tracks from Kalman DNA Fitter.
@ GaussianSumFilter_old
Tracks from Gaussian Sum Filter.
@ xKalman_old
tracks produced directly from xKalman
@ TRT_StandAlone_old
TRT standalone.
@ TrigSiTrack_old
TrigInDetTracks produced by TrigSiTrack, running at trigger LVL2.
@ GlobalChi2FitterBremFit_old
Track's from Thijs' global chi^2 fitter, with Brem fit.
@ unknown_old
Track author not defined.
@ iPatLegacyCnv_old
tracks converted to Trk::Tracks from iPat tracks
@ MuidStandAlone_old
MuID track which is produced using Muon Spectrometer only.
@ iPat_old
tracks produced directly from iPat
@ TRT_SeededTrackFinder_old
Tracks from Back Tracking.
@ TrigIDSCAN
TrigInDetTracks produced by TrigIDSCAN, running at trigger LVL2.
@ GlobalChi2Fitter_old
Track's from Thijs' global chi^2 fitter.
@ xKalmanLegacyCnvBremFit_old
@ Muonboy_old
tracks produced from MuonBoy
@ MooreLegacyCnvBremFit_old
@ MuidLowPt_old
Low MuID track.
@ NumberOfTrackAuthors_old
maximum number of enums
@ STACO_old
tracks produced by STACO
@ DeterministicAnnealingFilter_old
Adpative track fitter with fuzzy hit assignment.
@ KalmanFitter_old
tracks produced by the Kalman Fitter
@ StacoLowPt_old
Low tracks produced by STACO.
@ xKalmanLegacyCnv_old
tracks converted to Trk::Tracks from xkalman tracks
@ MuidComb_old
MuID combined track (i.e.
@ iPatLegacyCnvBremFit_old
@ TrigTRTLUT_old
TrigInDetTracks produced by TrigTRTLUT, running at trigger LVL2.
@ MooreLegacyCnv_old
tracks converted to Trk::Tracks from Moore tracks
@ SiSPSeededTrackFinder_old
Tracks from the SiSpacePointSeededTrackFinder.
@ TrigTRTxK_old
TrigInDetTracks produced by TrigTRTxK, running at trigger LVL2.
CNV::Trans_t * createTransFromPStore(CNV **cnv, const TPObjRef &ref, MsgStream &log) const
TrackStateOSVectorCnv_p2 m_trackStateVectorCnv
virtual void persToTrans(const Trk::Track_p1 *, Trk::Track *, MsgStream &)
FitQualityCnv_p1 * m_fqCnv
virtual void transToPers(const Trk::Track *, Trk::Track_p1 *, MsgStream &)
Contains information about the 'fitter' of this track.
TrackFitter
enums to identify who created this track and what propertis does it have.
@ GaussianSumFilter
Tracks from Gaussian Sum Filter.
@ KalmanDNAFitter
Kalman DNA Fitter.
@ KalmanFitter
tracks produced by the Kalman Fitter
@ DeterministicAnnealingFilter
Adpative track fitter with fuzzy hit assignment.
@ xKalman
tracks produced by xKalman
@ DistributedKalmanFilter
Fast Kalman filter from HLT with simplified material effects.
@ GlobalChi2Fitter
Track's from Thijs' global chi^2 fitter.
@ iPatTrackFitter
tracks produced by iPat
@ Unknown
Track fitter not defined.
@ BremFit
A brem fit was performed on this track.
@ LowPtTrack
A LowPt track.
@ TRTStandalone
TRT Standalone.
@ iPatLegacyCnv
Added because of compilation problems.
@ TRTSeededTrackFinder
Tracks from TRT Seeded Track finder.
@ TrigTRTxK
TrigInDetTracks produced by TrigTRTxK, running at trigger LVL2.
@ MooreLegacyCnv
Back compatibility with old type of ESD.
@ MuidStandAlone
MuidStandalone.
@ TrigIDSCAN
TrigInDetTracks produced by TrigIDSCAN, running at trigger LVL2.
@ STACO
Tracks produced by STACO.
@ Muonboy
Tracks from MuonBoy.
@ TrigSiTrack
TrigInDetTracks produced by TrigSiTrack, running at trigger LVL2.
@ MuidComb
Back compatibility with older ESD versions.
@ SiSPSeededFinder
Tracks from SiSPSeedFinder.
@ TrigTRTLUT
TrigInDetTracks produced by TrigTRTLUT, running at trigger LVL2.
@ xKalmanLegacyCnv
Added because of compilation problems.
unsigned int m_particleHypo
std::vector< TPObjRef > m_trackState
Trk::TrackInfo m_trackInfo
This is a class which stores the identity of where the track was created, fitted, which properties th...
std::unique_ptr< TrackStates > m_trackStateVector
TrackStateOnSurface.
std::unique_ptr< FitQuality > m_fitQuality
A pointer to the Track's FitQuality.
ParticleHypothesis
Enumeration for Particle hypothesis respecting the interaction with material.