]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/ESD/AliVertexerTracks.h
There is an inconsistency in a way the parameters of GRPRecoParam are
[u/mrichter/AliRoot.git] / STEER / ESD / AliVertexerTracks.h
index 9c51df1c4c8e9985d0e139758129868ddca188dd..50e253a63fe3651a35081c5aa2093e5e8a2d96d7 100644 (file)
@@ -88,7 +88,7 @@ class AliVertexerTracks : public TObject {
                   Double_t fidZ=30.,
                   Int_t finderAlgo=1,
                   Int_t finderAlgoIter0=4); 
-  void  SetCuts(Double_t *cuts);
+  void  SetCuts(Double_t *cuts, int ncuts);
   void  SetConstraintOff() { fConstraint=kFALSE; SetVtxStart(); SetVtxStartSigma(); return; }
   void  SetConstraintOn() { fConstraint=kTRUE; return; }
   void  SetDCAcut(Double_t maxdca) { fDCAcut=maxdca; return; }