]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGPP/TRD/run.jdl
coverity fix
[u/mrichter/AliRoot.git] / PWGPP / TRD / run.jdl
1 # this is the startup process for root
2 Executable="run.sh";
3
4 Jobtag={"comment:Grid analysis test"};
5
6 # we split per storage element
7 Split="se";
8
9 # we want each job to read 10 input files
10 SplitMaxInputFileNumber="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
18 Packages={"APISCONFIG::V2.4","VO_ALICE@ROOT::v5-22-00", "VO_ALICE@AliRoot::v4-16-Rev-05"};
19 TTL = "30000";
20 Price = 1;
21
22
23 #ROOT will read this collection file to know, which files to analyze
24 InputDataList="esd.xml";
25
26 InputDataListFormat="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
33 InputDataCollection="LF:/alice/cern.ch/user/a/amarin/MinBiasProd/xml/$1.xml,nodownload";
34
35
36 InputFile= {"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            
41 OutputArchive={"log_archive.zip:stdout@Alice::GSI::SE","root_archive.zip:*.root@Alice::GSI::SE"};
42
43 # Output directory
44 OutputDir="/alice/cern.ch/user/a/abercuci/MinBiasProd/$1/#alien_counter#";
45
46 # Output files
47 OutputFile={"TRD.TaskDetChecker.root", "TRD.TaskResolution.root", "TRD.TaskTrackingEff.root", "TRD.TaskTrackingEffMC.root", "TRD.TaskPID.root"};
48
49 # Merge the output
50 Merge={"TRD.TaskDetChecker.root:/alice/cern.ch/user/a/abercuci/test/merge.jdl:TRD.TaskDetCheckerMerged.root"};
51 MergeOutputDir={"/alice/cern.ch/user/a/abercuci/test/output"};
52
53 # Validation
54 Validationcommand ="/alice/cern.ch/user/a/abercuci/bin/validate.sh";
55
56 # email
57 Email="A.Bercuci@gsi.de";