]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - JETAN/AliPxconeJetHeader.h
Histogram ranges changed to cut off saturation peak and noise
[u/mrichter/AliRoot.git] / JETAN / AliPxconeJetHeader.h
index 1e1acb5470bd263d2ff4307794346b7acad5eebd..053fbb8ee0843d54a38ae5a8be1982e1214089d4 100755 (executable)
@@ -30,8 +30,8 @@ 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() const;