]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSGammaJet.h
Compilation warnings fixed
[u/mrichter/AliRoot.git] / PHOS / AliPHOSGammaJet.h
index d0fd952fee2c78669d8177b3d51962e4144039c9..31ae00d6896c0b873204f85ad171982cc9782c85 100644 (file)
@@ -20,15 +20,15 @@ public:
 
   AliPHOSGammaJet() ; // default ctor
   AliPHOSGammaJet(const TString inputfilename) ; //ctor 
-  AliPHOSGammaJet(const AliPHOSGammaJet * gj) ; // cpy ctor
+  AliPHOSGammaJet(const AliPHOSGammaJet & gj) ; // cpy ctor
   ~AliPHOSGammaJet() ; // dtor
-  virtual void   Exec(Option_t *option); 
+  virtual void   Exec(Option_t *); 
   void GetGammaJet(TList & particleList, TLorentzVector & gamma, Int_t & id) ; 
   void GetLeadingCharge(TList & particleList, TLorentzVector & charge, Int_t & id) ;
-  void GetLeadingPi0(TList & particleList, TLorentzVector & pi0, Int_t & id) ;
-  void GetLeadingGammaPair(TList &particleList, TLorentzVector &gammapair, Int_t & id, 
-                          Double_t & thetacut,Double_t & ratiocut1, Double_t & ratiocut2,
-                          Double_t & invmasscut1,Double_t & invmasscut2);
+  void GetLeadingPi0(TList & particleList, TLorentzVector & pi0) ;
+//    void GetLeadingGammaPair(TList &particleList, TLorentzVector &gammapair, Int_t & id, 
+//                        Double_t & thetacut,Double_t & ratiocut1, Double_t & ratiocut2,
+//                        Double_t & invmasscut1,Double_t & invmasscut2);
   void Pi0Decay(Double_t mPi0, TLorentzVector &p0, 
                TLorentzVector &p1, TLorentzVector &p2, Double_t &angle) ; 
 private: