From 8700980dc38b779ccc78c7695a5180d5ed81bf13 Mon Sep 17 00:00:00 2001 From: tbreitne Date: Thu, 20 Nov 2014 11:06:06 +0100 Subject: [PATCH] activating fast SDD cluster finder in HLT --- HLT/ITS/AliHLTITSClusterFinderComponent.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HLT/ITS/AliHLTITSClusterFinderComponent.cxx b/HLT/ITS/AliHLTITSClusterFinderComponent.cxx index 64cf8d384c7..7d20a319984 100644 --- a/HLT/ITS/AliHLTITSClusterFinderComponent.cxx +++ b/HLT/ITS/AliHLTITSClusterFinderComponent.cxx @@ -250,7 +250,7 @@ Int_t AliHLTITSClusterFinderComponent::DoInit( int argc, const char** argv ) { fDettype = new AliITSDetTypeRec(); fDettype->SetITSgeom(fgeom); fDettype->SetDefaults(); - fDettype->SetDefaultClusterFindersV2(kTRUE); + fDettype->SetDefaultClusterFindersV2(kTRUE,kTRUE); if ( fRawReader ) return -EINPROGRESS; @@ -393,7 +393,7 @@ int AliHLTITSClusterFinderComponent::DoEvent fDettype->SetTreeAddressR(tR); Option_t *opt="All"; fBenchmark.Start(1); - fDettype->DigitsToRecPoints(tD,tR,0,opt,0); + fDettype->DigitsToRecPoints(tD,tR,0,opt,1); fBenchmark.Stop(1); TClonesArray * fRecPoints = NULL; tR->SetBranchAddress("ITSRecPoints",&fRecPoints); -- 2.43.5