From 86e746edf765ad1286b920dbb655e0db0afeb516 Mon Sep 17 00:00:00 2001 From: richterm Date: Mon, 16 Nov 2009 14:29:20 +0000 Subject: [PATCH] change to prepare for the faster SDD cluster finder (offline). Will be effective with the new offline code. No impact on SPD and SSD cluster finders. (Gaute) --- 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 9a74452a4de..0b7a7c56b14 100644 --- a/HLT/ITS/AliHLTITSClusterFinderComponent.cxx +++ b/HLT/ITS/AliHLTITSClusterFinderComponent.cxx @@ -193,9 +193,9 @@ Int_t AliHLTITSClusterFinderComponent::DoInit( int /*argc*/, const char** /*argv //set dettype fDettype = new AliITSDetTypeRec(); fDettype->SetITSgeom(fgeom); - fDettype->SetDefaultClusterFindersV2(kTRUE); fDettype->SetDefaults(); - + fDettype->SetDefaultClusterFindersV2(kTRUE); + if ( fRawReader ) return -EINPROGRESS; -- 2.39.3