]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PHOS/macros/pi0Calib/Pi0Select.jdl
Coverity fix
[u/mrichter/AliRoot.git] / PHOS / macros / pi0Calib / Pi0Select.jdl
CommitLineData
60da4435 1# this is the startup process for root
2Executable="pi0Select.sh";
3Jobtag={"comment:pi0 calibration"};
4
5# we split per storage element
6Split="se";
7
8# we want each job to read 10 input files
9SplitMaxInputFileNumber="10";
10
11# we need AliRoot and the API service configuration package.
12# Analysis don't produce histo file with v4-16-Rev-07!!
13Packages={"VO_ALICE@APISCONFIG::V2.4","VO_ALICE@AliRoot::v4-16-Rev-05"};
14TTL = "18 hours";
15#Price = 10;
16User = "polishch";
17
18#ROOT will read this collection file to know, which files to analyze
19InputDataList="minbias_LHC09a4_81040_81050.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/polishch/xml/minbias_LHC09a4_81040_81050.xml,nodownload";
26
27InputFile= {"LF:/alice/cern.ch/user/p/polishch/pi0Calib/AnaPi0Select.C",
28 "LF:/alice/cern.ch/user/p/polishch/pi0Calib/AliAnalysisTaskPi0CalibSelection.cxx",
29 "LF:/alice/cern.ch/user/p/polishch/pi0Calib/AliAnalysisTaskPi0CalibSelection.h",
30 "LF:/alice/cern.ch/user/p/polishch/pi0Calib/.rootrc",
31 "LF:/alice/cern.ch/user/p/polishch/pi0Calib/PHOS.tgz"};
32
33InputBox= {"/alice/cern.ch/user/p/polishch/pi0Calib/AnaPi0Select.C",
34 "/alice/cern.ch/user/p/polishch/pi0Calib/AliAnalysisTaskPi0CalibSelection.cxx",
35 "/alice/cern.ch/user/p/polishch/pi0Calib/AliAnalysisTaskPi0CalibSelection.h",
36 "/alice/cern.ch/user/p/polishch/pi0Calib/.rootrc",
37 "/alice/cern.ch/user/p/polishch/pi0Calib/PHOS.tgz"};
38
39# Output archive
40OutputArchive={"log_archive.zip:stdout,stderr@ALICE::NIHAM::FILE",
41 "root_archive.zip:*.root@ALICE::NIHAM::FILE"};
42
43# Output directory
44OutputDir="/alice/cern.ch/user/p/polishch/pi0Calib/output/#alien_counter#";
45
46# Output files
47OutputFile={"histos.root"};
48
49# Merge the output
50Merge={"histos.root:/alice/cern.ch/user/p/polishch/pi0Jet/mergerootfile.jdl:histos_merged.root"};
51MergeOutputDir={"/alice/cern.ch/user/p/polishch/pi0Calib/output"};
52
53# Validation
54Validationcommand ="/alice/cern.ch/user/p/polishch/bin/validate.sh";
55
56# email
57Email="Boris.Polishchuk@cern.ch";