]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGPP/QA/scripts/runQA.example.config
Merge branch 'TPCdev' of https://git.cern.ch/reps/AliRoot into TPCdev
[u/mrichter/AliRoot.git] / PWGPP / QA / scripts / runQA.example.config
old mode 100755 (executable)
new mode 100644 (file)
index 0082792..2b18a99
@@ -1,4 +1,4 @@
-#where to search for qa files
+#location of the input list
 inputList=qaFile.list
 
 #working directory
@@ -9,12 +9,29 @@ workingDirectory="${PWD}"
 outputDirectory="${PWD}/output/aliceqa%det"
 
 #filter out detector option
+excludeDetectors="EXAMPLE"
+
+#if set, will run QA only for the scecified detectors
+#includeDetectors="TPC"
 
 #logs
 logDirectory=${workingDirectory}/logs
 
-#set aliroot
-alirootEnv="/home/mkrzewic/alisoft/balice_master.sh"
-
 #OCDB storage
 ocdbStorage="raw://"
+
+#email to
+MAILTO="fbellini@cern.ch"
+
+#alien user name
+alienUserName="mkrzewic"
+
+#run map - used to associate a runnumber to a year
+#for setting of the proper OCDB storage
+runMap="
+2010 108350 139517    
+2011 140441 170593
+2012 171590 193766
+2013 194482 197692
+"
+