]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/RESONANCES/AliRsnCutValue.h
Fixed all fixable coding conventions violations
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / AliRsnCutValue.h
index 4d3c91ceb268f0ea034dd8cd160e83fff4d58988..dae77129ae98d9d13b930c8dbddfde5c8bb00fb4 100644 (file)
@@ -19,7 +19,8 @@
 #define ALIRSNCUTVALUE_H
 
 #include "AliRsnCut.h"
-#include "AliRsnValue.h"
+
+class AliRsnValue;
 
 class AliRsnCutValue : public AliRsnCut {
 public:
@@ -39,7 +40,7 @@ public:
 
 protected:
 
-   AliRsnValue *fValue;
+   AliRsnValue *fValue;   // value object used for cuts
 
    ClassDef(AliRsnCutValue, 1)
 };