]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGPP/benchmark/benchmark.config
Add drawer of empirical
[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 #for running with old releases use a more recent aliroot that contains all the machinery
34 #if set, will only be used at the MakeSummary stage
35 #alirootEnvQA="/cvmfs/alice.cern.ch/bin/alienv setenv AliRoot/$ALIROOT_VERSION -c"
36
37 #run QA with a known good version of the QA script
38 #trustedQAtrainMacro='/hera/alice/mkrzewic/gsisvn/Calibration/QAtrain_duo.C'
39
40 ## if set to 1, run in whatever mktemp -d aasfa provides,
41 ## if set to 2, run in the current dir (as provided by the batch system) or subdir of that
42 ## then copy results to final place
43 #
44 reconstructInTemporaryDir=0
45
46 ## trigger mask sent to the reconstruction
47 ## if you want to send an empty string use "\"\""
48 ## usually, for filtered data use empty, 
49 ## for unfiltered chunks use kCalibBarrel
50 #
51 #recoTriggerOptions="?Trigger=kCalibBarrel"
52 #
53 recoTriggerOptions="\"\""
54
55 ## merging is started when this percentage of input files is reconstructed
56 #  only relevant for batch systems
57 #
58 percentProcessedFilesToContinue=100
59 maxSecondsToWait=$(( 3600*24 ))
60
61 ## maximal number of events to process (per chunk, -1 means no limit)
62 #
63 nEvents=10
64
65 ## max no of chunks per run(0 means no limit)
66 #
67 nMaxChunks=0
68
69 ## run these command(s) after the runnig dir has been set up, use to e.g.
70 #
71 postSetUpActionCPass0=""
72 postSetUpActionCPass1=""
73
74 ## detailed setting what to run
75 ## CPass0
76 #
77          runCPass0reco=1
78 runCPass0MergeMakeOCDB=1
79 ## CPass1
80 #
81          runCPass1reco=1
82 runCPass1MergeMakeOCDB=1
83
84 ## filtering
85        runESDfiltering=1
86 filteringFactorHighPt=1e2
87 filteringFactorV0s=1e1
88
89 ## who to email upon completion
90 #
91 MAILTO=""
92
93 ## uncomment to just run the logic, dont check for data and dont process it - 
94 ## fake the output files (for debugging)
95 #
96 #pretend=1
97
98 ##dump all output to stdout instead of a log for debugging
99 #
100 #dontRedirectStdOutToLog=1
101
102 ## uncomment this option to force streaming the logs to the final destination instead of the running directory
103 ## this way a log is always available even in case the batch system kills the job
104 #
105 logToFinalDestination=1
106
107 #set the downscaling factors during the filtering fro expert QA (overrides the previous values)
108 #AliAnalysisTaskFilteredTree_fLowPtTrackDownscaligF="1e-2"
109 #AliAnalysisTaskFilteredTree_fLowPtV0DownscaligF="1e-2"
110
111 #this forces root to produce a coredump where it normally would just crash (floting point exception)
112 ALIROOT_FORCE_COREDUMP=1
113
114 #run one job per run with valgrind...
115 #profilingCommand="valgrind --tool=callgrind --num-callers=40 -v --trace-children=yes"
116 #nEventsProfiling=5
117
118 #copy input data to current dir instead of linking
119 #copyInputData=0