Belle II Software  release-06-02-00
OrcaKinFitVariables.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 
9 #pragma once
10 
11 namespace Belle2 {
16  class Particle;
17 
18  namespace Variable {
19 
20 
24  double OrcaKinFitChi2(const Particle* part);
25 
29  double OrcaKinFitProb(const Particle* part);
30 
34  double ErrorCode(const Particle* part);
35 
39  double UnmeasuredTheta(const Particle* part);
40 
44  double UnmeasuredPhi(const Particle* part);
45 
49  double UnmeasuredE(const Particle* part);
50 
54  double UnmeasuredErrorTheta(const Particle* part);
55 
59  double UnmeasuredErrorPhi(const Particle* part);
60 
64  double UnmeasuredErrorE(const Particle* part);
65 
66 
67  }
69 } // Belle2 namespace
Abstract base class for different kinds of events.