PandaRoot
KFPTopoReconstructor Class Reference

#include <KFPTopoReconstructor.h>

Public Member Functions

 KFPTopoReconstructor ()
 
 ~KFPTopoReconstructor ()
 
void Init (vector< KFPTrack > &tracks, int nParticles)
 
void ReconstructPrimVertex ()
 
KFParticleGetPrimVertex ()
 Accessors. More...
 
KFParticleGetParticle (int i)
 

Detailed Description

Definition at line 17 of file KFPTopoReconstructor.h.

Constructor & Destructor Documentation

◆ KFPTopoReconstructor()

KFPTopoReconstructor::KFPTopoReconstructor ( )
inline

Definition at line 19 of file KFPTopoReconstructor.h.

Referenced by GetParticle().

19 {};

◆ ~KFPTopoReconstructor()

KFPTopoReconstructor::~KFPTopoReconstructor ( )
inline

Definition at line 20 of file KFPTopoReconstructor.h.

References Init(), and ReconstructPrimVertex().

20 {};

Member Function Documentation

◆ GetParticle()

KFParticle& KFPTopoReconstructor::GetParticle ( int  i)
inline

Definition at line 32 of file KFPTopoReconstructor.h.

References i, and KFPTopoReconstructor().

33  {
34  assert(i < fNParticles);
35  return fParticles[i];
36  };
unsigned int i
Definition: P4_F32vec4.h:21

◆ GetPrimVertex()

KFParticle& KFPTopoReconstructor::GetPrimVertex ( )
inline

Accessors.

Definition at line 27 of file KFPTopoReconstructor.h.

Referenced by PndFTSTopoReconstructor::GetPrimVertex().

28  {
29  assert(fPrimVertices.size() > 0);
30  return fPrimVertices[0];
31  };

◆ Init()

void KFPTopoReconstructor::Init ( vector< KFPTrack > &  tracks,
int  nParticles 
)

Referenced by ~KFPTopoReconstructor().

◆ ReconstructPrimVertex()

void KFPTopoReconstructor::ReconstructPrimVertex ( )

Referenced by ~KFPTopoReconstructor().


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