]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
cosmetics
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 4 Feb 2004 17:48:14 +0000 (17:48 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 4 Feb 2004 17:48:14 +0000 (17:48 +0000)
EMCAL/AliEMCALClusterizer.h
EMCAL/AliEMCALClusterizerv1.cxx

index 9e56693749df8cbb232f62eb4523db7f7602d83a..28fb44c27ee57ba04cac9ee0fa6bee9161df5816 100644 (file)
@@ -14,6 +14,7 @@
 // --- ROOT system ---
 
 #include "TTask.h" 
+#include "AliConfig.h"
 
 // --- Standard library ---
 
@@ -25,7 +26,7 @@ public:
 
   AliEMCALClusterizer() ;        // default ctor
   AliEMCALClusterizer(const TString alirunFileName, const TString eventFolderName = AliConfig::fgkDefaultEventFolderName) ;
-  virtual ~AliEMCALClusterizer() ; // dtor
+  virtual ~AliEMCALClusterizer() ; // dtorEM
 
   virtual Float_t GetTowerClusteringThreshold()const {Warning("GetTowerClusteringThreshold", "Not Defined") ; return 0. ; }
   virtual Float_t GetTowerLocalMaxCut()const {Warning("GetTowerLocalMaxCut", "Not Defined") ; return 0. ; }
index 983703d2ff2ea94bcb535bc7455e7749ff9bce6e..de4df345a4c1a63e95b271613c1379228b5b7f17 100644 (file)
@@ -567,7 +567,7 @@ void AliEMCALClusterizerv1::Print(Option_t * /*option*/)const
     printf("\n                           Branch: "); 
     printf(GetName()); 
     printf("\n                       ECA Local Maximum cut    = %f", fECALocMaxCut); 
-    printf("\n                       ECA Logarothmic weight   = %f", fECAW0); 
+    printf("\n                       ECA Logarithmic weight   = %f", fECAW0); 
     if(fToUnfold)
       printf("\nUnfolding on\n");
     else
@@ -582,7 +582,8 @@ void AliEMCALClusterizerv1::Print(Option_t * /*option*/)const
 //____________________________________________________________________________
 void AliEMCALClusterizerv1::PrintRecPoints(Option_t * option)
 {
-  // Prints list of RecPoints produced at the current pass of AliEMCALClusterizer 
+  // Prints list of RecPoints produced at the current pass of AliEMCALClusterizer
+
   TObjArray * aECARecPoints = AliEMCALGetter::Instance()->ECARecPoints() ; 
   printf("PrintRecPoints: Clusterization result:") ;