ATLAS Offline Software
Loading...
Searching...
No Matches
SeedToTrackConversionData.cxx
Go to the documentation of this file.
1// -*- C++ -*-
2
3/*
4 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5*/
6
8// Source file for class SeedToTrackConversionData
10// Class for event dependent data used in SeedToTrackConversionTool
12
14
15namespace InDet {
16
17 // Constructor
19
20 // Get methods
21 std::unique_ptr<TrackCollection>& SeedToTrackConversionData::seedSegmentsCollection() {
23 }
24
28
30 return m_patternName;
31 }
32
33} // end of name space
std::unique_ptr< TrackCollection > m_seedSegmentsCollection
output collection for seed
Trk::TrackInfo m_trackInfo
TrackInfo for seeds.
std::unique_ptr< TrackCollection > & seedSegmentsCollection()
std::string m_patternName
Name of the pattern recognition.
Contains information about the 'fitter' of this track.
Primary Vertex Finder.