Belle II Software  release-05-01-25
OrcaKinFitVariables.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 OrcaKinFitChi2(const Particle* part);
27 
31  double OrcaKinFitProb(const Particle* part);
32 
36  double ErrorCode(const Particle* part);
37 
41  double UnmeasuredTheta(const Particle* part);
42 
46  double UnmeasuredPhi(const Particle* part);
47 
51  double UnmeasuredE(const Particle* part);
52 
56  double UnmeasuredErrorTheta(const Particle* part);
57 
61  double UnmeasuredErrorPhi(const Particle* part);
62 
66  double UnmeasuredErrorE(const Particle* part);
67 
68 
69  }
71 } // Belle2 namespace
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19