]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
activating fast SDD cluster finder in HLT
authortbreitne <timo.gunther.breitner@cern.ch>
Thu, 20 Nov 2014 10:06:06 +0000 (11:06 +0100)
committertbreitne <timo.gunther.breitner@cern.ch>
Thu, 20 Nov 2014 10:06:06 +0000 (11:06 +0100)
HLT/ITS/AliHLTITSClusterFinderComponent.cxx

index 64cf8d384c74db586027f839917f30be8e7ab9cc..7d20a319984290db1cfa1f60d7f6c16941484054 100644 (file)
@@ -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);