ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
CMSSW
/
PhysicsTools
/
PythonAnalysis
/
examples
/
start.py
Revision:
1.2
Committed:
Sat Mar 3 03:49:59 2007 UTC
(18 years, 2 months ago) by
hegner
Content type:
text/x-python
Branch:
MAIN
Changes since
1.1
:
+1 -1 lines
Log Message:
Updated documentation.
File Contents
#
Content
1
# startup commands for interactive use
2
3
from ROOT import *
4
from PhysicsTools.PythonAnalysis.cmstools import *
5
6
gSystem.Load("libFWCoreFWLite.so")
7
AutoLibraryLoader.enable()
8