]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSGammaJet.h
Compilation warnings fixed by T.P.
[u/mrichter/AliRoot.git] / PHOS / AliPHOSGammaJet.h
index 8fddafdbd80369991f2469a68df3023f28f7fa5c..ebe3bfbfebcf2f5b3056d9a02eddbc3e2c848e8e 100644 (file)
@@ -4,6 +4,11 @@
  * See cxx source for full Copyright notice     */
 /* $Id$ */
 
+/* History of cvs commits:
+ *
+ * $Log$
+ */
+
 //_________________________________________________________________________
 //  Class for the analysis of gamma-jet correlations.     
 //  Basically it seaches for a prompt photon in the PHOS acceptance, 
@@ -69,7 +74,7 @@ public:
    Bool_t   IsOnlyCharged() const {return fOnlyCharged ; }
 
   void Plot(TString what="all", Option_t *option="") const;
-  void Print(char * opt);
+  void Print(const Option_t * opt)const;
 
   void SetAngleMaxParam(Int_t i, Double_t par)
   {fAngleMaxParam.AddAt(par,i) ; }