From eabd648180c129368791140eb12d09c88628b694 Mon Sep 17 00:00:00 2001 From: dibari Date: Tue, 23 Aug 2005 15:33:19 +0000 Subject: [PATCH] Cluster multiplicity offset (Nclus>200) to take into account bkg in PatRec --- RICH/AliRICHRecon.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RICH/AliRICHRecon.cxx b/RICH/AliRICHRecon.cxx index 522e8227b66..eba193486f0 100644 --- a/RICH/AliRICHRecon.cxx +++ b/RICH/AliRICHRecon.cxx @@ -42,7 +42,7 @@ AliRICHRecon::AliRICHRecon(AliRICHHelix *pHelix,TClonesArray *pClusters,Int_t iM // main ctor SetFreonScaleFactor(1); fIsWEIGHT = kFALSE; -// fIsWEIGHT = kTRUE; + if(pClusters->GetEntries()>200) fIsWEIGHT = kTRUE; // offset to take into account bkg in reconstruction fThetaBin=750; fThetaMin = 0.0; fThetaMax = 0.75; fDTheta = 0.001; fWindowWidth = 0.045; fMinNumPhots = 3; -- 2.31.1