Belle II Software  release-06-01-15
SpecificKinematicVariables.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 #include <analysis/VariableManager/Manager.h>
11 #include <TLorentzVector.h>
12 #include <string>
13 #include <vector>
14 
15 namespace Belle2 {
20  class Particle;
21 
22  namespace Variable {
28  double REC_q2BhSimple(const Particle* particle);
29 
35  double REC_q2Bh(const Particle* particle);
36 
37 
42  double REC_MissM2(const Particle* particle);
43 
44  }
46 }
Abstract base class for different kinds of events.