From: cholm Date: Wed, 24 Sep 2014 11:11:23 +0000 (+0200) Subject: Minor things X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=e09c1c6c280e0a741787183810f7d17f44470801;p=u%2Fmrichter%2FAliRoot.git Minor things --- diff --git a/PWGLF/FORWARD/analysis2/AliBasedNdetaTask.cxx b/PWGLF/FORWARD/analysis2/AliBasedNdetaTask.cxx index bb1f69d8867..8d22ebffad3 100644 --- a/PWGLF/FORWARD/analysis2/AliBasedNdetaTask.cxx +++ b/PWGLF/FORWARD/analysis2/AliBasedNdetaTask.cxx @@ -29,8 +29,8 @@ AliBasedNdetaTask::AliBasedNdetaTask() fEmpiricalCorrection(0), fMeanVsC(0), fCentMethod("VOM"), - fPileupMask(0), - fAnaUtil(), + fPileupMask(0), + fAnaUtil(), fCheckSPDOutlier(false) { // diff --git a/PWGLF/FORWARD/analysis2/AliBasedNdetaTask.h b/PWGLF/FORWARD/analysis2/AliBasedNdetaTask.h index 711706242df..51179dd71a8 100644 --- a/PWGLF/FORWARD/analysis2/AliBasedNdetaTask.h +++ b/PWGLF/FORWARD/analysis2/AliBasedNdetaTask.h @@ -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, /**