CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
loadlibs Namespace Reference

Functions

def load_libs
 

Function Documentation

def loadlibs.load_libs ( )

Definition at line 4 of file loadlibs.py.

References print().

4 
5 def load_libs():
6  print('loading FWLite.')
7  #load the libaries needed
8  gSystem.Load("libFWCoreFWLite")
9  gROOT.ProcessLine('FWLiteEnabler::enable();')
10  gSystem.Load("libFWCoreFWLite")
11 
12  #now the RootTools stuff
13  gSystem.Load("libPhysicsToolsHeppy")
14 
15 load_libs()
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition: Utilities.cc:47
def load_libs
Definition: loadlibs.py:4