#ifndef HRICHCUTTRACKLETSIM_H
#define HRICHCUTTRACKLETSIM_H
#include "hrichcuttracklet.h"
class HHitMatchSim;
class HRichCutTrackletSim : public HRichCutTracklet {
public:
HRichCutTrackletSim();
HRichCutTrackletSim(const Text_t *name,const Text_t *title);
~HRichCutTrackletSim() {}
void printCutList(const Char_t *);
void printCutList();
void reset();
void setStandardCuts();
Bool_t switchTo(const Char_t*,Bool_t clear=kTRUE);
Bool_t check(HHitMatchSim*);
protected:
Bool_t isConv(HHitMatchSim*);
Bool_t isDalitz(HHitMatchSim*);
Bool_t isSim;
Int_t kisConv;
Int_t kisDalitz;
ClassDef(HRichCutTrackletSim,1)
};
#endif
Last change: Sat May 22 13:08:36 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.