]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - PWG2/AnalysisMacros/Batch/analysis.jdl
PROOF-aware version of the analysis framework (Andrei)
[u/mrichter/AliRoot.git] / PWG2 / AnalysisMacros / Batch / analysis.jdl
... / ...
CommitLineData
1# this is the startup process for root
2Executable="batch.sh";
3Jobtag={"comment:AliEn tutorial batch example"};
4
5# we split per storage element
6Split="se";
7
8# we want each job to read 100 input files
9#SplitMaxInputFileNumber="100";
10
11# this job has to run in the ANALYSIS partition
12Requirements=( member(other.GridPartitions,"Analysis") );
13
14# we need ROOT and the API service configuration package
15Packages={"APISCONFIG::V2.2","ROOT::v5-13-04"};
16TTL = "30000";
17
18#ROOT will read this collection file to know, which files to analyze
19InputDataList="pp.xml";
20
21#ROOT requires the collection file in the xml-single format
22InputDataListFormat="xml-single";
23
24# this is our collection file containing the files to be analyzed
25InputDataCollection="LF:/alice/cern.ch/user/p/pchrist/Tutorial/BATCH/pp10.xml,nodownload";
26
27InputFile= {"LF:/alice/cern.ch/user/p/pchrist/Tutorial/BATCH/AliAnalysisTaskPt.cxx",
28 "LF:/alice/cern.ch/user/p/pchrist/Tutorial/BATCH/AliAnalysisTaskPt.h",
29 "LF:/alice/cern.ch/user/p/pchrist/Tutorial/BATCH/ESD.par",
30 "LF:/alice/cern.ch/user/p/pchrist/Tutorial/BATCH/ANALYSIS.par",
31 "LF:/alice/cern.ch/user/p/pchrist/Tutorial/BATCH/demoBatch.C",
32 "LF:/alice/cern.ch/user/p/pchrist/Tutorial/BATCH/runAnalysis.C"};
33
34OutputArchive={"log_archive:stdout,stderr@Alice::CERN::se01","root_archive.zip:*.root@Alice::CERN::castor2"};
35
36# Output directory
37OutputDir="/alice/cern.ch/user/p/pchrist/Tutorial/BATCH/output";
38
39# email
40Email="Panos.Christakoglou@cern.ch";