PYTHIA
8.312
Main Page
Classes
Files
File List
include
Pythia8
RngDebug.h
1
// RngDebug.h is a part of the PYTHIA event generator.
2
// Copyright (C) 2024 Torbjorn Sjostrand.
3
// PYTHIA is licenced under the GNU GPL v2 or later, see COPYING for details.
4
// Please respect the MCnet Guidelines, see GUIDELINES for details.
5
6
// This file unsets specialized debug versions of random number methods
7
// from the Rndm class. This header should be included whenever using
8
// the random number generation debugging, and should follow after the
9
// inclusion of all PYTHIA headers but before any user headers.
10
11
#ifdef RNGDEBUG
12
#undef flat
13
#undef xexp
14
#undef gauss
15
#undef gamma
16
#undef phaseSpace2
17
#endif
Generated by
1.8.11