From 8eb443e1f1db3710ca74921c7cc43e45350f6f3a Mon Sep 17 00:00:00 2001 From: cholm Date: Wed, 5 Jan 2011 11:27:02 +0000 Subject: [PATCH] Made some member functions virtual, and clean-up --- PWG2/FORWARD/analysis2/AliFMDDensityCalculator.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PWG2/FORWARD/analysis2/AliFMDDensityCalculator.h b/PWG2/FORWARD/analysis2/AliFMDDensityCalculator.h index f0806a044fd..fb2171c5a9f 100644 --- a/PWG2/FORWARD/analysis2/AliFMDDensityCalculator.h +++ b/PWG2/FORWARD/analysis2/AliFMDDensityCalculator.h @@ -24,7 +24,7 @@ class TProfile; * - AliFMDDoubleHitCorrection * - AliFMDDeadCorrection * - * @ingroup pwg2_forward + * @ingroup pwg2_forward_algo */ class AliFMDDensityCalculator : public TNamed { @@ -76,13 +76,13 @@ public: * @param dir where to put the output * @param nEvents Number of events */ - void ScaleHistograms(TList* dir, Int_t nEvents); + virtual void ScaleHistograms(TList* dir, Int_t nEvents); /** * Output diagnostic histograms to directory * * @param dir List to write in */ - void DefineOutput(TList* dir); + virtual void DefineOutput(TList* dir); /** * Set the debug level. The higher the value the more output * -- 2.43.0