]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGPP/benchmark/benchmark.config
RelVal: always dereference symlinks during cp
[u/mrichter/AliRoot.git] / PWGPP / benchmark / benchmark.config
CommitLineData
fc7e1e45 1## default OCDB, if autoOCDB is set put in any 4 digit year starting with 20
fc7e1e45 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
39527a15 7defaultOCDB="local:///cvmfs/alice-ocdb.cern.ch/calibration/data/2010/OCDB/"
71353a5f 8
9## force the run number (disables automatic guessing from chunk path)
10#runNumber=167123
fc7e1e45 11
cb473870 12## makeflow options
39527a15 13#makeflowPath="/hera/alice/aux/cctools/bin"
fc7e1e45 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"
39527a15 16makeflowOptions="-T condor"
5de3064b 17
18## batch system options
39527a15 19#batchCommand="/usr/bin/qsub"
20#batchFlags="-b y -cwd -l h_rt=24:0:0,h_rss=4G "
21batchFlags=""
fc7e1e45 22
23## Directory to store output, productionID from command line will be appended
24#
39527a15 25baseOutputDirectory="/eos/opstest/pbuncic/output"
fc7e1e45 26
71353a5f 27#init aliroot
5de3064b 28#must be a script which executed a command in a modified environment
29#e.g. alienv aliroot somemacro.C
fc7e1e45 30#
39527a15 31alirootEnv="/cvmfs/alice.cern.ch/bin/alienv setenv AliRoot/$ALIROOT_VERSION -c"
fc7e1e45 32
4f8ecc60 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
71353a5f 37#run QA with a known good version of the QA script
6fc48f9e 38#trustedQAtrainMacro='/hera/alice/mkrzewic/gsisvn/Calibration/QAtrain_duo.C'
fc7e1e45 39
e91a9c78 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
fc7e1e45 43#
71353a5f 44reconstructInTemporaryDir=0
fc7e1e45 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#
53recoTriggerOptions="\"\""
54
55## merging is started when this percentage of input files is reconstructed
5de3064b 56# only relevant for batch systems
fc7e1e45 57#
cb473870 58percentProcessedFilesToContinue=100
fc7e1e45 59maxSecondsToWait=$(( 3600*24 ))
60
61## maximal number of events to process (per chunk, -1 means no limit)
62#
39527a15 63nEvents=10
fc7e1e45 64
65## max no of chunks per run(0 means no limit)
66#
67nMaxChunks=0
68
5de3064b 69## run these command(s) after the runnig dir has been set up, use to e.g.
fc7e1e45 70#
71postSetUpActionCPass0=""
71353a5f 72postSetUpActionCPass1=""
fc7e1e45 73
74## detailed setting what to run
75## CPass0
76#
77 runCPass0reco=1
78runCPass0MergeMakeOCDB=1
79## CPass1
80#
81 runCPass1reco=1
82runCPass1MergeMakeOCDB=1
83
cb473870 84## filtering
85 runESDfiltering=1
86filteringFactorHighPt=1e2
87filteringFactorV0s=1e1
cb473870 88
fc7e1e45 89## who to email upon completion
90#
5de3064b 91MAILTO=""
fc7e1e45 92
fc7e1e45 93## uncomment to just run the logic, dont check for data and dont process it -
94## fake the output files (for debugging)
95#
71353a5f 96#pretend=1
fc7e1e45 97
5de3064b 98##dump all output to stdout instead of a log for debugging
fc7e1e45 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#
71353a5f 105logToFinalDestination=1
fc7e1e45 106
5ed7c82c 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"
71353a5f 110
5de3064b 111#this forces root to produce a coredump where it normally would just crash (floting point exception)
71353a5f 112ALIROOT_FORCE_COREDUMP=1
113
114#run one job per run with valgrind...
87a49885 115#profilingCommand="valgrind --tool=callgrind --num-callers=40 -v --trace-children=yes"
39527a15 116#nEventsProfiling=5
71353a5f 117