File: Level.h
namespace Pythia7
template <typename T = int>
CLASS
Level
Public members:
inline Level(T & newLevel);
inline ~Level();
Private members:
T & theLevel;
inline Level();
inline Level(const Level &);
inline Level & operator=(const Level &);
DEFINED MACROS
INCLUDED FILES
Pythia7/Config/Pythia7.h
Level.icc