]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - JETAN/AliPxconeJetHeader.cxx
correct mask for V0 charge decoding in STU payload
[u/mrichter/AliRoot.git] / JETAN / AliPxconeJetHeader.cxx
index eb996840f0a58577877fc0affa3db843efd94d4b..7cf346cc5ebc8dc093732b9b6109b1e4d21c0ba0 100755 (executable)
@@ -27,11 +27,13 @@ ClassImp(AliPxconeJetHeader)
 ////////////////////////////////////////////////////////////////////////
 
 AliPxconeJetHeader::AliPxconeJetHeader():
-  AliJetHeader("AliPxconeJetHeader")
+  AliJetHeader("AliPxconeJetHeader"),
+  fMode(2),
+  fRadius(0.3),
+  fMinPt(10),
+  fOverlap(0.75)
 {
-  //
-  // Constructor
-  //
+  // Default constructor
   SetMode();
   SetRadius();
   SetMinPt();
@@ -41,13 +43,10 @@ AliPxconeJetHeader::AliPxconeJetHeader():
 
 ////////////////////////////////////////////////////////////////////////
  
-void AliPxconeJetHeader::PrintParameters()
+void AliPxconeJetHeader::PrintParameters() const
 
 {
-  //
   // prints out parameters of jet algorithm
-  //
-
   cout << " PXCONE jet algorithm " << endl;
   cout << "  Running mode: " << fMode << endl;
   cout << "  Cone size: " << fRadius << endl;