]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG1/TRD/run.jdl
Fix Coverity 15062, 15063
[u/mrichter/AliRoot.git] / PWG1 / TRD / run.jdl
CommitLineData
1ee39b3a 1# this is the startup process for root
2Executable="run.sh";
3
4Jobtag={"comment:Grid analysis test"};
5
6# we split per storage element
7Split="se";
8
9# we want each job to read 10 input files
10SplitMaxInputFileNumber="50";
11
12# this job has to run in the ANALYSIS partition
13#Requirements=( member(other.GridPartitions,"Analysis") );
14#Requirements = other.SPLIT == 1 && ( other.TTL > 20000 ) && ( other.Price <= 1 );
15#Requirements = ( member(other.GridPartitions,"Analysis") );
16
17# we need ROOT and the API service configuration package
18Packages={"APISCONFIG::V2.4","VO_ALICE@ROOT::v5-22-00", "VO_ALICE@AliRoot::v4-16-Rev-05"};
19TTL = "30000";
20Price = 1;
21
22
23#ROOT will read this collection file to know, which files to analyze
24InputDataList="esd.xml";
25
26InputDataListFormat="xml-single";
27
28
29#ROOT requires the collection file in the xml-single format
30#InputDataListFormat="merge:/alice/cern.ch/user/a/amarin/global.xml";
31
32# this is our collection file containing the files to be analyzed
33InputDataCollection="LF:/alice/cern.ch/user/a/amarin/MinBiasProd/xml/$1.xml,nodownload";
34
35
36InputFile= {"LF:/alice/cern.ch/user/a/abercuci/MinBiasProd/run.C",
37 "LF:/alice/cern.ch/user/a/abercuci/MinBiasProd/run.h"};
38
39
40# Output archive
41OutputArchive={"log_archive.zip:stdout@Alice::GSI::SE","root_archive.zip:*.root@Alice::GSI::SE"};
42
43# Output directory
44OutputDir="/alice/cern.ch/user/a/abercuci/MinBiasProd/$1/#alien_counter#";
45
46# Output files
47OutputFile={"TRD.TaskDetChecker.root", "TRD.TaskResolution.root", "TRD.TaskTrackingEff.root", "TRD.TaskTrackingEffMC.root", "TRD.TaskPID.root"};
48
49# Merge the output
50Merge={"TRD.TaskDetChecker.root:/alice/cern.ch/user/a/abercuci/test/merge.jdl:TRD.TaskDetCheckerMerged.root"};
51MergeOutputDir={"/alice/cern.ch/user/a/abercuci/test/output"};
52
53# Validation
54Validationcommand ="/alice/cern.ch/user/a/abercuci/bin/validate.sh";
55
56# email
57Email="A.Bercuci@gsi.de";