X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=PHOS%2FAliPHOSGammaJet.cxx;h=b04234927419d0e88325bcd9be7fd072c5b48602;hp=3b168153fd48764cec4ca48cd0525e276aaf7393;hb=bfbd5665ee83ec5e12fe28ed27bff3182595f115;hpb=7f66ba0405aff06466a0dfdfac018d664bc6e460 diff --git a/PHOS/AliPHOSGammaJet.cxx b/PHOS/AliPHOSGammaJet.cxx index 3b168153fd4..b0423492741 100644 --- a/PHOS/AliPHOSGammaJet.cxx +++ b/PHOS/AliPHOSGammaJet.cxx @@ -17,6 +17,9 @@ /* History of cvs commits: * * $Log$ + * Revision 1.10 2006/01/23 18:04:08 hristov + * Removing meaningless const + * * Revision 1.9 2006/01/12 16:23:26 schutz * ESD is properly read with methods of macros/AliReadESD.C copied in it * @@ -43,20 +46,21 @@ // --- ROOT system --- -#include "TParticle.h" -#include "TCanvas.h" -#include "TPaveLabel.h" -#include "TPad.h" +#include +#include +#include +#include +#include +#include + #include "AliPHOSGammaJet.h" #include "AliPHOSGetter.h" -#include "TH2.h" #include "AliPHOSGeometry.h" #include "AliPHOSFastGlobalReconstruction.h" #include "AliESD.h" #include "AliESDtrack.h" #include "Riostream.h" -//#include "../PYTHIA6/AliGenPythia.h" ClassImp(AliPHOSGammaJet)