]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- correct the number of points added to the Riemann fit
authorkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 20 Jul 2009 18:30:12 +0000 (18:30 +0000)
committerkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 20 Jul 2009 18:30:12 +0000 (18:30 +0000)
HLT/TPCLib/AliHLTTPCCalibSeedMakerComponent.cxx

index 179089f67318605f0c080da893d455fb677d0b02..30067cadb723386ac5d26c02043f77f33b2cae41 100644 (file)
@@ -218,7 +218,7 @@ int AliHLTTPCCalibSeedMakerComponent::DoEvent(const AliHLTComponentEventData& /*
 
       for(vector<AliHLTGlobalBarrelTrack>::iterator element=tracks.begin();  element!=tracks.end(); element++){
           
-         AliRieman rieman(1000);
+         AliRieman rieman(element->GetNumberOfPoints());
          rieman.Reset();    
           AliTPCseed *seed = 0x0;
           Double_t param[5]; for(Int_t i=0; i<5;  i++) param[i] = 0.;