]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/RESONANCES/AliRsnCut.h
Added first version of cut monitoring + style format applied
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / AliRsnCut.h
index 1c42a478bbaa30a402eb9efffdb88f4bdf17454f..b6c91ec48c94883956ecf187bcf14734ebb91e64 100644 (file)
@@ -26,8 +26,8 @@ public:
    AliRsnCut(const char *name = "dummy", RSNTARGET target = AliRsnTarget::kTargetTypes);
    AliRsnCut(const char *name, RSNTARGET target, Int_t    imin, Int_t    imax = 0 , Double_t dmin = 0., Double_t dmax = 0.);
    AliRsnCut(const char *name, RSNTARGET target, Double_t dmin, Double_t dmax = 0., Int_t    imin = 0 , Int_t    imax = 0);
-   AliRsnCut(const AliRsnCutcopy);
-   AliRsnCut& operator=(const AliRsnCut& copy);
+   AliRsnCut(const AliRsnCut &copy);
+   AliRsnCut &operator=(const AliRsnCut &copy);
    virtual ~AliRsnCut() { };
 
    Int_t            GetMinI()      const {return fMinI;}