PandaRoot
PndProp::PCAOutputStruct Struct Reference

output of PCA finding algorithm More...

#include <PndPropagator.h>

Public Member Functions

 PCAOutputStruct ()
 

Public Attributes

Int_t PCAStatusFlag
 
Double_t Radius
 
TVector3 OnTrackPCA
 
TVector3 OnWirePCA
 
Double_t Distance
 
Float_t TrackLength
 

Detailed Description

output of PCA finding algorithm

Definition at line 29 of file PndPropagator.h.

Constructor & Destructor Documentation

◆ PCAOutputStruct()

PndProp::PCAOutputStruct::PCAOutputStruct ( )
inline

Definition at line 31 of file PndPropagator.h.

32  : PCAStatusFlag(1)
33  , Radius(0.)
34  , OnTrackPCA(TVector3(0., 0., 0.))
35  , OnWirePCA(TVector3(0., 0., 0.))
36  , Distance(0.)
37  , TrackLength(0.)
38  {}

Member Data Documentation

◆ Distance

Double_t PndProp::PCAOutputStruct::Distance

Definition at line 43 of file PndPropagator.h.

Referenced by PndPropagator::GetDistAtPCA().

◆ OnTrackPCA

TVector3 PndProp::PCAOutputStruct::OnTrackPCA

Definition at line 41 of file PndPropagator.h.

Referenced by PndPropagator::GetPCA().

◆ OnWirePCA

TVector3 PndProp::PCAOutputStruct::OnWirePCA

Definition at line 42 of file PndPropagator.h.

◆ PCAStatusFlag

Int_t PndProp::PCAOutputStruct::PCAStatusFlag

Definition at line 39 of file PndPropagator.h.

◆ Radius

Double_t PndProp::PCAOutputStruct::Radius

Definition at line 40 of file PndPropagator.h.

◆ TrackLength

Float_t PndProp::PCAOutputStruct::TrackLength

Definition at line 44 of file PndPropagator.h.

Referenced by PndGeanePro::GetLengthAtPCA(), and PndPropagator::GetLengthAtPCA().


The documentation for this struct was generated from the following file: