From 75e6c9afa77e8a6768d8f3bc77f830f87e52dbf7 Mon Sep 17 00:00:00 2001 From: hristov Date: Fri, 25 Jan 2008 22:02:04 +0000 Subject: [PATCH] No unfolding by default to avoid problems in the reconstruction of RAW data --- HMPID/AliHMPIDReconstructor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HMPID/AliHMPIDReconstructor.h b/HMPID/AliHMPIDReconstructor.h index 88acca81104..9d94ac13649 100644 --- a/HMPID/AliHMPIDReconstructor.h +++ b/HMPID/AliHMPIDReconstructor.h @@ -32,7 +32,7 @@ public: using AliReconstructor::Reconstruct; // //private part - static void Dig2Clu (TObjArray *pDigLst,TObjArray *pCluLst,Bool_t isUnfold=kTRUE );//digits->clusters + static void Dig2Clu (TObjArray *pDigLst,TObjArray *pCluLst,Bool_t isUnfold=kFALSE );//digits->clusters static void FormClu (AliHMPIDCluster *pClu,AliHMPIDDigit *pDig,TClonesArray *pDigLst,TMatrixF *pPadMap);//cluster formation recursive algorithm static inline AliHMPIDDigit* UseDig (Int_t padX,Int_t padY, TClonesArray *pDigLst,TMatrixF *pDigMap);//use this pad's digit to form a cluster inline Bool_t IsDigSurvive(AliHMPIDDigit *pDig )const;//check for sigma cut -- 2.43.0