]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/RESONANCES/AliRsnCutPIDITS.cxx
Added first version of cut monitoring + style format applied
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / AliRsnCutPIDITS.cxx
index d27bd384a6ea165d436487f04f81c41b781629c6..f0a06757aff76fc78b29fe505e5b7754b6ad6973 100644 (file)
@@ -46,7 +46,7 @@ AliRsnCutPIDITS::AliRsnCutPIDITS
 
 //_________________________________________________________________________________________________
 AliRsnCutPIDITS::AliRsnCutPIDITS
-(const AliRsnCutPIDITScopy) :
+(const AliRsnCutPIDITS &copy) :
    AliRsnCut(copy),
    fIsMC(copy.fIsMC),
    fRejectOutside(copy.fRejectOutside),
@@ -62,15 +62,15 @@ AliRsnCutPIDITS::AliRsnCutPIDITS
 }
 
 //_________________________________________________________________________________________________
-AliRsnCutPIDITS& AliRsnCutPIDITS::operator=(const AliRsnCutPIDITS& copy)
+AliRsnCutPIDITS &AliRsnCutPIDITS::operator=(const AliRsnCutPIDITS &copy)
 {
 //
 // Assignment operator
 //
 
    AliRsnCut::operator=(copy);
-  if (this == &copy)
-    return *this;
+   if (this == &copy)
+      return *this;
 
    fIsMC          = copy.fIsMC;
    fRejectOutside = copy.fRejectOutside;