Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:07

0001 # startup commands for interactive use
0002 
0003 import ROOT
0004 from ROOT import gSystem
0005 from PhysicsTools.PythonAnalysis import *
0006 
0007 gSystem.Load("libFWCoreFWLite.so")
0008 ROOT.FWLiteEnabler.enable()
0009