]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/MUONrawclusters.C
Small correction to the previous.
[u/mrichter/AliRoot.git] / MUON / MUONrawclusters.C
index 84c2ac2001d06672ad16a2eed9245fa14bd165ba..1fb461fca3e50c396962ba3d1c859d399fcfdfed 100644 (file)
@@ -58,6 +58,6 @@ void MUONrawclusters (Int_t evNumber1=0,Int_t evNumber2=0)
 //
     Int_t Nh=0;
     Int_t Nh1=0;
 //
     Int_t Nh=0;
     Int_t Nh1=0;
-    gAlice->RunReco("MUON", evNumber1, evNumber2+1);
+    gAlice->RunReco("MUON", evNumber1, evNumber2);
 }
 
 }