ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
CMSSW
/
PhysicsTools
/
PythonAnalysis
/
examples
/
start.py
Revision:
1.1
Committed:
Wed Nov 1 10:47:55 2006 UTC
(18 years, 6 months ago) by
hegner
Content type:
text/x-python
Branch:
MAIN
CVS Tags:
V00-01-03, V00-01-02
Log Message:
moved examples to example directory/ added interactive example
File Contents
#
User
Rev
Content
1
hegner
1.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