]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/AnalysisMacros/Batch/analysisESD.jdl
Last modifictaions for PWG2 -> PWGLF
[u/mrichter/AliRoot.git] / PWG2 / AnalysisMacros / Batch / analysisESD.jdl
CommitLineData
5a6f081d 1# this is the startup process for root
2Executable="root.sh";
3Jobtag={"comment:AliEn tutorial batch example - ESD"};
4
5# we split per storage element
6Split="se";
7
8# we want each job to read 100 input files
9SplitMaxInputFileNumber="5";
10
11# this job has to run in the ANALYSIS partition
12Requirements=( member(other.GridPartitions,"Analysis") );
13
e66ef583 14# validation command
15Validationcommand ="/alice/cern.ch/user/p/pchrist/Tutorial/BATCH/validation.sh";
16
5a6f081d 17# we need ROOT and the API service configuration package
e66ef583 18Packages={"APISCONFIG::V2.4","VO_ALICE@ROOT::v5-16-00"};
19
20# Time to live
5a6f081d 21TTL = "30000";
22
e66ef583 23# Automatic merging
24Merge={"Pt.ESD.root:/alice/jdl/mergerootfile.jdl:Pt.ESD.Merged.root"};
25
26# Output dir of the automatic merging
27MergeOutputDir="/alice/cern.ch/user/p/pchrist/Tutorial/BATCH/output/";
28
5a6f081d 29#ROOT will read this collection file to know, which files to analyze
30InputDataList="wn.xml";
31
32#ROOT requires the collection file in the xml-single format
e66ef583 33InputDataListFormat="merge:/alice/cern.ch/user/p/pchrist/Tutorial/BATCH/global.xml";
5a6f081d 34
35# this is our collection file containing the files to be analyzed
e66ef583 36InputDataCollection="LF:/alice/cern.ch/user/p/pchrist/Tutorial/BATCH/global.xml,nodownload";
5a6f081d 37
e66ef583 38InputFile= {"LF:/alice/cern.ch/user/p/pchrist/Tutorial/BATCH/runBatch.C",
39 "LF:/alice/cern.ch/user/p/pchrist/Tutorial/BATCH/STEERBase.par",
40 "LF:/alice/cern.ch/user/p/pchrist/Tutorial/BATCH/ESD.par",
41 "LF:/alice/cern.ch/user/p/pchrist/Tutorial/BATCH/AOD.par",
42 "LF:/alice/cern.ch/user/p/pchrist/Tutorial/BATCH/ANALYSIS.par",
43 "LF:/alice/cern.ch/user/p/pchrist/Tutorial/BATCH/AliAnalysisTaskPt.h",
44 "LF:/alice/cern.ch/user/p/pchrist/Tutorial/BATCH/AliAnalysisTaskPt.cxx"};
5a6f081d 45
46# Output archive
e66ef583 47OutputArchive={"log_archive:stdout,stderr,*.log@Alice::CERN::se","root_archive.zip:*.root@Alice::CERN::se"};
5a6f081d 48
49# Output directory
e66ef583 50OutputDir="/alice/cern.ch/user/p/pchrist/Tutorial/BATCH/output/#alien_counter#";
5a6f081d 51
52# email
53Email="Panos.Christakoglou@cern.ch";