1 #ifndef PndMvdIdealPidAlgo_h     2 #define PndMvdIdealPidAlgo_h    17   static double LowerBoundary(
double p, 
double m);
    22   static double LowerProtonBoundary(
double momentum);
    24   static double LowerKaonBoundary(
double momentum);
    26   static double LowerPionBoundary(
double momentum);
    29   static double LandauIntegral(
double x);
    40   static double fkShift;
    41   static double fkScale;
    43   static double fpiShift;
    44   static double fpiScale;
    47   static double fPRemainder;
    48   static double fKRemainder;
    49   static double fPiRemainder;
 
static void CalcLikelihood(PndMvdPidCand *cand)