Belle II Software  release-05-01-25
BelleVariables.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2019 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Minakshi Nayak, Sam Cunliffe *
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 
23  double goodBelleKshort(const Particle* KS);
24 
26  double goodBelleLambda(const Particle* Lambda);
27 
29  bool isGoodBelleGamma(int region, double energy);
30 
37  double goodBelleGamma(const Particle* particle);
38 
39 
41  double BelleFirstCDCHitX(const Particle* particle);
43  double BelleFirstCDCHitY(const Particle* particle);
45  double BelleFirstCDCHitZ(const Particle* particle);
46 
48  double BelleLastCDCHitX(const Particle* particle);
50  double BelleLastCDCHitY(const Particle* particle);
52  double BelleLastCDCHitZ(const Particle* particle);
53 
55  double BellePi0InvariantMassSignificance(const Particle* particle);
56  }
58 }
59 
60 
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19