21 #include "KFParticle.h"
52 Int_t GetNContributors()
const {
return fIsConstrained ?fNDF/2:(fNDF+3)/2; }
62 void operator +=(
const KFParticle &Daughter );
68 void operator -=(
const KFParticle &Daughter );
72 void SetBeamConstraint( Double_t X, Double_t Y, Double_t Z,
73 Double_t ErrX, Double_t ErrY, Double_t ErrZ );
77 void SetBeamConstraintOff();
81 void ConstructPrimaryVertex(
const KFParticle *vDaughters[],
int NDaughters,
82 Bool_t vtxFlag[], Double_t ChiCut=3.5 );
86 Bool_t fIsConstrained;
100 inline void KFVertex::operator +=(
const KFParticle &Daughter )
102 KFParticle::operator +=( Daughter );
106 inline void KFVertex::operator -=(
const KFParticle &Daughter )
108 Daughter.SubtractFromVertex( *
this );
114 Daughter.SubtractFromVertex( tmp );
ClassDef(KFVertex, 1)
Is the beam constraint set.