PandaRoot
PndFTSTopoReconstructor Class Reference

#include <PndFTSTopoReconstructor.h>

Public Member Functions

 PndFTSTopoReconstructor ()
 
 ~PndFTSTopoReconstructor ()
 
void Init (PndFTSCAGBTracker *tracker)
 
void ReconstructPrimVertex ()
 
void ReconstructParticles ()
 
KFParticleGetPrimVertex () const
 Accessors. More...
 
vector< KFParticle > const & GetParticles () const
 
vector< KFPTrack > const & GetTracks () const
 
vector< int > const & GetRTrackIds () const
 
vector< float > const & GetChiPrim () const
 

Detailed Description

Definition at line 17 of file PndFTSTopoReconstructor.h.

Constructor & Destructor Documentation

◆ PndFTSTopoReconstructor()

PndFTSTopoReconstructor::PndFTSTopoReconstructor ( )
inline

Definition at line 19 of file PndFTSTopoReconstructor.h.

References Init(), ReconstructParticles(), ReconstructPrimVertex(), and ~PndFTSTopoReconstructor().

Referenced by GetChiPrim().

19 { fKFPTopoReconstructor = new KFPTopoReconstructor; };

◆ ~PndFTSTopoReconstructor()

PndFTSTopoReconstructor::~PndFTSTopoReconstructor ( )

Referenced by PndFTSTopoReconstructor().

Member Function Documentation

◆ GetChiPrim()

vector<float> const& PndFTSTopoReconstructor::GetChiPrim ( ) const
inline

Definition at line 32 of file PndFTSTopoReconstructor.h.

References PndFTSTopoReconstructor().

32 { return fChiToPrimVtx; }

◆ GetParticles()

vector<KFParticle> const& PndFTSTopoReconstructor::GetParticles ( ) const
inline

Definition at line 29 of file PndFTSTopoReconstructor.h.

29 { return fParticles; }

◆ GetPrimVertex()

KFParticle& PndFTSTopoReconstructor::GetPrimVertex ( ) const
inline

Accessors.

Definition at line 28 of file PndFTSTopoReconstructor.h.

References KFPTopoReconstructor::GetPrimVertex().

28 { return fKFPTopoReconstructor->GetPrimVertex(); };
KFParticle & GetPrimVertex()
Accessors.

◆ GetRTrackIds()

vector<int> const& PndFTSTopoReconstructor::GetRTrackIds ( ) const
inline

Definition at line 31 of file PndFTSTopoReconstructor.h.

31 { return fRTrackIds; }

◆ GetTracks()

vector<KFPTrack> const& PndFTSTopoReconstructor::GetTracks ( ) const
inline

Definition at line 30 of file PndFTSTopoReconstructor.h.

30 { return tmpTracks; }

◆ Init()

void PndFTSTopoReconstructor::Init ( PndFTSCAGBTracker tracker)

Referenced by PndFTSTopoReconstructor().

◆ ReconstructParticles()

void PndFTSTopoReconstructor::ReconstructParticles ( )

Referenced by PndFTSTopoReconstructor().

◆ ReconstructPrimVertex()

void PndFTSTopoReconstructor::ReconstructPrimVertex ( )

Referenced by PndFTSTopoReconstructor().


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