Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches

The Pythia8 interface.

The pythia8 directory is an interface to the C++ version of Pythia 8.1 event generators, written by T.Sjostrand. The user is assumed to be familiar with the Pythia8 package. Only a basic interface to Pythia8 is provided. Because Pythia8 is also written in C++, its functions/classes can be called directly from a compiled C++ script.

To call Pythia functions not available in this interface a dictionary must be generated.

See pythia8.C for an example of use from ROOT interpreter.

See also the complete Pythia8 documentation

Classes

class  TPythia8
 TPythia8 is an interface class to C++ version of Pythia 8.1
event generators, written by T.Sjostrand. More...
 
class  TPythia8Decayer
 This class implements the TVirtualMCDecayer interface using TPythia8. More...