]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/RESONANCES/AliRsnDaughterSelector.h
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGLF / RESONANCES / AliRsnDaughterSelector.h
index 44d778cea2535633e63691dc796ca134dd2e60db..c751d5d2d7069b00bae5688fcf7fcc210a9a2ac5 100644 (file)
@@ -35,10 +35,10 @@ public:
 
    TClonesArray *GetCutSetC() {return &fCutSetsC;}
    TClonesArray *GetCutSetN() {return &fCutSetsN;}
-   
+
    void          AddAction(AliRsnAction *action);
    TObjArray    *GetActions() { return &fActions; }
-   
+
    void SetLabelCheck(Bool_t useLabelCheck = kTRUE) { fUseLabelCheck = useLabelCheck;}
 
 private:
@@ -49,9 +49,9 @@ private:
    TClonesArray fEntryListsN;     // entry lists for neutrals
    TClonesArray fEntryListsP;     // entry lists for charged (one per sign)
    TClonesArray fEntryListsM;     // entry lists for charged (one per sign)
-   
+
    Bool_t       fUseLabelCheck;   // flag is reapiting of label should be checked
-   
+
    TObjArray    fActions;
 
    ClassDef(AliRsnDaughterSelector, 3)