PandaRoot
PndSdsPidCand Class Reference

#include <PndSdsPidCand.h>

Inheritance diagram for PndSdsPidCand:

Public Member Functions

 PndSdsPidCand ()
 
 PndSdsPidCand (PndSdsPidCand &point)
 
void SetLikelihood (int lundId, double likelihood)
 
void AddSsdHit (double dE, double dx, double p)
 
double GetSsdHitdE (int ssdhit) const
 
double GetSsdHitdx (int ssdhit) const
 
double GetSsdHitMomentum (int ssdhit) const
 
int GetSsdHits () const
 
double GetLikelihood (int lundId)
 

Detailed Description

Definition at line 30 of file PndSdsPidCand.h.

Constructor & Destructor Documentation

◆ PndSdsPidCand() [1/2]

PndSdsPidCand::PndSdsPidCand ( )
inline

Definition at line 33 of file PndSdsPidCand.h.

33 : fssdhits(0), fdE(), fdx(), fmomentum(), flikelihood() {}

◆ PndSdsPidCand() [2/2]

PndSdsPidCand::PndSdsPidCand ( PndSdsPidCand point)
inline

Definition at line 36 of file PndSdsPidCand.h.

References AddSsdHit(), GetLikelihood(), GetSsdHitdE(), GetSsdHitdx(), GetSsdHitMomentum(), GetSsdHits(), and SetLikelihood().

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

Member Function Documentation

◆ AddSsdHit()

void PndSdsPidCand::AddSsdHit ( double  dE,
double  dx,
double  p 
)

Referenced by PndSdsPidCand().

◆ GetLikelihood()

double PndSdsPidCand::GetLikelihood ( int  lundId)

Referenced by PndSdsPidCand().

◆ GetSsdHitdE()

double PndSdsPidCand::GetSsdHitdE ( int  ssdhit) const

Referenced by PndSdsPidCand().

◆ GetSsdHitdx()

double PndSdsPidCand::GetSsdHitdx ( int  ssdhit) const

Referenced by PndSdsPidCand().

◆ GetSsdHitMomentum()

double PndSdsPidCand::GetSsdHitMomentum ( int  ssdhit) const

Referenced by PndSdsPidCand().

◆ GetSsdHits()

int PndSdsPidCand::GetSsdHits ( ) const

Referenced by PndSdsPidCand().

◆ SetLikelihood()

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

Referenced by PndSdsPidCand().


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