#include <SiSpacePointForSeed.h>
|
| SiSpacePointForSeed ()=default |
|
| SiSpacePointForSeed (const SiSpacePointForSeed &)=default |
|
SiSpacePointForSeed & | operator= (const SiSpacePointForSeed &)=default |
|
| SiSpacePointForSeed (SiSpacePointForSeed &&) noexcept=default |
|
SiSpacePointForSeed & | operator= (SiSpacePointForSeed &) noexcept=default |
|
| ~SiSpacePointForSeed ()=default |
|
| SiSpacePointForSeed (const Trk::SpacePoint *, std::span< float const, 3 >) |
|
| SiSpacePointForSeed (const Trk::SpacePoint *, std::span< float const, 3 >, std::span< float const, 4 >) |
|
void | set (const Trk::SpacePoint *, std::span< float const, 3 >) |
|
void | set (const Trk::SpacePoint *, std::span< float const, 3 >, std::span< float const, 4 >) |
|
void | setQuality (float q) |
|
void | setParam (float p) |
|
void | setD0 (float d0) |
|
void | setEta (float eta) |
|
void | setDZDR (float dzdr) |
|
void | setPt (float pt) |
|
void | setScorePenalty (float par) |
|
float | x () const |
|
float | y () const |
|
float | z () const |
|
float | radius () const |
|
float | phi () const |
|
float | covr () const |
|
float | covz () const |
|
float | d0 () const |
|
float | eta () const |
|
float | param () const |
|
float | scorePenalty () const |
| impact parameter More...
|
|
float | quality () const |
| penalty term in the seed score More...
|
|
float | dzdr () const |
| quality of the best seed this candidate was seen on More...
|
|
float | Pt () const |
|
const Trk::Surface * | sur () const |
|
const Trk::Surface * | sun () const |
|
Definition at line 31 of file SiSpacePointForSeed.h.
◆ SiSpacePointForSeed() [1/5]
InDet::SiSpacePointForSeed::SiSpacePointForSeed |
( |
| ) |
|
|
default |
◆ SiSpacePointForSeed() [2/5]
◆ SiSpacePointForSeed() [3/5]
◆ ~SiSpacePointForSeed()
InDet::SiSpacePointForSeed::~SiSpacePointForSeed |
( |
| ) |
|
|
default |
◆ SiSpacePointForSeed() [4/5]
◆ SiSpacePointForSeed() [5/5]
◆ covr()
float InDet::SiSpacePointForSeed::covr |
( |
| ) |
const |
|
inline |
◆ covz()
float InDet::SiSpacePointForSeed::covz |
( |
| ) |
const |
|
inline |
◆ d0()
float InDet::SiSpacePointForSeed::d0 |
( |
| ) |
const |
|
inline |
◆ dzdr()
float InDet::SiSpacePointForSeed::dzdr |
( |
| ) |
const |
|
inline |
◆ eta()
float InDet::SiSpacePointForSeed::eta |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ param()
float InDet::SiSpacePointForSeed::param |
( |
| ) |
const |
|
inline |
◆ phi()
float InDet::SiSpacePointForSeed::phi |
( |
| ) |
const |
|
inline |
◆ Pt()
float InDet::SiSpacePointForSeed::Pt |
( |
| ) |
const |
|
inline |
◆ quality()
float InDet::SiSpacePointForSeed::quality |
( |
| ) |
const |
|
inline |
◆ radius()
float InDet::SiSpacePointForSeed::radius |
( |
| ) |
const |
|
inline |
◆ scorePenalty()
float InDet::SiSpacePointForSeed::scorePenalty |
( |
| ) |
const |
|
inline |
◆ set() [1/2]
◆ set() [2/2]
◆ setD0()
void InDet::SiSpacePointForSeed::setD0 |
( |
float |
d0 | ) |
|
|
inline |
◆ setDZDR()
void InDet::SiSpacePointForSeed::setDZDR |
( |
float |
dzdr | ) |
|
|
inline |
◆ setEta()
void InDet::SiSpacePointForSeed::setEta |
( |
float |
eta | ) |
|
|
inline |
◆ setParam()
void InDet::SiSpacePointForSeed::setParam |
( |
float |
p | ) |
|
|
inline |
◆ setPt()
void InDet::SiSpacePointForSeed::setPt |
( |
float |
pt | ) |
|
|
inline |
◆ setQuality()
void InDet::SiSpacePointForSeed::setQuality |
( |
float |
q | ) |
|
|
inline |
◆ setScorePenalty()
void InDet::SiSpacePointForSeed::setScorePenalty |
( |
float |
par | ) |
|
|
inline |
◆ sun()
◆ sur()
◆ x()
float InDet::SiSpacePointForSeed::x |
( |
| ) |
const |
|
inline |
◆ y()
float InDet::SiSpacePointForSeed::y |
( |
| ) |
const |
|
inline |
◆ z()
float InDet::SiSpacePointForSeed::z |
( |
| ) |
const |
|
inline |
◆ m_covr
float InDet::SiSpacePointForSeed::m_covr {} |
|
private |
◆ m_covz
float InDet::SiSpacePointForSeed::m_covz {} |
|
private |
◆ m_d0
float InDet::SiSpacePointForSeed::m_d0 = 0.f |
|
private |
◆ m_dzdr
float InDet::SiSpacePointForSeed::m_dzdr = 0.f |
|
private |
◆ m_eta
float InDet::SiSpacePointForSeed::m_eta = 0.f |
|
private |
◆ m_param
float InDet::SiSpacePointForSeed::m_param {} |
|
private |
◆ m_pt
float InDet::SiSpacePointForSeed::m_pt = 0.f |
|
private |
◆ m_q
float InDet::SiSpacePointForSeed::m_q {} |
|
private |
◆ m_r
float InDet::SiSpacePointForSeed::m_r {} |
|
private |
◆ m_scorePenalty
float InDet::SiSpacePointForSeed::m_scorePenalty =0.f |
|
private |
◆ m_sn
◆ m_su
◆ m_x
float InDet::SiSpacePointForSeed::m_x {} |
|
private |
◆ m_y
float InDet::SiSpacePointForSeed::m_y {} |
|
private |
◆ m_z
float InDet::SiSpacePointForSeed::m_z {} |
|
private |
◆ spacepoint
The documentation for this class was generated from the following files: