#ifndef pdfUtils_h #define pdfUtils_h #include #include double GetCentralPDF(std::vector theWeightsVector); std::pair GetPDFUncertaity(std::vector theWeightsVector); #endif // #ifdef