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 29 of file KFPTopoReconstructor.h.

Constructor & Destructor Documentation

◆ KFPTopoReconstructor()

KFPTopoReconstructor::KFPTopoReconstructor ( )
inline

Definition at line 31 of file KFPTopoReconstructor.h.

Referenced by GetParticle().

31 {};

◆ ~KFPTopoReconstructor()

KFPTopoReconstructor::~KFPTopoReconstructor ( )
inline

Definition at line 32 of file KFPTopoReconstructor.h.

References Init(), and ReconstructPrimVertex().

32 {};

Member Function Documentation

◆ GetParticle()

KFParticle& KFPTopoReconstructor::GetParticle ( int  i)
inline

Definition at line 44 of file KFPTopoReconstructor.h.

References i, and KFPTopoReconstructor().

45  {
46  assert(i < fNParticles);
47  return fParticles[i];
48  };
unsigned int i
Definition: P4_F32vec4.h:33

◆ GetPrimVertex()

KFParticle& KFPTopoReconstructor::GetPrimVertex ( )
inline

Accessors.

Definition at line 39 of file KFPTopoReconstructor.h.

Referenced by PndFTSTopoReconstructor::GetPrimVertex().

40  {
41  assert(fPrimVertices.size() > 0);
42  return fPrimVertices[0];
43  };

◆ 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: