]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Minor things
authorcholm <Christian.Holm.Christensen@cern.ch>
Wed, 24 Sep 2014 11:11:23 +0000 (13:11 +0200)
committermkrzewic <mikolaj.krzewicki@cern.ch>
Mon, 29 Sep 2014 08:47:48 +0000 (10:47 +0200)
PWGLF/FORWARD/analysis2/AliBasedNdetaTask.cxx
PWGLF/FORWARD/analysis2/AliBasedNdetaTask.h

index bb1f69d886774ec6e3ce331b8726ad8a05f0e10b..8d22ebffad3f79ea81719ec9b26fa80cc3d244a3 100644 (file)
@@ -29,8 +29,8 @@ AliBasedNdetaTask::AliBasedNdetaTask()
     fEmpiricalCorrection(0),
     fMeanVsC(0),
     fCentMethod("VOM"),
-  fPileupMask(0),
-  fAnaUtil(),
+    fPileupMask(0),
+    fAnaUtil(),
     fCheckSPDOutlier(false)
 {
   // 
index 711706242dfabfa8b7e1cbdd82a1f9060103a77d..51179dd71a8b2ef45c31a2295265c506c41ae9ab 100644 (file)
@@ -57,8 +57,7 @@ public:
     /** 
      * Do the full normalisation 
      * @f[ 
-     *   N = \frac{1}{\epsilon_X}(N_A-N_A/N_V(N_T-N_V)) = 
-     *       \frac{1}{\epsilon_X}\frac{1}{\epsilon_V}N_A
+     *   N = (N_A-N_A/N_V(N_T-N_V)) = \frac{1}{\epsilon_V}N_A
      * @f]
      */
     kEventLevel = 0x1,
@@ -67,11 +66,15 @@ public:
      */
     kDummy = 0x2, 
     /** 
-     * Correct for background events (A+C-E). Not implemented yet
+     * Correct for background events (A+C-E)
      */
     kBackground = 0x4,
     /**
-     * Correct for the trigger efficiency from MC 
+     * Correct for the trigger efficiency
+     *
+     * @f[
+     *   N = N_A \frac{1}{\epsilon_X}
+     * @f]
      */
     kTriggerEfficiency = 0x8,
     /**