//*-- Author: Joern Wuestenfeld 07/07/2005
//*-- Modified:
//*-- Version: $Id: hmuemueventfilter.h,v 1.2 2009-07-15 11:34:06 halo Exp $

#ifndef HMUEMUEVENTFILTER_H
#define HMUEMUEVENTFILTER_h

#include "hreconstructor.h"

class HEventHeader;

class HMUEmuEventFilter : public HReconstructor
{
  protected:
    HEventHeader *eventHeader;

  public:
    HMUEmuEventFilter(const Text_t *name,const Text_t *title);
    HMUEmuEventFilter(void);
    virtual ~HMUEmuEventFilter(void);

    virtual Bool_t init(void);
    virtual Bool_t finalize(void);
    virtual Bool_t reinit(void);
    virtual Int_t execute(void);

    ClassDef(HMUEmuEventFilter,0)
};

#endif

Last change: Sat May 22 12:59:16 2010
Last generated: 2010-05-22 12:59

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.