19 #ifndef PNDHYPPIDCAND_H 20 #define PNDHYPPIDCAND_H 34 PndHypPidCand() : fhyphits(0), fdE(), fdx(), fmomentum(), flikelihood() {}
37 PndHypPidCand(
PndHypPidCand &point) : TObject(point), fhyphits(point.fhyphits), fdE(point.fdE), fdx(point.fdx), fmomentum(point.fmomentum), flikelihood(point.flikelihood)
46 void AddHypHit(
double dE,
double dx,
double p);
58 std::vector<double> fdE;
59 std::vector<double> fdx;
60 std::vector<double> fmomentum;
61 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)