![]() |
PandaRoot
|
#include <PndSdsPidCand.h>
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) |
Definition at line 30 of file PndSdsPidCand.h.
|
inline |
Definition at line 33 of file PndSdsPidCand.h.
|
inline |
Definition at line 36 of file PndSdsPidCand.h.
References AddSsdHit(), GetLikelihood(), GetSsdHitdE(), GetSsdHitdx(), GetSsdHitMomentum(), GetSsdHits(), and SetLikelihood().
| void PndSdsPidCand::AddSsdHit | ( | double | dE, |
| double | dx, | ||
| double | p | ||
| ) |
Referenced by PndSdsPidCand().
| double PndSdsPidCand::GetLikelihood | ( | int | lundId | ) |
Referenced by PndSdsPidCand().
| double PndSdsPidCand::GetSsdHitdE | ( | int | ssdhit | ) | const |
Referenced by PndSdsPidCand().
| double PndSdsPidCand::GetSsdHitdx | ( | int | ssdhit | ) | const |
Referenced by PndSdsPidCand().
| double PndSdsPidCand::GetSsdHitMomentum | ( | int | ssdhit | ) | const |
Referenced by PndSdsPidCand().
| int PndSdsPidCand::GetSsdHits | ( | ) | const |
Referenced by PndSdsPidCand().
| void PndSdsPidCand::SetLikelihood | ( | int | lundId, |
| double | likelihood | ||
| ) |
Referenced by PndSdsPidCand().