]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - JETAN/AliPxconeJetHeader.cxx
Modifications needed to do the following:
[u/mrichter/AliRoot.git] / JETAN / AliPxconeJetHeader.cxx
index eb996840f0a58577877fc0affa3db843efd94d4b..32fb1f7aadda119adac29118a97abfeee2f91a78 100755 (executable)
@@ -29,9 +29,7 @@ ClassImp(AliPxconeJetHeader)
 AliPxconeJetHeader::AliPxconeJetHeader():
   AliJetHeader("AliPxconeJetHeader")
 {
-  //
   // Constructor
-  //
   SetMode();
   SetRadius();
   SetMinPt();
@@ -41,13 +39,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;