ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/andersj/HcalPlotter/python/__init__.py
Revision: 1.1
Committed: Wed Jul 20 11:33:57 2011 UTC (13 years, 9 months ago) by andersj
Content type: text/x-python
Branch: MAIN
CVS Tags: HEAD
Log Message:
initial version

File Contents

# Content
1 #Automatically created by SCRAM
2 import os
3 localrt=os.getenv('LOCALRT', None)
4 arch=os.getenv('SCRAM_ARCH', None)
5 if localrt != None:
6 __path__.append(localrt+'/cfipython/'+arch+'/RecoTBCalo/HcalPlotter')