#ifndef HRICHCUTPAIRSIM_H
#define HRICHCUTPAIRSIM_H
#include "hrichcutpair.h"
class HDiHitMatchSim;
class HRichCutPairSim : public HRichCutPair {
public:
    HRichCutPairSim();
    HRichCutPairSim(const Text_t *name,const Text_t *title);
    ~HRichCutPairSim() {}
    void printCutList(const Char_t *);
    void printCutList();
    void reset();
    void setStandardCuts();
    void getDalitzPairTrkNb(HDiHitMatchSim*,Int_t&,Int_t&);
    void getConvPairTrkNb(HDiHitMatchSim*,Int_t&,Int_t&);
    Bool_t switchTo(const Char_t*,Bool_t clear=kTRUE);
    Bool_t check(HDiHitMatchSim*);
protected:
    Bool_t isPhysCBPair(HDiHitMatchSim*);
    Bool_t isFakePair(HDiHitMatchSim*);
    Bool_t isConvPair(HDiHitMatchSim*);
    Bool_t isDalitzPair(HDiHitMatchSim*);
    Bool_t isEtaDalitzPair(HDiHitMatchSim*);
    Bool_t isAllCombiPair(HDiHitMatchSim*);
    Bool_t isLepCombiPair(HDiHitMatchSim*);
  
    Bool_t isSim; 
  
    
  
    Int_t kisPhysCBPair;
    Int_t kisFakePair;
    Int_t kisConvPair;
    Int_t kisDalitzPair;
    Int_t kisEtaDalitzPair;
    Int_t kisAllCombiPair;
    Int_t kisLepCombiPair;
    ClassDef(HRichCutPairSim,1) 
};
#endif
Last change: Sat May 22 13:08:34 2010
Last generated: 2010-05-22 13:08
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.