Belle II Software  release-08-01-10
GeneratorConst.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 namespace Belle2 {
16  namespace GeneratorConst {
17  // magic number here is our choice of an unreserved status flag
18  // http://home.thep.lu.se/~torbjorn/pythia81html/ParticleProperties.html
19  const int FSR_STATUS_CODE = 202;
20  } // GeneratorConst namespace
22 } //Belle2 namespace
Abstract base class for different kinds of events.