]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/RESONANCES/AliRsnCutMgr.h
Modifications in analysis tasks for train
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / AliRsnCutMgr.h
index 7c15ebbb08676d8e5e0291bb08aa257aa2728090..1ca6b4776b08612e370a98485ff3f627431cd63e 100644 (file)
@@ -12,8 +12,7 @@
 #ifndef ALIRSNCUTMGR_H
 #define ALIRSNCUTMGR_H
 
-#include "TNamed.h"
-#include "TObjArray.h"
+#include <TNamed.h>
 
 #include "AliRsnCut.h"
 
@@ -27,9 +26,9 @@ class AliRsnCutMgr : public TNamed
     AliRsnCutMgr(const char *name, const char* title);
     ~AliRsnCutMgr();
 
-    void          SetCutSet(AliRsnCut::ETarget type, AliRsnCutSet* cutset);
+    void          SetCutSet(AliRsnCut::ETarget type, AliRsnCutSet*const cutset);
     AliRsnCutSet* GetCutSet(AliRsnCut::ETarget type) {return fCutSets[type];}
-    Bool_t        IsSelected(AliRsnCut::ETarget type, TObject *obj);
+    Bool_t        IsSelected(AliRsnCut::ETarget type, TObject *const obj);
 
   private:
 
@@ -39,7 +38,7 @@ class AliRsnCutMgr : public TNamed
 
     AliRsnCutSet *fCutSets[AliRsnCut::kLastCutTarget];  // cut definitions for all targets
 
-    ClassDef(AliRsnCutMgr, 1);  // dictionary
+    ClassDef(AliRsnCutMgr, 1)  // dictionary
 };
 
 #endif