Belle II Software development
algorithms.h
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8
9namespace Belle2 {
14 namespace ECL {
15 double Sv123(double t, double t01, double tb1, double t02, double tb2, double td1, double ts1);
16 double ShaperDSP(double time);
17 double ShaperDSP(double time, const float*);
18 double ShaperDSP(double time, const double*);
19 double ShaperDSPofflineFit(double time, const double*, double scale);
20 void shapeFitter(short int* id, int* f, int* f1, int* fg41, int* fg43, int* fg31, int* fg32, int* fg33, int* y,
21 int* ttrig2, int* n16, int* lar, int* ltr, int* lq, int* hi2);
22 }
24}
Abstract base class for different kinds of events.