31 #ifndef PNDHYPPIDCAND_H 32 #define PNDHYPPIDCAND_H 46 PndHypPidCand() : fhyphits(0), fdE(), fdx(), fmomentum(), flikelihood() {}
49 PndHypPidCand(
PndHypPidCand &point) : TObject(point), fhyphits(point.fhyphits), fdE(point.fdE), fdx(point.fdx), fmomentum(point.fmomentum), flikelihood(point.flikelihood)
58 void AddHypHit(
double dE,
double dx,
double p);
70 std::vector<double> fdE;
71 std::vector<double> fdx;
72 std::vector<double> fmomentum;
73 std::map<int, double> flikelihood;
double GetLikelihood(int lundId)
double GetHypHitMomentum(int hyphit) const
void SetLikelihood(int lundId, double likelihood)
void AddHypHit(double dE, double dx, double p)
double GetHypHitdx(int hyphit) const
double GetHypHitdE(int hyphit) const
PndHypPidCand(PndHypPidCand &point)