]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGLF/FORWARD/analysis2/sim/Run.jdl.in
Fixes, AOD merge now uses AODConfig
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / sim / Run.jdl.in
CommitLineData
f8b7a926 1#
2# To submit this JDL:
3#
4# alien_submit alien:@data@/JDL \
5# <run number> <N_jobs> <N_events> <tag> <generator>
6#
7# where
8#
9# <run number> is the run number
10# <N_jobs> is the number of sub-jobs
11# <N_events> is the number of events per sub-job
12# <tag> is a single-word tag
13# <generator> is the name of the generator
14#
15# The output is written to alien:@out@/test/<tag>
16#
17Executable="@bin@/run.sh";
18
19Jobtag={
20 "comment:$4 ($1) $5 MC"
21};
22
23Packages = {
24 "VO_ALICE@AliRoot::@aliroot@",
25 "VO_ALICE@GEANT3::@geant@",
26 "VO_ALICE@ROOT::@root@",
27 "VO_ALICE@APISCONFIG::V1.1x",
28 "VO_ALICE@boost::v1_43_0",
29 "VO_ALICE@cgal::v3.6",
30 "VO_ALICE@fastjet::v2.4.2",
31 "VO_ALICE@jemalloc::v3.0.0"
32};
33
34
35TTL="72000";
36Price="10";
37
38Requirements=member(other.GridPartitions,"PDC08_2");
39
40Validationcommand="/alice/validation/validation.sh";
41
42InputFile={
43 "LF:@data@/Check.C",
44 "LF:@data@/Config.C",
45 "LF:@data@/Reconstruct.C",
46 "LF:@data@/Simulate.C",
47 "LF:@data@/simrun.sh",
48 "LF:@data@/Tag.C",
49 "LF:@data@/QA.C",
50 "LF:@data@/QAConfig.C",
51 "LF:@data@/AOD.C",
52 "LF:@data@/AODConfig.C",
53 "LF:@data@/GRP.C",
54 "LF:@data@/fmd_corrections.root"
55};
56
57Output = {
58 "log_archive:stderr.log,stdout.log,tag.log,sim.log,rec.log,check.log,qa.log,aod.log@disk=1",
59 "QA_archive.zip:QAresults*.root,event_stat*.root,trending*.root,fileinfo*.log,*.stat.qa*@disk=2",
60 "root_archive.zip:galice.root,Kinematics.root,TrackRefs.root,Trigger.root,AliESDs.root,AliESDfriends.root,Run*.root,ITS.RecPoints.root,@disk=2",
61 "aod_archive.zip:pyxsec*.root,AODQA.root,AliAOD*.root,FilterEvents_Trees*.root,*.stat.aod@disk=3",
62 "EventStat_temp*.root@disk=2"
63};
64
65OutputDir="@out@/$4/$1/#alien_counter_03i#";
66
67JDLVariables={
68 "Packages",
69 "OutputDir"
70};
71
72#
73splitarguments="--run $1 --event $3 --process $5 --qa --aod --number #alien_counter#";
74split="production:1-$2";
75
76Workdirectorysize={"5000MB"};