ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/JetAnalysis/python/__init__.py
Revision: 1.2
Committed: Tue Sep 20 19:45:06 2011 UTC (13 years, 7 months ago) by yilmaz
Content type: text/x-python
Branch: MAIN
CVS Tags: HiForest_V02_26, QM_2012, HiForest_V02_25, HiForest_V02_24, HiForest_V02_23, HiForest_V02_22, HiForest_V02_21, HiForest_V02_20, HiForest_V02_19, HiForest_V02_18, HiForest_V02_17, HiForest_V02_16, HiForest_V02_15, HiForest_V02_14, HiForest_V02_13, HiForest_V02_12, HiForest_V02_11, HiForest_V02_10, HiForest_V02_09, HiForest_V02_08, HiForest_V02_07, HiForest_V02_06, HiForest_V02_05, HiForest_V02_04, HiForest_V02_03, HiForest_V02_02, HiForest_V02_01, HiForest_V02_00, hi44X_02, hi441_1, hi441_0, hi413_11, hi413_10, hi413_09
Branch point for: branch_44x
Changes since 1.1: +1 -1 lines
Log Message:
combining all analyzers

File Contents

# User Rev Content
1 frankma 1.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 yilmaz 1.2 __path__.append(localrt+'/cfipython/'+arch+'/MNguyen/InclusiveJetAnalyzer')