ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/CMSSW/PhysicsTools/PythonAnalysis/test/start.py
Revision: 1.2
Committed: Wed Nov 1 10:45:10 2006 UTC (18 years, 6 months ago) by hegner
Content type: text/x-python
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
moved examples to examples directory

File Contents

# Content
1 # startup commands for interactive use
2
3 from ROOT import *
4 from cmstools import *
5
6 gSystem.Load("libFWCoreFWLite.so")
7 AutoLibraryLoader.enable()
8