]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/totEt/AliAnalysisEtReconstructedEmcal.cxx
reducing coding violations to ALARA levels
[u/mrichter/AliRoot.git] / PWG4 / totEt / AliAnalysisEtReconstructedEmcal.cxx
index 5670969c92967f4ca831f34f8d9cec5a27bd01dc..11b320e9f0b20299aa79c60a244ae422eb8128d0 100644 (file)
@@ -1,3 +1,11 @@
+//_________________________________________________________________________
+//  Utility Class for transverse energy studies
+//  Base class for ESD analysis, for EMCAL
+//  - reconstruction output
+//  implementation file 
+//
+//*-- Authors: Oystein Djuvsland (Bergen), David Silvermyr (ORNL)
+//_________________________________________________________________________
 #include "AliAnalysisEtReconstructedEmcal.h"
 #include "AliAnalysisEtCuts.h"
 #include "AliESDtrack.h"
@@ -8,9 +16,13 @@ AliAnalysisEtReconstructed()
    fHistogramNameSuffix = TString("EmcalRec");    
 }
 
+AliAnalysisEtReconstructedEmcal::~AliAnalysisEtReconstructedEmcal() 
+{
+}
+
 
 void AliAnalysisEtReconstructedEmcal::Init()
-{
+{ // Init
     AliAnalysisEtReconstructed::Init();
     
     fClusterType = EtReconstructedCutsEmcal::kClusterType;