]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSTrackSegmentMakerv1.cxx
Compilation warnings fixed
[u/mrichter/AliRoot.git] / PHOS / AliPHOSTrackSegmentMakerv1.cxx
index 996a309d753c2a9148d5269a81ec60c9e2379891..dde92cf0cc0523c7a82e94468c74010c71f9951f 100644 (file)
@@ -343,7 +343,7 @@ void  AliPHOSTrackSegmentMakerv1::Exec(Option_t * option)
       MakePairs() ;
     }
 
-    WriteTrackSegments(ievent) ;
+    WriteTrackSegments() ;
 
     if(strstr(option,"deb"))
       PrintTrackSegments(option);
@@ -389,7 +389,7 @@ void AliPHOSTrackSegmentMakerv1::Print()const
 }
 
 //____________________________________________________________________________
-void AliPHOSTrackSegmentMakerv1::WriteTrackSegments(Int_t event)
+void AliPHOSTrackSegmentMakerv1::WriteTrackSegments()
 {
   // Writes found TrackSegments to TreeR. Creates branches 
   // "PHOSTS" and "AliPHOSTrackSegmentMaker" with the same title.