CMS 3D CMS Logo

Functions
loadlibs Namespace Reference

Functions

def load_libs ()
 

Function Documentation

def loadlibs.load_libs ( )

Definition at line 4 of file loadlibs.py.

References edm.print().

4 def load_libs():
5  print('loading FWLite.')
6  #load the libaries needed
7  gSystem.Load("libFWCoreFWLite")
8  gROOT.ProcessLine('FWLiteEnabler::enable();')
9  gSystem.Load("libFWCoreFWLite")
10 
11  #now the RootTools stuff
12  gSystem.Load("libPhysicsToolsHeppy")
13 
14 load_libs()
15 
S & print(S &os, JobReport::InputFile const &f)
Definition: JobReport.cc:66
def load_libs()
Definition: loadlibs.py:4