]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/AliCentraldNdetaTask.cxx
Fix some problems with PAR file generation.
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / AliCentraldNdetaTask.cxx
index 3b201febf3db0b6aaf492113224f53d79f07955c..7204b5096dccece62accc65d83a4541ae65e69b4 100644 (file)
@@ -22,6 +22,7 @@ ClassImp(AliCentraldNdetaTask)
 AliCentraldNdetaTask::AliCentraldNdetaTask(const char*)
   : AliBasedNdetaTask("Central") 
 { 
+  DGUARD(fDebug,0,"Named construction of AliCentraldNdetaTask");
   fSymmetrice = false; 
   fCorrEmpty  = false;
   SetTitle("Central");
@@ -32,6 +33,7 @@ TH2D*
 AliCentraldNdetaTask::GetHistogram(const AliAODEvent* aod, Bool_t mc) 
 {
   // Get objects from the event structure 
+  DGUARD(fDebug,2,"Get our histogram for AliCentraldNdetaTask");
   TObject* obj = 0;
   if (mc) obj = aod->FindListObject("CentralClustersMC");
   else    obj = aod->FindListObject("CentralClusters");