]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSAnalyze.cxx
Variable format fixed (e.g., fx -> fX)
[u/mrichter/AliRoot.git] / PHOS / AliPHOSAnalyze.cxx
index 79569f08b38e5e8d5024db17d0d602d26474f2ed..5226cb4c2588d3a9f996268c0e8f241c2b599b69 100644 (file)
@@ -78,7 +78,7 @@ AliPHOSAnalyze::AliPHOSAnalyze(Text_t * name)
       gAlice = (AliRun*) fRootFile->Get("gAlice") ;
 
       //=========== Get the PHOS object and associated geometry from the file      
-      fPHOS  = (AliPHOSv5 *)gAlice->GetDetector("PHOS") ;
+      fPHOS  = (AliPHOSv1 *)gAlice->GetDetector("PHOS") ;
       fGeom  = AliPHOSGeometry::GetInstance( fPHOS->GetGeometry()->GetName(), fPHOS->GetGeometry()->GetTitle() );
  
       //========== Initializes the Index to Object converter
@@ -881,7 +881,7 @@ Bool_t AliPHOSAnalyze::Init(Int_t evt)
       
       //=========== Get the PHOS object and associated geometry from the file 
       
-      fPHOS  = (AliPHOSv5 *)gAlice->GetDetector("PHOS") ;
+      fPHOS  = (AliPHOSv1 *)gAlice->GetDetector("PHOS") ;
       fGeom = fPHOS->GetGeometry();
       //      fGeom  = AliPHOSGeometry::GetInstance( fPHOS->GetGeometry()->GetName(), fPHOS->GetGeometry()->GetTitle() );