Belle II Software  release-05-01-25
algorithms.h
1 
2 namespace Belle2 {
7  namespace ECL {
8  double Sv123(double t, double t01, double tb1, double t02, double tb2, double td1, double ts1);
9  double ShaperDSP(double time);
10  double ShaperDSP(double time, const float*);
11  double ShaperDSP(double time, const double*);
12  double ShaperDSPofflineFit(double time, const double*, double scale);
13  void shapeFitter(short int* id, int* f, int* f1, int* fg41, int* fg43, int* fg31, int* fg32, int* fg33, int* y,
14  int* ttrig2, int* n16, int* lar, int* ltr, int* lq, int* hi2);
15  }
17 }
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19