Belle II Software light-2406-ragdoll
BeamBackground.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 {
17 class Particle;
18
19 namespace Variable {
20
24 int beamBackgroundReuseRate(const Particle*);
25
29 int beamBackgroundEvents(const Particle*);
30
31 }
32
34}
Abstract base class for different kinds of events.
Definition: ClusterUtils.h:24