From: ivana Date: Fri, 3 Feb 2006 08:32:45 +0000 (+0000) Subject: Getting event number from gAlice instead of header to make it X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=0bf8d810ec2ffb9573772aa26e6cea2a057d4bd9 Getting event number from gAlice instead of header to make it working with raw data. (Sasha) --- diff --git a/MUON/AliMUONClusterFinderAZ.cxx b/MUON/AliMUONClusterFinderAZ.cxx index 58f912bdd03..46497cb0061 100644 --- a/MUON/AliMUONClusterFinderAZ.cxx +++ b/MUON/AliMUONClusterFinderAZ.cxx @@ -28,7 +28,6 @@ #include "AliMUONClusterDrawAZ.h" #include "AliMUONVGeometryDESegmentation.h" #include "AliMUONGeometryModuleTransformer.h" -#include "AliHeader.h" #include "AliRun.h" #include "AliMUON.h" #include "AliMUONDigit.h" @@ -110,7 +109,7 @@ void AliMUONClusterFinderAZ::FindRawClusters() // To provide the same interface as in AliMUONClusterFinderVS ResetRawClusters(); - EventLoop (gAlice->GetHeader()->GetEvent(), fInput->Chamber()); + EventLoop (gAlice->GetEvNumber(), fInput->Chamber()); } //_____________________________________________________________________________