#ifndef HDIHITMATCHFILTER_H
#define HDIHITMATCHFILTER_H
#include "hfilter.h"
#include "hdihitmatch.h"
#include "hparset.h"
class HDiHitMatchFilter : public HFilter{
public:
    HDiHitMatchFilter(void){;}
    ~HDiHitMatchFilter(void){;}
    Bool_t check(TObject* pHit);
    void initCuts(HParSet*);
ClassDef(HDiHitMatchFilter,1)

private:

};


#endif /* !HDIHITMATCHFILTER_H */





Last change: Sat May 22 12:54:44 2010
Last generated: 2010-05-22 12:54

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.