]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/AnalysisMacros/Batch/analysis.jdl
abd1cbd9d79f36d9e90025be2a1fb8bf2e99020f
[u/mrichter/AliRoot.git] / PWG2 / AnalysisMacros / Batch / analysis.jdl
1 # this is the startup process for root
2 Executable="batch.sh";
3 Jobtag={"comment:AliEn tutorial batch example"};
4
5 # we split per storage element
6 Split="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
12 Requirements=( member(other.GridPartitions,"Analysis") );
13
14 # we need ROOT and the API service configuration package
15 Packages={"APISCONFIG::V2.2","ROOT::v5-13-04"};
16 TTL = "30000";
17
18 #ROOT will read this collection file to know, which files to analyze
19 InputDataList="pp.xml";
20
21 #ROOT requires the collection file in the xml-single format
22 InputDataListFormat="xml-single";
23
24 # this is our collection file containing the files to be analyzed
25 InputDataCollection="LF:/alice/cern.ch/user/p/pchrist/Tutorial/BATCH/pp10.xml,nodownload";
26
27 InputFile= {"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             
34 OutputArchive={"log_archive:stdout,stderr@Alice::CERN::se01","root_archive.zip:*.root@Alice::CERN::castor2"};
35
36 # Output directory
37 OutputDir="/alice/cern.ch/user/p/pchrist/Tutorial/BATCH/output";
38
39 # email
40 Email="Panos.Christakoglou@cern.ch";