]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/SPECTRA/macros/runProtonAnalysisQA.C
Implementing two different test pid procedures based on the raw dE/dx info and a...
[u/mrichter/AliRoot.git] / PWG2 / SPECTRA / macros / runProtonAnalysisQA.C
index 0f8e9022ec85eda5a485f22ce336b1a0ce64f656..16aac543f733a4e2e64da3ccf4230fe90f78d239 100644 (file)
@@ -15,9 +15,10 @@ void runProtonAnalysisQA(const char* analysisType = "Hybrid",
   //       name and .  
   //Analysis mode can be: "MC", "ESD", "AOD"
   //ESD analysis type can be one of the three: "TPC", "Hybrid", "Global"
-  //PID mode can be one of the three: "Bayesian" (standard Bayesian approach) 
+  //PID mode can be one of the four: "Bayesian" (standard Bayesian approach) 
   //   "Ratio" (ratio of measured over expected/theoretical dE/dx a la STAR) 
-  //   "Sigma" (N-sigma area around the fitted dE/dx vs P band)
+  //   "Sigma1" (N-sigma area around the fitted dE/dx vs P band)
+  //   "Sigma2" (same as previous but taking into account the No of TPC points)
   TStopwatch timer;
   timer.Start();