]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSFastGlobalReconstruction.cxx
Moving to the new VMC naming convention
[u/mrichter/AliRoot.git] / PHOS / AliPHOSFastGlobalReconstruction.cxx
index c2f1fd05e2707558be0f26e5d7f6b0da52d7d54c..72ddac2c31bb16d7ba44d9ed56b1d60e11ccf428 100644 (file)
@@ -48,7 +48,7 @@ AliPHOSFastGlobalReconstruction::AliPHOSFastGlobalReconstruction(const char* hea
   // create an instance of the PHOS getter,
   // create an array or reconstructed particles.
 
-  gime = AliPHOSGetter::GetInstance(headerFile);
+  gime = AliPHOSGetter::Instance(headerFile);
   fGenerator = gAlice->Generator();
   fParticles = new TClonesArray("TParticle",100);
   fNParticles = 0;
@@ -76,7 +76,7 @@ void AliPHOSFastGlobalReconstruction::FastReconstruction(Int_t event)
   TLorentzVector p,v;
   Int_t kf,ks,imom1,imom2,idaug1,idaug2;
 
-  gime->Event(event,"P") ;
+  gime->Event(event,"X") ;
   fParticles  ->Clear();
   fNParticles = 0;
   Int_t        nPrimaries = gime->NPrimaries();