]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/RESONANCES/AliRsnCutPIDITS.h
Added first version of cut monitoring + style format applied
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / AliRsnCutPIDITS.h
index 689e0ec48ab8b84d90d5c72f87751252022ffb3b..fa4d6b045d2d992b07532ba51c9d6e86089e5555 100644 (file)
@@ -34,12 +34,12 @@ public:
                    Double_t    nSigmaMax     =  3.,
                    Bool_t      rejectOutside = kTRUE);
 
-   AliRsnCutPIDITS(const AliRsnCutPIDITScopy);
-   AliRsnCutPIDITS& operator=(const AliRsnCutPIDITS& copy);
+   AliRsnCutPIDITS(const AliRsnCutPIDITS &copy);
+   AliRsnCutPIDITS &operator=(const AliRsnCutPIDITS &copy);
    virtual ~AliRsnCutPIDITS() { }
 
-   AliESDpid*       ESDpid()  {return fESDpid;}
-   AliAODpidUtil*   AODpid()  {return fAODpid;}
+   AliESDpid       *ESDpid()  {return fESDpid;}
+   AliAODpidUtil   *AODpid()  {return fAODpid;}
 
    void             SetMC(Bool_t mc = kTRUE)                      {fIsMC = mc;}
    void             SetRejectOutside(Bool_t yn = kTRUE)           {fRejectOutside = yn;}