Belle II Software  release-05-02-19
GeneratorConst.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2020 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * *
7  * This software is provided "as is" without any warranty. *
8  **************************************************************************/
9 
10 #pragma once
11 
12 namespace Belle2 {
17  namespace GeneratorConst {
18  // magic number here is our choice of an unreserved status flag
19  // http://home.thep.lu.se/~torbjorn/pythia81html/ParticleProperties.html
20  const int FSR_STATUS_CODE = 202;
21  } // GeneratorConst namespace
23 } //Belle2 namespace
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19