PandaRoot
PndHypPidCand Class Reference

#include <PndHypPidCand.h>

Inheritance diagram for PndHypPidCand:

Public Member Functions

 PndHypPidCand ()
 
 PndHypPidCand (PndHypPidCand &point)
 
void SetLikelihood (int lundId, double likelihood)
 
void AddHypHit (double dE, double dx, double p)
 
double GetHypHitdE (int hyphit) const
 
double GetHypHitdx (int hyphit) const
 
double GetHypHitMomentum (int hyphit) const
 
int GetHypHits () const
 
double GetLikelihood (int lundId)
 

Detailed Description

Definition at line 31 of file PndHypPidCand.h.

Constructor & Destructor Documentation

◆ PndHypPidCand() [1/2]

PndHypPidCand::PndHypPidCand ( )
inline

Definition at line 34 of file PndHypPidCand.h.

34 : fhyphits(0), fdE(), fdx(), fmomentum(), flikelihood() {}

◆ PndHypPidCand() [2/2]

PndHypPidCand::PndHypPidCand ( PndHypPidCand point)
inline

Definition at line 37 of file PndHypPidCand.h.

References AddHypHit(), GetHypHitdE(), GetHypHitdx(), GetHypHitMomentum(), GetHypHits(), GetLikelihood(), and SetLikelihood().

37  : TObject(point), fhyphits(point.fhyphits), fdE(point.fdE), fdx(point.fdx), fmomentum(point.fmomentum), flikelihood(point.flikelihood)
38  {
39  *this = point;
40  };

Member Function Documentation

◆ AddHypHit()

void PndHypPidCand::AddHypHit ( double  dE,
double  dx,
double  p 
)

Referenced by PndHypPidCand().

◆ GetHypHitdE()

double PndHypPidCand::GetHypHitdE ( int  hyphit) const

Referenced by PndHypPidCand().

◆ GetHypHitdx()

double PndHypPidCand::GetHypHitdx ( int  hyphit) const

Referenced by PndHypPidCand().

◆ GetHypHitMomentum()

double PndHypPidCand::GetHypHitMomentum ( int  hyphit) const

Referenced by PndHypPidCand().

◆ GetHypHits()

int PndHypPidCand::GetHypHits ( ) const

Referenced by PndHypPidCand().

◆ GetLikelihood()

double PndHypPidCand::GetLikelihood ( int  lundId)

Referenced by PndHypPidCand().

◆ SetLikelihood()

void PndHypPidCand::SetLikelihood ( int  lundId,
double  likelihood 
)

Referenced by PndHypPidCand().


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