X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PHOS%2FPHOSHistos.cxx;h=30fc014fb26f0b71c947497c094212901ebeef79;hb=9bf526d6053eb3de1debffd3cd5b052c3990fb88;hp=b746f08f472a98e212dcd323e3cd3c7c54b13157;hpb=ad8cfaf45387c79dfe79ba3cfec645132129bc9a;p=u%2Fmrichter%2FAliRoot.git diff --git a/PHOS/PHOSHistos.cxx b/PHOS/PHOSHistos.cxx index b746f08f472..30fc014fb26 100644 --- a/PHOS/PHOSHistos.cxx +++ b/PHOS/PHOSHistos.cxx @@ -26,7 +26,6 @@ // --- Standard library --- -#include #include @@ -40,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" @@ -60,7 +59,7 @@ void PHOSHistos (Text_t* infile, Int_t nevent, Int_t Module) AliPHOSTrackSegmentMakerv1 * tracksegmentmaker = new AliPHOSTrackSegmentMakerv1() ; //========== Creates the particle identifier AliPHOSPIDv1 * particleidentifier = new AliPHOSPIDv1 ; - cout << "AnalyzeOneEvent > using particle identifier " << particleidentifier->GetName() << endl ; + Info("PHOSHistos", "AnalyzeOneEvent > using particle identifier %s\n", particleidentifier->GetName() ) ; TH1F * hEmcDigit = new TH1F("hEmcDigit","hEmcDigit",1000,0.,5.); TH1F * hVetoDigit = new TH1F("hVetoDigit","hVetoDigit",1000,0.,3.e-5); @@ -86,9 +85,9 @@ 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) ; - cout << "Event " << ievent <