SND@LHC Software
Loading...
Searching...
No Matches
basiclibs.py
Go to the documentation of this file.
1
# Macro for loading basic libraries used with both Geant3 and Geant4
2
from
ROOT
import
gSystem
3
#gSystem.Load("libEventDisplay.so")
4
#gSystem.Load("libRIO.so")
5
#gSystem.Load("libGeom.so")
6
#gSystem.Load("libGeomPainter.so")
7
#gSystem.Load("libVMC.so")
8
#gSystem.Load("libEG.so")
9
gSystem.Load(
"libEGPythia6.so"
)
10
gSystem.Load(
"libPythia6.so"
)
11
#gSystem.Load("libPhysics.so")
12
#gSystem.Load("libNet.so")
13
#gSystem.Load("libTree.so")
14
#gSystem.Load("libMinuit.so")
15
#gSystem.Load("libMathMore.so")
16
gSystem.Load(
"libpythia8.so"
)
python
basiclibs.py
Generated by
1.9.8