Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:17:40

0001 #ifndef INTTVERTEXUTIL_H
0002 #define INTTVERTEXUTIL_H
0003 
0004 #include <vector>
0005 
0006 namespace InttVertexUtil
0007 {
0008   double gaus_func(double *x, double *par);
0009   std::vector<float> sigmaEff_avg(const std::vector<float> &v, float threshold);
0010 };  // namespace InttVertexUtil
0011 
0012 #endif