]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGPP/QA/scripts/runQA.example.config
adding det responsible mail adresses in case of failure of automatic script failure
[u/mrichter/AliRoot.git] / PWGPP / QA / scripts / runQA.example.config
1 #location of the input list
2 inputList=qaFile.list
3
4 #working directory
5 workingDirectory="${PWD}"
6
7 #where to place the final qa plots
8 #outputDirectory="/afs/cern.ch/work/a/aliqa%det/www/"
9 outputDirectory="${PWD}/output/aliceqa%det"
10
11 #filter out detector option
12 excludeDetectors="EXAMPLE"
13
14 #if set, will run QA only for the scecified detectors
15 #includeDetectors="TPC"
16
17 #logs
18 logDirectory=${workingDirectory}/logs
19
20 #OCDB storage
21 ocdbStorage="raw://"
22
23 #email to
24 MAILTO="fbellini@cern.ch"
25
26 #email detector experts
27 MAILTO_TPC="marian.ivanov@cern.ch"
28 MAILTO_T0="alla.maevskaia@cern.ch"
29 MAILTO_TRD="ionut.cristian.arsene@cern.ch"
30 MAILTO_TOF="fbellini@cern.ch"
31 MAILTO_PHO="Boris.Polishchuk@cern.ch"
32 MAILTO_EMC="marie.germain@subatech.in2p3.fr"
33 MAILTO_V0="b.cheynis@ipnl.in2p3.fr"
34 MAILTO_FMD="Christian.Holm.Christensen@cern.ch"
35 MAILTO_MU="Diego.Stocco@cern.ch"
36 MAILTO_ZDC="marco.leoncino@cern.ch"
37 MAILTO_EVS="Evgeny.Kryshen@cern.ch"
38
39
40
41
42 #alien user name
43 alienUserName="mkrzewic"
44
45 #run map - used to associate a runnumber to a year
46 #for setting of the proper OCDB storage
47 runMap="
48 2010 108350 139517    
49 2011 140441 170593
50 2012 171590 193766
51 2013 194482 197692
52 "
53