]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGPP/benchmark/benchmark.config
updated version: the steering logic now works on a condor system
[u/mrichter/AliRoot.git] / PWGPP / benchmark / benchmark.config
1 ## default OCDB, if autoOCDB is set put in any 4 digit year starting with 20
2 ## by default the OCDB year set automatically for each chunk
3 ## based on the path
4 ## to disable set autoOCDB=0
5 #
6 #autoOCDB=0
7 defaultOCDB="local:///cvmfs/alice-ocdb.cern.ch/calibration/data/2010/OCDB/"
8
9 ## force the run number (disables automatic guessing from chunk path)
10 #runNumber=167123
11
12 ## makeflow options
13 #makeflowPath="/hera/alice/aux/cctools/bin"
14 #makeflowOptions="-T wq -N alice -d all -C ali-copilot.cern.ch:9097"
15 #makeflowOptions="-T wq -N alice -C ali-copilot.cern.ch:9097"
16 makeflowOptions="-T condor"
17
18 ## batch system options
19 #batchCommand="/usr/bin/qsub"
20 #batchFlags="-b y -cwd -l h_rt=24:0:0,h_rss=4G "
21 batchFlags=""
22
23 ## Directory to store output, productionID from command line will be appended
24 #
25 baseOutputDirectory="/eos/opstest/pbuncic/output"
26
27 #init aliroot
28 #must be a script which executed a command in a modified environment
29 #e.g. alienv aliroot somemacro.C
30 #
31 alirootEnv="/cvmfs/alice.cern.ch/bin/alienv setenv AliRoot/$ALIROOT_VERSION -c"
32
33 #run QA with a known good version of the QA script
34 #trustedQAtrainMacro='/hera/alice/mkrzewic/gsisvn/Calibration/QAtrain_duo.C'
35
36 ## if set to 1, reconstruct in /tmp, then copy results to final place
37 #
38 reconstructInTemporaryDir=0
39
40 ## trigger mask sent to the reconstruction
41 ## if you want to send an empty string use "\"\""
42 ## usually, for filtered data use empty, 
43 ## for unfiltered chunks use kCalibBarrel
44 #
45 #recoTriggerOptions="?Trigger=kCalibBarrel"
46 #
47 recoTriggerOptions="\"\""
48
49 ## merging is started when this percentage of input files is reconstructed
50 #  only relevant for batch systems
51 #
52 percentProcessedFilesToContinue=100
53 maxSecondsToWait=$(( 3600*24 ))
54
55 ## maximal number of events to process (per chunk, -1 means no limit)
56 #
57 nEvents=10
58
59 ## max no of chunks per run(0 means no limit)
60 #
61 nMaxChunks=0
62
63 ## run these command(s) after the runnig dir has been set up, use to e.g.
64 #
65 postSetUpActionCPass0=""
66 postSetUpActionCPass1=""
67
68 ## detailed setting what to run
69 ## CPass0
70 #
71          runCPass0reco=1
72 runCPass0MergeMakeOCDB=1
73 ## CPass1
74 #
75          runCPass1reco=1
76 runCPass1MergeMakeOCDB=1
77
78 ## filtering
79        runESDfiltering=1
80 filteringFactorHighPt=1e2
81 filteringFactorV0s=1e1
82
83 ## who to email upon completion
84 #
85 MAILTO=""
86
87 ## uncomment to just run the logic, dont check for data and dont process it - 
88 ## fake the output files (for debugging)
89 #
90 #pretend=1
91
92 ##dump all output to stdout instead of a log for debugging
93 #
94 #dontRedirectStdOutToLog=1
95
96 ## uncomment this option to force streaming the logs to the final destination instead of the running directory
97 ## this way a log is always available even in case the batch system kills the job
98 #
99 logToFinalDestination=1
100
101 #set the downscaling factors during the filtering fro expert QA (overrides the previous values)
102 #AliAnalysisTaskFilteredTree_fLowPtTrackDownscaligF="1e-2"
103 #AliAnalysisTaskFilteredTree_fLowPtV0DownscaligF="1e-2"
104
105 #this forces root to produce a coredump where it normally would just crash (floting point exception)
106 ALIROOT_FORCE_COREDUMP=1
107
108 #run one job per run with valgrind...
109 #profilingCommand="/usr/bin/valgrind --tool=callgrind --num-callers=40 -v --trace-children=yes"
110 #nEventsProfiling=5
111