ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/JetAnalysis/scripts/makeAllPat.sh
Revision: 1.1
Committed: Thu Apr 22 16:42:56 2010 UTC (15 years ago) by yilmaz
Content type: application/x-sh
Branch: MAIN
CVS Tags: 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, hi413_03, hi441_1, hi441_0, hi413_11, hi413_10, hi413_09, hi413_08, hi413_07, hi413_06, hi413_05, hi413_04, hi413_02, hi39X_01, tag_d20110915, cmssw39x_base, cmssw39X_base
Branch point for: cmssw39x_branch
Log Message:
useful script

File Contents

# User Rev Content
1 yilmaz 1.1 #!/bin/sh
2    
3     for pthat in 50to80 80to120 120to170
4     do
5     cmsRun makePatJets.py files=rfio:/castor/cern.ch/user/y/yilmaz/share/jets/PyquenDijet${pthat}_d20100325_runs1to500.root output=pat_jets_$pthat.root
6     done
7    
8    
9    
10    
11    
12    
13    
14