]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSGammaJet.h
Adding MUON HLT code to the repository.
[u/mrichter/AliRoot.git] / PHOS / AliPHOSGammaJet.h
index 9fb3a5c085cac834daea7f5f02b9d40f16e1a09b..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) ; }
@@ -145,7 +150,7 @@ public:
               Double_t ptl, Double_t phil, Double_t etal, 
               TString  type, TLorentzVector & jet); 
   void MakeJetAnyConeOrPt(TClonesArray * particleList, Double_t ptg, 
-                         Double_t phil, Double_t ptl, Double_t phil, 
+                         Double_t phig, Double_t ptl, Double_t phil, 
                          Double_t etal, TString  type); 
   void GetGammaJet(TClonesArray * pl,  Double_t &pt, 
                   Double_t &phi, Double_t &eta, Bool_t &Is)  const;