X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ANALYSIS%2FAliEventCut.h;h=198fd5b00694a930731c7d9db4330ec98ac7c6c8;hb=efa20e6cb85363154a6cecea8eb1632eb4f8ec5f;hp=882daf3d1eddb0fe2ca483e4381a70ac5f277cb1;hpb=0a4cc2790e6a68c7900fec3040f0bc307ed75aee;p=u%2Fmrichter%2FAliRoot.git diff --git a/ANALYSIS/AliEventCut.h b/ANALYSIS/AliEventCut.h index 882daf3d1ed..198fd5b0069 100644 --- a/ANALYSIS/AliEventCut.h +++ b/ANALYSIS/AliEventCut.h @@ -1,6 +1,6 @@ #ifndef ALIEVENTCUT_H #define ALIEVENTCUT_H -//________________________________ + /////////////////////////////////////////////////////////// // // class AliEventCut @@ -9,7 +9,7 @@ // Each of base event cut checks only one property. // Logical base cuts also exists that point to other base cuts. // Using them one can build complicated cut with binary tree structure -// +// Author: Piotr.Skowronski@cern.ch /////////////////////////////////////////////////////////// #include @@ -17,7 +17,6 @@ #include "AliEventBaseCut.h" class AliAOD; -enum AliEventBaseCut::EEventCutProperty; class AliEventCut: public TObject { @@ -37,7 +36,7 @@ class AliEventCut: public TObject protected: AliEventBaseCut* FindCut(AliEventBaseCut::EEventCutProperty prop); - TObjArray fBaseCuts; + TObjArray fBaseCuts; // Array of cuts private: ClassDef(AliEventCut,1) };