]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/RESONANCES/AliRsnCutValue.h
Added first version of cut monitoring + style format applied
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / AliRsnCutValue.h
index dae77129ae98d9d13b930c8dbddfde5c8bb00fb4..94438799c801c64ca2085e45c068bb31d2e9002c 100644 (file)
@@ -27,12 +27,12 @@ public:
 
    AliRsnCutValue();
    AliRsnCutValue(const char *name, Double_t min, Double_t max);
-   AliRsnCutValue(const AliRsnCutValuecopy);
-   AliRsnCutValue& operator=(const AliRsnCutValue& copy);
+   AliRsnCutValue(const AliRsnCutValue &copy);
+   AliRsnCutValue &operator=(const AliRsnCutValue &copy);
    virtual ~AliRsnCutValue() { }
 
    Double_t       GetComputedValue()              {if (fValue) return fValue->GetComputedValue(); return -1E20;}
-   AliRsnValue*   GetValueObj()                   {return fValue;}
+   AliRsnValue   *GetValueObj()                   {return fValue;}
    void           SetValueObj(AliRsnValue *value) {fValue = value; SetTargetType(value->GetTargetType());}
 
    virtual Bool_t IsSelected(TObject *object);