Belle II Software  release-05-02-19
ContinuumSuppressionVariables.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2010 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Pablo Goldenzweig, Dennis Weyland *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 
11 #pragma once
12 
13 #include <analysis/VariableManager/Manager.h>
14 
15 #include <vector>
16 #include <string>
17 
18 namespace Belle2 {
23  class Particle;
24 
25  namespace Variable {
26 
30  double R2EventLevel(const Particle* particle);
31 
35  double R2(const Particle* particle);
36 
40  double thrustBm(const Particle* particle);
41 
45  double thrustOm(const Particle* particle);
46 
50  double cosTBTO(const Particle* particle);
51 
55  double cosTBz(const Particle* particle);
56 
60  Manager::FunctionPtr KSFWVariables(const std::vector<std::string>& arguments);
61 
65  Manager::FunctionPtr CleoConesCS(const std::vector<std::string>& arguments);
66 
72  Manager::FunctionPtr transformedNetworkOutputNB(const std::vector<std::string>& arguments);
73 
77  Manager::FunctionPtr useBThrustFrame(const std::vector<std::string>& arguments);
78 
79  }
81 }
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::Variable::Manager::FunctionPtr
std::function< double(const Particle *)> FunctionPtr
NOTE: the python interface is documented manually in analysis/doc/Variables.rst (because we use ROOT ...
Definition: Manager.h:118