X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=EMCAL%2FAliEMCALTrackSegmentMakerv1.h;h=a3d53dcff44ad855310230f23ce6bdf33fb95bca;hp=6b8710fa123975164e3adaec6e3a0b8816e8f3bc;hb=e191bb57c96a66bf4f60381b9a3f8c511bc6188e;hpb=4937011491cee0d38325e84b8ac354e2344be487 diff --git a/EMCAL/AliEMCALTrackSegmentMakerv1.h b/EMCAL/AliEMCALTrackSegmentMakerv1.h index 6b8710fa123..a3d53dcff44 100644 --- a/EMCAL/AliEMCALTrackSegmentMakerv1.h +++ b/EMCAL/AliEMCALTrackSegmentMakerv1.h @@ -26,7 +26,7 @@ class AliEMCALTrackSegmentMakerv1 : public AliEMCALTrackSegmentMaker { public: AliEMCALTrackSegmentMakerv1() ; - AliEMCALTrackSegmentMakerv1(const TString alirunFileNameFile, const TString eventFolderName = AliConfig::fgkDefaultEventFolderName); + AliEMCALTrackSegmentMakerv1(const TString alirunFileNameFile, const TString eventFolderName = AliConfig::GetDefaultEventFolderName()); AliEMCALTrackSegmentMakerv1(const AliEMCALTrackSegmentMakerv1 & tsm):AliEMCALTrackSegmentMaker(tsm) { // cpy ctor: no implementation yet // requested by the Coding Convention