Belle II Software  release-06-01-15
ContinuumSuppressionVariables.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 #include <analysis/VariableManager/Manager.h>
12 
13 #include <vector>
14 #include <string>
15 
16 namespace Belle2 {
21  class Particle;
22 
23  namespace Variable {
24 
28  double R2EventLevel(const Particle* particle);
29 
33  double R2(const Particle* particle);
34 
38  double thrustBm(const Particle* particle);
39 
43  double thrustOm(const Particle* particle);
44 
48  double cosTBTO(const Particle* particle);
49 
53  double cosTBz(const Particle* particle);
54 
58  Manager::FunctionPtr KSFWVariables(const std::vector<std::string>& arguments);
59 
63  Manager::FunctionPtr CleoConesCS(const std::vector<std::string>& arguments);
64 
70  Manager::FunctionPtr transformedNetworkOutputNB(const std::vector<std::string>& arguments);
71 
75  Manager::FunctionPtr useBThrustFrame(const std::vector<std::string>& arguments);
76 
77  }
79 }
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:108
Abstract base class for different kinds of events.