-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRunPythia500GeVJetProduction.xml
More file actions
30 lines (25 loc) · 1.39 KB
/
Copy pathRunPythia500GeVJetProduction.xml
File metadata and controls
30 lines (25 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8" ?>
<job minFilesPerProcess="5" maxFilesPerProcess="10" filesPerHour="1" fileListSyntax="xrootd" simulateSubmission="false">
<command>
limit coredumpsize 0
foreach fzdfile ( `awk '{ print $1 }' $FILELIST` )
set dirpath=`dirname $fzdfile`
set jetfile=`basename $fzdfile .fzd`.jets.root
set uefile=`basename $fzdfile .fzd`.ue.root
set logfile=`basename $fzdfile .fzd`.log
time root4star -q -b RunJetFinder2009fzd_ue.C\(1e9,\"$fzdfile\",\"$jetfile\",\"$uefile\"\) > & $logfile
end
</command>
<input URL="file:/gpfs01/star/scratch/gdwebb/Embedding_inclu/10*/pt&ptmin;_&ptmax;_*.fzd" />
<stdout URL="file:/gpfs01/star/scratch/gdwebb/Run9/500GeVJets/Pythia/log/perugia2012_3_-1_$JOBINDEX.log"/>
<stderr URL="file:/gpfs01/star/scratch/gdwebb/Run9/500GeVJets/Pythia/err/perugia2012_3_-1_$JOBINDEX.err"/>
<output fromScratch="*.jets.root" toURL="file:/gpfs01/star/scratch/gdwebb/Run9/500GeVJets/Pythia/"/>
<output fromScratch="*.ue.root" toURL="file:/gpfs01/star/scratch/gdwebb/Run9/500GeVJets/Pythia/"/>
<output fromScratch="*.log" toURL="file:/gpfs01/star/scratch/gdwebb/Run9/500GeVJets/Pythia/log/"/>
<SandBox installer="ZIP">
<Package name="grantsUECode_fzd">
<File>file:/star/u/gdwebb/UE_CVS_Check/RunJetFinder2009fzd_ue.C</File>
<File>file:/star/u/gdwebb/UE_CVS_Check/.sl64_gcc482</File>
</Package>
</SandBox>
</job>