]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALTrackSegmentMakerv1.h
Modifications for the xlc compiler
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALTrackSegmentMakerv1.h
index 2ff675e624c76bb1afd3dafde05c626911fe69af..a3d53dcff44ad855310230f23ce6bdf33fb95bca 100644 (file)
@@ -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
@@ -67,7 +67,7 @@ private:
   Int_t fNTrackSegments ;        // number of track segments found 
   Int_t fTrackSegmentsInRun ;    //! Total number of track segments in one run
 
-  ClassDef( AliEMCALTrackSegmentMakerv1,3)  // Implementation version 1 of algorithm class to make EMCAL track segments 
+  ClassDef( AliEMCALTrackSegmentMakerv1,4)  // Implementation version 1 of algorithm class to make EMCAL track segments 
 
 };