Belle II Software  release-06-00-14
HelicityVariables.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 #include <vector>
13 #include <string>
14 
15 namespace Belle2 {
20  class Particle;
21 
22  namespace Variable {
23 
31  double cosHelicityAngleMomentum(const Particle* part);
32 
38  double cosHelicityAngleMomentumPi0Dalitz(const Particle* part);
39 
45  Manager::FunctionPtr cosHelicityAngleBeamMomentum(const std::vector<std::string>& arguments);
46 
54  Manager::FunctionPtr cosHelicityAngle(const std::vector<std::string>& arguments);
55 
65  Manager::FunctionPtr cosAcoplanarityAngle(const std::vector<std::string>& arguments);
66 
70  double cosHelicityAnglePrimary(const Particle* part);
71 
76  Manager::FunctionPtr cosHelicityAngleDaughter(const std::vector<std::string>& arguments);
77 
81  double acoplanarityAngle(const Particle* part);
82 
83  }
85 } // Belle2 namespace
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.