]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Corrected typedef name (alphacxx6)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 24 Jun 2005 10:52:19 +0000 (10:52 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 24 Jun 2005 10:52:19 +0000 (10:52 +0000)
ANALYSIS/AliTrackPoints.h

index 4abf397f500ebc3dbc76d99a261270f0956556f9..36a19f9cfda7fdac45b5aa4738ff83b207a88c20 100644 (file)
@@ -21,12 +21,12 @@ class AliESDtrack;
 class AliTrackPoints: public TObject
 {
   public:
 class AliTrackPoints: public TObject
 {
   public:
-    typedef enum ETypes
+    typedef enum
       {//defines the type and the track points are calculated
         kITS = 1,//points calculated in ITS, made out of the vector at vertex
         kITSInnerFromVertexOuterFromTPC //for ITS, for 3 inner layers calculated out of the vector at vertex
                                         //         for 3 outer ---------------//------------------ at inner TPC
       {//defines the type and the track points are calculated
         kITS = 1,//points calculated in ITS, made out of the vector at vertex
         kITSInnerFromVertexOuterFromTPC //for ITS, for 3 inner layers calculated out of the vector at vertex
                                         //         for 3 outer ---------------//------------------ at inner TPC
-      };
+      } ETypes;
 
     AliTrackPoints();
     AliTrackPoints(AliTrackPoints::ETypes type, AliESDtrack* track, Float_t mf);
 
     AliTrackPoints();
     AliTrackPoints(AliTrackPoints::ETypes type, AliESDtrack* track, Float_t mf);