]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - CORRFW/AliCFUnfolding.h
Merge branch 'master' of https://git.cern.ch/reps/AliRoot
[u/mrichter/AliRoot.git] / CORRFW / AliCFUnfolding.h
index 9a01fc8c368d6829ae55740dd138d8d672c014b6..a12cce80d55da89a31020ce0a1229365f9f07930 100644 (file)
@@ -35,6 +35,8 @@ class AliCFUnfolding : public TNamed {
     fMaxNumIterations = n;
   }
 
+  void SetNRandomIterations(Int_t n = 100) {fNRandomIterations = n;};
+
   void UseSmoothing(TF1* fcn=0x0, Option_t* opt="iremn") { // if fcn=0x0 then smooth using neighbouring bins 
     fUseSmoothing=kTRUE;                                   // this function must NOT be used if fNVariables > 3
     fSmoothFunction=fcn;                                   // the option "opt" is used if "fcn" is specified