|
|
|||
File indexing completed on 2026-05-15 07:41:25
0001 // main144LinkDef.h is a part of the PYTHIA event generator. 0002 // Copyright (C) 2024 Torbjorn Sjostrand. 0003 // PYTHIA is licenced under the GNU GPL v2 or later, see COPYING for details. 0004 // Please respect the MCnet Guidelines, see GUIDELINES for details. 0005 0006 // Header used to generate a ROOT dictionary for the PYTHIA classes. 0007 // Modified by Rene Brun and Axel Naumann to put the Pythia::event 0008 // into a TTree. 0009 0010 #ifdef __CINT__ 0011 #pragma link off all globals; 0012 #pragma link off all classes; 0013 #pragma link off all functions; 0014 #pragma link C++ namespace Pythia8; 0015 #pragma link C++ class Pythia8::Event+; 0016 #pragma link C++ class Pythia8::Particle+; 0017 #pragma link C++ class Pythia8::Vec4+; 0018 #pragma link C++ class PythiaEvent+; 0019 #endif
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|