]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/PartCorrDep/AliAnalysisTaskPHOSExample.h
fix warnings
[u/mrichter/AliRoot.git] / PWG4 / PartCorrDep / AliAnalysisTaskPHOSExample.h
index b322c105f9bd6cb24ccdc5f78851ffb17f251b9e..aaa792719873f3059ca3a2affd11a5a82565a926 100755 (executable)
@@ -33,7 +33,7 @@ public:
   virtual void Init() ;        
   virtual void LocalInit() { Init() ; }
   virtual void UserExec(Option_t * opt = "") ;
-  const Float_t  GetPhotonId() const { return fPhotonId ; }
+  Float_t  GetPhotonId() const { return fPhotonId ; }
   void SetDebugLevel(Int_t level) { fDebug = level ; }
   void SetPhotonId(Float_t threshold) { fPhotonId = threshold ; }
   virtual void Terminate(Option_t * opt = "") ;