ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/JetAnalysis/scripts/makeAllPat.sh
Revision: 1.2
Committed: Wed Jun 6 13:57:23 2012 UTC (12 years, 10 months ago) by yilmaz
Content type: application/x-sh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Error occurred while calculating annotation data.
Log Message:
clean up

File Contents

# Content
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