]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG4/omega3pi/grid/Omega.jdl
new class for omega measurement via 3 pion combination
[u/mrichter/AliRoot.git] / PWG4 / omega3pi / grid / Omega.jdl
CommitLineData
f60ddabc 1# this is the startup process for root
2Executable="ana.sh";
3Jobtag={"comment:omega(782) -> pi0 pi+ pi- analysis"};
4
5# we split per storage element
6Split="se";
7splitarguments="$1";
8
9# we want each job to read 50 input files
10SplitMaxInputFileNumber="50";
11
12# we need AliRoot and the API service configuration package.
13Packages={"VO_ALICE@APISCONFIG::V2.4","VO_ALICE@AliRoot::v4-17-01"};
14TTL = "18 hours";
15#Price = 10;
16User = "polishch";
17
18#ROOT will read this collection file to know, which files to analyze
19InputDataList="$1.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/$1.xml,nodownload";
26
27InputFile= {"LF:/alice/cern.ch/user/p/polishch/omega/AnaTaskOmega3pi.C"};
28
29InputBox= {"/alice/cern.ch/user/p/polishch/omega/AnaTaskOmega3pi.C"};
30
31# Output archive
32OutputArchive={"log_archive.zip:stdout,stderr@ALICE::NIHAM::FILE",
33 "root_archive.zip:*.root@ALICE::NIHAM::FILE"};
34
35# Output directory
36OutputDir="/alice/cern.ch/user/p/polishch/omega/output/$1/#alien_counter#";
37
38# Output files
39OutputFile={"histos.root"};
40
41# Merge the output
42Merge={"histos.root:/alice/cern.ch/user/p/polishch/omega/mergerootfile.jdl:histos_merged.root"};
43MergeOutputDir={"/alice/cern.ch/user/p/polishch/omega/output/$1"};
44
45# Validation
46Validationcommand ="/alice/cern.ch/user/p/polishch/bin/validate.sh";
47