]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing debug printout (Solaris)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 24 Feb 2006 10:40:37 +0000 (10:40 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 24 Feb 2006 10:40:37 +0000 (10:40 +0000)
EMCAL/AliEMCALClusterizerv1.cxx
EMCAL/AliEMCALLoader.cxx

index 536a066d00364fdade53c6448b12e5561685a99c..7b6f2fdf67fcf6c8f9c540351533061452251fab 100644 (file)
@@ -463,7 +463,6 @@ void AliEMCALClusterizerv1::MakeClusters()
   // Steering method to construct the clusters stored in a list of Reconstructed Points
   // A cluster is defined as a list of neighbour digits
 
-  cout << "Star of " << __PRETTY_FUNCTION__ << endl;
   AliEMCALLoader *emcalLoader = dynamic_cast<AliEMCALLoader*>(AliRunLoader::GetRunLoader()->GetDetectorLoader("EMCAL"));
 
   TObjArray * aECARecPoints = emcalLoader->RecPoints() ; 
index 6074f07dbf8ed42bf227903fbf608a062e2d5a58..917ce6f9cadc2abef53b6fab52abb9cdbfb5abbb 100644 (file)
@@ -97,7 +97,6 @@ AliEMCALLoader::~AliEMCALLoader()
 Int_t AliEMCALLoader::GetEvent() {
   AliLoader::GetEvent();  // First call AliLoader to do all the groundwork
 
-  AliDebug(1,__PRETTY_FUNCTION__);
   // Now connect and fill TClonesArray
 
   // Hits
@@ -105,7 +104,7 @@ Int_t AliEMCALLoader::GetEvent() {
   if (treeH) {
     treeH->SetBranchAddress(fDetectorName,&fHits);
     if (treeH->GetEntries() > 1)
-      Warning(__PRETTY_FUNCTION__,"multiple arrays in treeH no longer supported");
+      AliWarning("Multiple arrays in treeH no longer supported");
     treeH->GetEvent(0);
   }