ATLAS Offline Software
Loading...
Searching...
No Matches
ITkSiSpacePointsProSeed.h
Go to the documentation of this file.
1// -*- C++ -*-
2
3/*
4 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
5*/
6
8// Header file for class ITk::SiSpacesProSeed
10// (c) ATLAS Detector software
12// Class space point seed for seed maker
14// Version 1.0 27/02/2013 I.Gavrilenko
16
17#ifndef ITkSiSpacePointsProSeed_h
18#define ITkSiSpacePointsProSeed_h
19
20namespace InDet {
22}
23
24namespace ITk
25{
27
29
31 // Public methods:
33
34 public:
35
37
44
48 const float& z() const {return m_z ;}
49 const float& quality() const {return m_q ;}
50
52 bool setQuality(float);
53 bool set3(InDet::SiSpacePointsSeed&, float pTPerHelixRadius);
55
56 private:
57 void estimateParameters(float pTPerHelixRadius);
58
62 float m_z{} ;
63 float m_q{} ;
64 };
65} // end of name space
66
67#endif // ITkSiSpacePointsProSeed_h
SiSpacePointsProSeed & operator=(SiSpacePointsProSeed &&)=default
SiSpacePointForSeed * spacepoint2()
void set2(InDet::SiSpacePointsSeed &)
SiSpacePointForSeed * spacepoint0()
void set(SiSpacePointForSeed *&, SiSpacePointForSeed *&, SiSpacePointForSeed *&, float)
SiSpacePointsProSeed & operator=(const SiSpacePointsProSeed &)
bool set3(InDet::SiSpacePointsSeed &, float pTPerHelixRadius)
SiSpacePointsProSeed(SiSpacePointsProSeed &&)=default
SiSpacePointForSeed * spacepoint1()
void estimateParameters(float pTPerHelixRadius)
Primary Vertex Finder.