]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGPP/QA/scripts/runQA.example.config
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGPP / QA / scripts / runQA.example.config
CommitLineData
161409c5 1#location of the input list
f7707400 2inputList=qaFile.list
3
4#working directory
93e1d132 5workingDirectory="${PWD}"
f7707400 6
7#where to place the final qa plots
8#outputDirectory="/afs/cern.ch/work/a/aliqa%det/www/"
93e1d132 9outputDirectory="${PWD}/output/aliceqa%det"
f7707400 10
11#filter out detector option
2c46f154 12excludeDetectors="EXAMPLE"
f7707400 13
161409c5 14#if set, will run QA only for the scecified detectors
15#includeDetectors="TPC"
16
f7707400 17#logs
18logDirectory=${workingDirectory}/logs
19
93e1d132 20#OCDB storage
21ocdbStorage="raw://"
2c46f154 22
23#email to
24MAILTO="fbellini@cern.ch"
823d0979 25
6d28e820 26#email detector experts
343d2002 27# full list can be taken from
28# https://twiki.cern.ch/twiki/pub/ALICE/PWGPPQualityAssurance/ListOfDetectorMailsForAutomaticQA.txt
6d28e820 29MAILTO_TPC="marian.ivanov@cern.ch"
30MAILTO_T0="alla.maevskaia@cern.ch"
963fa85a 31
eadb76ee 32#how to send email
33MAILdebugInfo=1
34MAILproductionSummary=1
6d28e820 35
823d0979 36#alien user name
37alienUserName="mkrzewic"
7d4afda6 38