]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PHOS/macros/pi0Calib/Pi0Select.jdl
Add new global configuration for prod shuttle.
[u/mrichter/AliRoot.git] / PHOS / macros / pi0Calib / Pi0Select.jdl
1 # this is the startup process for root
2 Executable="pi0Select.sh";
3 Jobtag={"comment:pi0 calibration"};
4
5 # we split per storage element
6 Split="se";
7
8 # we want each job to read 10 input files
9 SplitMaxInputFileNumber="10";
10
11 # we need AliRoot and the API service configuration package.
12 # Analysis don't produce histo file with v4-16-Rev-07!!
13 Packages={"VO_ALICE@APISCONFIG::V2.4","VO_ALICE@AliRoot::v4-16-Rev-05"};
14 TTL = "18 hours";
15 #Price = 10;
16 User = "polishch";
17
18 #ROOT will read this collection file to know, which files to analyze
19 InputDataList="minbias_LHC09a4_81040_81050.xml";
20
21 #ROOT requires the collection file in the xml-single format
22 InputDataListFormat="xml-single";
23
24 # this is our collection file containing the files to be analyzed
25 InputDataCollection="LF:/alice/cern.ch/user/p/polishch/xml/minbias_LHC09a4_81040_81050.xml,nodownload";
26
27 InputFile= {"LF:/alice/cern.ch/user/p/polishch/pi0Calib/AnaPi0Select.C",
28             "LF:/alice/cern.ch/user/p/polishch/pi0Calib/AliAnalysisTaskPi0CalibSelection.cxx",
29             "LF:/alice/cern.ch/user/p/polishch/pi0Calib/AliAnalysisTaskPi0CalibSelection.h",
30             "LF:/alice/cern.ch/user/p/polishch/pi0Calib/.rootrc",
31             "LF:/alice/cern.ch/user/p/polishch/pi0Calib/PHOS.tgz"};
32             
33 InputBox=  {"/alice/cern.ch/user/p/polishch/pi0Calib/AnaPi0Select.C",
34             "/alice/cern.ch/user/p/polishch/pi0Calib/AliAnalysisTaskPi0CalibSelection.cxx",
35             "/alice/cern.ch/user/p/polishch/pi0Calib/AliAnalysisTaskPi0CalibSelection.h",
36             "/alice/cern.ch/user/p/polishch/pi0Calib/.rootrc",
37             "/alice/cern.ch/user/p/polishch/pi0Calib/PHOS.tgz"};
38
39 # Output archive            
40 OutputArchive={"log_archive.zip:stdout,stderr@ALICE::NIHAM::FILE",
41                 "root_archive.zip:*.root@ALICE::NIHAM::FILE"};
42
43 # Output directory
44 OutputDir="/alice/cern.ch/user/p/polishch/pi0Calib/output/#alien_counter#";
45
46 # Output files
47 OutputFile={"histos.root"};
48
49 # Merge the output
50 Merge={"histos.root:/alice/cern.ch/user/p/polishch/pi0Jet/mergerootfile.jdl:histos_merged.root"};
51 MergeOutputDir={"/alice/cern.ch/user/p/polishch/pi0Calib/output"};
52
53 # Validation
54 Validationcommand ="/alice/cern.ch/user/p/polishch/bin/validate.sh";
55
56 # email
57 Email="Boris.Polishchuk@cern.ch";