Belle II Software light-2406-ragdoll
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
11namespace Belle2 {
16 class Particle;
17
18 namespace Variable {
24 double REC_q2BhSimple(const Particle* particle);
25
31 double REC_q2Bh(const Particle* particle);
32
33
38 double REC_MissM2(const Particle* particle);
39
40 }
42}
Abstract base class for different kinds of events.
Definition: ClusterUtils.h:24