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