X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EMCAL%2FAliEMCALClusterizer.h;h=bd61d21661d1905d11788baacbf7d79ca864f66e;hb=e191bb57c96a66bf4f60381b9a3f8c511bc6188e;hp=9e56693749df8cbb232f62eb4523db7f7602d83a;hpb=12c4dd9574c229d7a3d2dfeaa341aae6b6a95435;p=u%2Fmrichter%2FAliRoot.git diff --git a/EMCAL/AliEMCALClusterizer.h b/EMCAL/AliEMCALClusterizer.h index 9e56693749d..bd61d21661d 100644 --- a/EMCAL/AliEMCALClusterizer.h +++ b/EMCAL/AliEMCALClusterizer.h @@ -14,6 +14,7 @@ // --- ROOT system --- #include "TTask.h" +#include "AliConfig.h" // --- Standard library --- @@ -24,8 +25,8 @@ class AliEMCALClusterizer : public TTask { public: AliEMCALClusterizer() ; // default ctor - AliEMCALClusterizer(const TString alirunFileName, const TString eventFolderName = AliConfig::fgkDefaultEventFolderName) ; - virtual ~AliEMCALClusterizer() ; // dtor + AliEMCALClusterizer(const TString alirunFileName, const TString eventFolderName = AliConfig::GetDefaultEventFolderName()) ; + 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. ; }