Belle II Software  release-05-02-19
KFitVariables.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2018 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Yu Hu *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 
11 #pragma once
12 
13 namespace Belle2 {
18  class Particle;
19 
20  namespace Variable {
21 
22 
26  double FourCKFitChi2(const Particle* part);
27 
31  double FourCKFitProb(const Particle* part);
32 
33 
34  }
36 } // Belle2 namespace
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19