CMS 3D CMS Logo

start.py
Go to the documentation of this file.
1 # startup commands for interactive use
2 
3 import ROOT
4 from ROOT import gSystem
5 from PhysicsTools.PythonAnalysis import *
6 
7 gSystem.Load("libFWCoreFWLite.so")
8 ROOT.FWLiteEnabler.enable()
9