ATLAS Offline Software
Loading...
Searching...
No Matches
SeedToTrackConversionData.h
Go to the documentation of this file.
1// -*- C++ -*-
2
3/*
4 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef INDETSEEDTOTRACKCONVERSIONDATA_H
8#define INDETSEEDTOTRACKCONVERSIONDATA_H
9
10#include "TrkTrack/TrackInfo.h"
12
13#include <memory>
14#include <string>
15
16namespace InDet
17{
18
26
28 {
29 public:
32
33 std::unique_ptr<TrackCollection>& seedSegmentsCollection();
35 std::string& patternName();
36
37 private:
38 std::unique_ptr<TrackCollection> m_seedSegmentsCollection;
40 std::string m_patternName;
41 };
42} // end of namespace
43
44#endif // INDETSEEDTOTRACKCONVERSIONDATA_H
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.