]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGPP/QA/scripts/runQA.example.config
bugfix: Use FindBin for correction matrix (otherwise bin mismatch for pT which has...
[u/mrichter/AliRoot.git] / PWGPP / QA / scripts / runQA.example.config
CommitLineData
f7707400 1#where to search for qa files
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
14#logs
15logDirectory=${workingDirectory}/logs
16
17#set aliroot
18alirootEnv="/home/mkrzewic/alisoft/balice_master.sh"
19
93e1d132 20#OCDB storage
21ocdbStorage="raw://"
2c46f154 22
23#email to
24MAILTO="fbellini@cern.ch"