]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG3/muon/createLUTNT.jdl
Added LHC10h run list for flow analysis (Giacomo)
[u/mrichter/AliRoot.git] / PWG3 / muon / createLUTNT.jdl
CommitLineData
39280342 1# this is the startup process for root
2Executable="rootlutnt.sh";
3Jobtag={"comment:create lut ntuples from esd tracks"};
4
5# we split per storage element
6Split="se";
7
8# we want each job to read XXX input files
9SplitMaxInputFileNumber="1000";
10
11Validationcommand ="/alice/cern.ch/user/b/bogdan/prod2007/configs_pp/validation_blind.sh";
12
13# we need ROOT and the API service configuration package
14Packages={"VO_ALICE@APISCONFIG::V2.4","VO_ALICE@ROOT::v5-16-00"};
15
16TTL = "10000";
17
18#ROOT will read this collection file to know, which files to analyze
19InputDataList="wn.xml";
20
21#ROOT requires the collection file in the xml-single format
22InputDataListFormat="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
25InputDataCollection="LF:/alice/cern.ch/user/b/bogdan/prod2007/XMLColl/$1/collection.xml,nodownload";
26
27InputFile= {"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
36OutputFile= {"Ntuple.LUT.root@Alice::CERN::se,noarchive"};
37
38# Output archive
39OutputArchive={"log_archive:stdout,stderr@Alice::CERN::se"};
40
41# Output directory
42OutputDir="/alice/cern.ch/user/b/bogdan/prod2007/LUTNT/$1";
43
44# email
45#Email="vulpescu@clermont.in2p3.fr";