#ifndef HPIDSKIPTRIGGER_H
#define HPIDSKIPTRIGGER_H
#include "hreconstructor.h"
#include "hcategory.h"
#include "hiterator.h"
class HPidSkipTrigger : public HReconstructor
{
public:
HPidSkipTrigger(const Text_t name[],const Text_t title[],const Option_t option[]="");
HPidSkipTrigger(const Text_t option[]="");
~HPidSkipTrigger(void) {;};
virtual Int_t execute(void);
virtual Bool_t init(void);
virtual Bool_t reinit(void);
virtual Bool_t finalize(void);
protected:
Int_t nTot;
Int_t nSkip;
Int_t nAccept;
void setDefault(void);
void setOptions(const Option_t* );
enum skiptrigger {none,lvl1,lvl2};
Bool_t bSkip2ndLvlEvents;
Bool_t bSkip1stLvlEvents;
Bool_t bSkipLowMult;
Bool_t bSkipTrigM4;
Bool_t bSkipNotTrigM18;
ClassDef(HPidSkipTrigger, 0)
};
#endif //HPidSkipTrigger
Last change: Sat May 22 13:07:28 2010
Last generated: 2010-05-22 13:07
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.