Belle II Software development
DecayString.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/DecayDescriptor/DecayStringParticle.h>
11#include <boost/variant/recursive_variant.hpp>
12
13namespace Belle2 {
18 struct DecayStringDecay;
23 typedef boost::variant< boost::recursive_wrapper<DecayStringDecay>, DecayStringParticle > DecayString;
25}
26
boost::variant< boost::recursive_wrapper< DecayStringDecay >, DecayStringParticle > DecayString
The DecayStringElement can be either a DecayStringDecay or a vector of mother particles.
Definition: DecayString.h:23
Abstract base class for different kinds of events.
Holds the information of a particle in the decay string.