CMS 3D CMS Logo

Functions
loadlibs Namespace Reference

Functions

def load_libs ()
 

Function Documentation

◆ load_libs()

def loadlibs.load_libs ( )

Definition at line 4 of file loadlibs.py.

References 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 
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition: Utilities.cc:47
def load_libs()
Definition: loadlibs.py:4