X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PHOS%2FPHOSHistos.cxx;h=30fc014fb26f0b71c947497c094212901ebeef79;hb=66b7af3215a3a680e090fd5cdf3b161ab668ff8b;hp=01e665e522581b0d1b787d22f5f76c0f90d83b07;hpb=15dfd8929cc449f4c0d849259583856bdec09007;p=u%2Fmrichter%2FAliRoot.git diff --git a/PHOS/PHOSHistos.cxx b/PHOS/PHOSHistos.cxx index 01e665e5225..30fc014fb26 100644 --- a/PHOS/PHOSHistos.cxx +++ b/PHOS/PHOSHistos.cxx @@ -39,7 +39,7 @@ #include "AliPHOSEmcRecPoint.h" #include "AliPHOSPpsdRecPoint.h" #include "AliPHOSClusterizerv1.h" -#include "AliPHOSReconstructioner.h" +#include "AliPHOSReconstructor.h" #include "AliPHOSTrackSegment.h" #include "AliPHOSTrackSegmentMakerv1.h" #include "AliPHOSPIDv1.h" @@ -85,7 +85,7 @@ void PHOSHistos (Text_t* infile, Int_t nevent, Int_t Module) clusterizer->SetCalibrationParameters(0., 0.00000001) ; //========== Creates the Reconstructioner - AliPHOSReconstructioner * Reconstructioner = new AliPHOSReconstructioner(clusterizer, tracksegmentmaker, particleidentifier) ; + AliPHOSReconstructor * Reconstructioner = new AliPHOSReconstructor(clusterizer, tracksegmentmaker, particleidentifier) ; Info("PHOSHistos", "Event %d\n", ievent);