Belle II Software light-2406-ragdoll
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
11namespace Belle2 {
16 class Particle;
17
18 namespace Variable {
19
23 double OrcaKinFitChi2(const Particle* part);
24
28 double OrcaKinFitProb(const Particle* part);
29
33 double ErrorCode(const Particle* part);
34
38 double UnmeasuredTheta(const Particle* part);
39
43 double UnmeasuredPhi(const Particle* part);
44
48 double UnmeasuredE(const Particle* part);
49
53 double UnmeasuredErrorTheta(const Particle* part);
54
58 double UnmeasuredErrorPhi(const Particle* part);
59
63 double UnmeasuredErrorE(const Particle* part);
64 }
66} // Belle2 namespace
Abstract base class for different kinds of events.
Definition: ClusterUtils.h:24