]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - JETAN/AliPxconeJetHeader.h
Enable writing of a AOD cluster branch (of tpe AliAODJet) with track references,...
[u/mrichter/AliRoot.git] / JETAN / AliPxconeJetHeader.h
index 007b0e62185688127d5c1c1a6bd59acff3e32d95..053fbb8ee0843d54a38ae5a8be1982e1214089d4 100755 (executable)
@@ -30,11 +30,11 @@ class AliPxconeJetHeader : public AliJetHeader
   // Setters
   void SetMode(Int_t m=2) {fMode=m;}
   void SetRadius(Double_t r=0.3) {fRadius=r;}
-  void SetMinPt(Double_t p=10.0) {fMinPt=p;}
-  void SetOverlap(Double_t o=.75) {fOverlap=o;}
+  void SetMinPt(Double_t p=10) {fMinPt=p;}
+  void SetOverlap(Double_t o=0.75) {fOverlap=o;}
 
   // others
-  void PrintParameters();
+  void PrintParameters() const;
    
 protected:
   Int_t fMode;           // ee or pp mode