]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGLF/FORWARD/analysis2/sim/Final.jdl.in
Fixes, AOD merge now uses AODConfig
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / sim / Final.jdl.in
CommitLineData
f8b7a926 1#
2# To submit this JDL:
3#
4# alien_submit alien:@data@/Merge.jdl \
5# <run number> <N_jobs> <N_events> <tag> <what>
6#
7# where
8#
9# <run number> is the run number
10# <stage> is the stage number
11# <tag> is a single-word tag
12# <what> what to merge (QA or AOD)
13#
14# The output is written to alien:$HOME/test/<tag>
15#
16# Before this is done, one must make the appropriate XML file. For stage=1
17#
18# alien_find -x <what>Stage_1.xml \
19# @out@/<tag>/<run> \
20# */QA_archive.zip > <what>Stage_1.xml
21#
22# For stage > 1
23#
24# alien_find -x <what>_Stage_<stage>.xml \
25# @out@/<tag>/<run>/<what>Stage_<stage-1> \
26# */QA_archive.zip > <what>_Stage_<stage>.xml
27#
28# and then the XML file should be copied to alien
29#
30# alien_cp file:<what>_Stage_<stage>.xml alien:@out@/<tag>/<run>/<what>_Stage_<stage>.xml
31#
32
33Jobtag={
34 "comment:$3 ($1) MC for FMD stage $4 final merge"
35};
36Packages = {
37 "VO_ALICE@AliRoot::@aliroot@",
38 "VO_ALICE@ROOT::@root@",
39 "VO_ALICE@APISCONFIG::V1.1x"
40};
41Executable = "@bin@/merge.sh";
42Arguments = "$4 $1 $4_Stage_$2.xml $2";
43InputFile = {
44 "LF:@data@/$4.C",
45 "LF:@data@/$4Config.C",
46 "LF:@data@/GRP.C",
a0bdf9a4 47 "LF:@data@/fmd_corrections.root",
f8b7a926 48 "LF:@out@/$3/$1/$4_Stage_$2.xml"
49};
a0bdf9a4 50OutputDir = "@out@/$3/$1";
f8b7a926 51OutputArchive = {
52 "$4_merge_log_archive.zip:std*,fileinfo*.log@disk=1",
53 "$4_merge_archive.zip:*.root,*.stat*@disk=2"
54};
55TTL = "36000";
a0bdf9a4 56Price = "1";
f8b7a926 57Validationcommand = "/alice/cern.ch/user/a/aliprod/QA/validation_merge.sh";
58Workdirectorysize = {"5000MB"};
a0bdf9a4 59JDLVariables = {
f8b7a926 60 "Packages",
61 "OutputDir"
62};
63Workdirectorysize = {"10000MB"};
a0bdf9a4 64#
65# EOF
66#