]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGLF/FORWARD/analysis2/sim/Final.jdl.in
Enlarging window for DCS DPs retrieval for short runs for GRP + Keeping connection...
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / sim / Final.jdl.in
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
33 Jobtag={
34         "comment:$3 ($1) MC for FMD stage $4 final merge"
35 };
36 Packages = {
37         "VO_ALICE@AliRoot::@aliroot@",
38         "VO_ALICE@ROOT::@root@",
39         "VO_ALICE@APISCONFIG::V1.1x"
40 };
41 Executable = "@bin@/merge.sh";
42 Arguments = "$4 $1 $4_Stage_$2.xml $2";
43 InputFile = {
44         "LF:@data@/$4.C",
45         "LF:@data@/$4Config.C",
46         "LF:@data@/BaseConfig.C",
47         "LF:@data@/DetConfig.C",
48         "LF:@data@/GRP.C",
49         "LF:@data@/fmd_corrections.root",
50         "LF:@out@/$3/$1/$4_Stage_$2.xml"
51 };
52 OutputDir = "@out@/$3/$1";
53 OutputArchive = {
54    "$4_merge_log_archive.zip:std*,*.log,fileinfo*.log@disk=1",
55    "$4_merge_archive.zip:Ali$4*.root,$4*.root,trending.root,EventStat_temp.root,pyxsec_hists.root,*.stat*@disk=2"
56 };
57 TTL = "36000";
58 Price = "1";
59 Validationcommand = "/alice/cern.ch/user/a/aliprod/QA/validation_merge.sh";
60 Workdirectorysize = {"5000MB"};
61 JDLVariables = {
62    "Packages",
63    "OutputDir"
64 };
65 Workdirectorysize = {"10000MB"};
66 # Local Variables:
67 #  mode: conf-javaprop
68 # End: