// $Id: hrichcuttrackletsim.h,v 1.4 2009-07-15 11:39:21 halo Exp $
// Last update by Thomas Eberl: 03/03/10 14:12:35
//
#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*);

  // meta info on cut
    Bool_t isSim;//!

  // values

    

  // log whether active
    Int_t kisConv;
    Int_t kisDalitz;


    ClassDef(HRichCutTrackletSim,1) // Single particle cuts

};

#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.