CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
start.py
Go to the documentation of this file.
1 # startup commands for interactive use
2 
3 from ROOT import *
4 from PhysicsTools.PythonAnalysis import *
5 
6 gSystem.Load("libFWCoreFWLite.so")
7 FWLiteEnabler::enable()
8