]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG/muon/createLUTNT.jdl
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWG / muon / createLUTNT.jdl
1 # this is the startup process for root
2 Executable="rootlutnt.sh";
3 Jobtag={"comment:create lut ntuples from esd tracks"};
4
5 # we split per storage element
6 Split="se";
7
8 # we want each job to read XXX input files
9 SplitMaxInputFileNumber="1000";
10
11 Validationcommand ="/alice/cern.ch/user/b/bogdan/prod2007/configs_pp/validation_blind.sh";
12
13 # we need ROOT and the API service configuration package
14 Packages={"VO_ALICE@APISCONFIG::V2.4","VO_ALICE@ROOT::v5-16-00"};
15
16 TTL = "10000";
17
18 #ROOT will read this collection file to know, which files to analyze
19 InputDataList="wn.xml";
20
21 #ROOT requires the collection file in the xml-single format
22 InputDataListFormat="merge:/alice/cern.ch/user/b/bogdan/prod2007/XMLColl/$1/collection.xml";
23
24 # this is our collection file containing the files to be analyzed
25 InputDataCollection="LF:/alice/cern.ch/user/b/bogdan/prod2007/XMLColl/$1/collection.xml,nodownload";
26
27 InputFile= {"LF:/alice/cern.ch/user/b/bogdan/prod2007/configs_pp/runCreateLUTNT.C",
28             "LF:/alice/cern.ch/user/b/bogdan/prod2007/configs_pp/analysisTaskLUTNT.C",
29             "LF:/alice/cern.ch/user/b/bogdan/prod2007/configs_pp/AliAnalysisTaskLUT.cxx",
30             "LF:/alice/cern.ch/user/b/bogdan/prod2007/configs_pp/AliAnalysisTaskLUT.h",
31             "LF:/alice/cern.ch/user/b/bogdan/prod2007/par/ANALYSIS.par",
32             "LF:/alice/cern.ch/user/b/bogdan/prod2007/par/STEERBase.par",
33             "LF:/alice/cern.ch/user/b/bogdan/prod2007/par/AOD.par",
34             "LF:/alice/cern.ch/user/b/bogdan/prod2007/par/ESD.par"};
35
36 OutputFile= {"Ntuple.LUT.root@Alice::CERN::se,noarchive"};
37
38 # Output archive            
39 OutputArchive={"log_archive:stdout,stderr@Alice::CERN::se"};
40
41 # Output directory
42 OutputDir="/alice/cern.ch/user/b/bogdan/prod2007/LUTNT/$1";
43
44 # email
45 #Email="vulpescu@clermont.in2p3.fr";