#ifndef HMDCSEGMENTSFILTER_H
#define HMDCSEGMENTSFILTER_H
# include "hfilter.h"
# include "hmdchitaux.h"
class HMdcHitsFilter : public HFilter{
public:
HMdcHitsFilter(void){;}
~HMdcHitsFilter(void){;}
Bool_t check(TObject* segment);
ClassDef(HMdcHitsFilter,1)
};
#endif
Last change: Sat May 22 13:02:27 2010
Last generated: 2010-05-22 13:02
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.