ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetRecEvent
SiSPSeededTrackFinderData
SiSPSeededTrackFinderData
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
"
11
#include "
TrkTrack/TrackCollection.h
"
12
13
#include <memory>
14
#include <string>
15
16
namespace
InDet
17
{
18
26
27
class
SeedToTrackConversionData
final
28
{
29
public
:
30
SeedToTrackConversionData
();
31
~SeedToTrackConversionData
() =
default
;
32
33
std::unique_ptr<TrackCollection>&
seedSegmentsCollection
();
34
Trk::TrackInfo
&
trackInfo
();
35
std::string&
patternName
();
36
37
private
:
38
std::unique_ptr<TrackCollection>
m_seedSegmentsCollection
;
39
Trk::TrackInfo
m_trackInfo
;
40
std::string
m_patternName
;
41
};
42
}
// end of namespace
43
44
#endif
// INDETSEEDTOTRACKCONVERSIONDATA_H
TrackCollection.h
TrackInfo.h
InDet::SeedToTrackConversionData::trackInfo
Trk::TrackInfo & trackInfo()
Definition
SeedToTrackConversionData.cxx:25
InDet::SeedToTrackConversionData::m_seedSegmentsCollection
std::unique_ptr< TrackCollection > m_seedSegmentsCollection
output collection for seed
Definition
SeedToTrackConversionData.h:38
InDet::SeedToTrackConversionData::m_trackInfo
Trk::TrackInfo m_trackInfo
TrackInfo for seeds.
Definition
SeedToTrackConversionData.h:39
InDet::SeedToTrackConversionData::seedSegmentsCollection
std::unique_ptr< TrackCollection > & seedSegmentsCollection()
Definition
SeedToTrackConversionData.cxx:21
InDet::SeedToTrackConversionData::~SeedToTrackConversionData
~SeedToTrackConversionData()=default
InDet::SeedToTrackConversionData::SeedToTrackConversionData
SeedToTrackConversionData()
InDet::SeedToTrackConversionData::m_patternName
std::string m_patternName
Name of the pattern recognition.
Definition
SeedToTrackConversionData.h:40
InDet::SeedToTrackConversionData::patternName
std::string & patternName()
Definition
SeedToTrackConversionData.cxx:29
Trk::TrackInfo
Contains information about the 'fitter' of this track.
Definition
Tracking/TrkEvent/TrkTrack/TrkTrack/TrackInfo.h:32
InDet
Primary Vertex Finder.
Definition
VP1ErrorUtils.h:36
Generated on
for ATLAS Offline Software by
1.17.0