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
2from 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")
9gSystem.Load("libEGPythia6.so")
10gSystem.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")
16gSystem.Load("libpythia8.so")