]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGLF/FORWARD/analysis2/sim/Merge.jdl.in
Various updates for the production scripts
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / sim / Merge.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 Jobtag={
33         "comment:$4 $3 ($1) MC stage $2 intermittent merge"
34 };
35 #        "VO_ALICE@GEANT3::@geant@",
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 InputDataCollection={
43         "LF:@out@/$3/$1/$4_Stage_$2.xml,nodownload"
44 };
45 InputFile={
46         "LF:@data@/$4.C",
47         "LF:@data@/$4Config.C",
48         "LF:@data@/DetConfig.C",
49         "LF:@data@/GRP.C",
50         "LF:@data@/fmd_corrections.root"
51         
52 };
53 InputDataListFormat="xml-single";
54 InputDataList="wn.xml";
55 OutputDir="@out@/$3/$1/$4_Stage_$2/#alien_counter_03i#";
56 OutputArchive={
57         "$4_log_archive.zip:std*,fileinfo*.log@disk=1",
58         "$4_archive.zip:EventStat_temp.root,*$4*.root,*.stat*@disk=2"
59 };
60 Split="se";
61 SplitMaxInputFileNumber="20";
62 SplitArguments="$4 $1 wn.xml $2 #alien_counter#";
63 Validationcommand="/alice/cern.ch/user/a/aliprod/QA/validation_merge.sh";
64 TTL="36000";
65 Price="1";
66 Workdirectorysize={"5000MB"};
67 JDLVariables={
68         "Packages",
69         "OutputDir"
70 };
71 LPMActivity="86400";
72
73 #
74 # EOF
75 #
76