-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRunMC500GeVJetProduction.xml
34 lines (29 loc) · 1.87 KB
/
RunMC500GeVJetProduction.xml
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
30
31
32
33
<?xml version="1.0" encoding="utf-8" ?>
<job minFilesPerProcess="5" maxFilesPerProcess="10" filesPerHour="1" fileListSyntax="xrootd" simulateSubmission="false">
<command>
limit coredumpsize 0
foreach mudstfile ( `awk '{ print $1 }' $FILELIST` )
set dirpath=`dirname $mudstfile`
set geantfile=`basename $mudstfile .MuDst.root`.geant.root
set jetfile=`basename $mudstfile .MuDst.root`.jets.root
set skimfile=`basename $mudstfile .MuDst.root`.skim.root
set uefile=`basename $mudstfile .MuDst.root`.ue.root
set geantfile2=$dirpath/$geantfile
set logfile=`basename $mudstfile .MuDst.root`.log
time root4star -q -b RunJetFinder2009emb_ue.C\(1e9,\"$mudstfile\",\"$geantfile2\",\"$jetfile\",\"$skimfile\",\"$uefile\"\) > & $logfile
end
</command>
<input URL="file:/gpfs01/star/scratch/gdwebb/Embedding_inclu/10*/pt&ptmin;_&ptmax;_*.MuDst.root" />
<stdout URL="file:/gpfs01/star/i_bnl/gdwebb/Run9/500GeVJets/Embed_inclu/pTbin_&ptmin;_&ptmax;/log/st_physics_&ptmin;_&ptmax;_$JOBINDEX.log"/>
<stderr URL="file:/gpfs01/star/i_bnl/gdwebb/Run9/500GeVJets/Embed_inclu/pTbin_&ptmin;_&ptmax;/err/st_physics_&ptmin;_&ptmax;_$JOBINDEX.err"/>
<output fromScratch="*.jets.root" toURL="file:/gpfs01/star/i_bnl/gdwebb/Run9/500GeVJets/Embed_inclu/pTbin_&ptmin;_&ptmax;/"/>
<output fromScratch="*.skim.root" toURL="file:/gpfs01/star/i_bnl/gdwebb/Run9/500GeVJets/Embed_inclu/pTbin_&ptmin;_&ptmax;/"/>
<output fromScratch="*.ue.root" toURL="file:/gpfs01/star/i_bnl/gdwebb/Run9/500GeVJets/Embed_inclu/pTbin_&ptmin;_&ptmax;/"/>
<output fromScratch="*.log" toURL="file:/gpfs01/star/i_bnl/gdwebb/Run9/500GeVJets/Embed_inclu/pTbin_&ptmin;_&ptmax;/log/"/>
<SandBox installer="ZIP">
<Package name="grantsUECode_emb">
<File>file:/star/u/gdwebb/UE_CVS_Check/RunJetFinder2009emb_ue.C</File>
<File>file:/star/u/gdwebb/UE_CVS_Check/.sl64_gcc482</File>
</Package>
</SandBox>
</job>