//*-- Author: Alberica Toia
//*-- Modified: Joern Wuestenfeld 05/19/2005

#ifndef HLOCMAXFILTER_H
#define HLOCMAXFILTER_H

#include "hfilter.h" 

class TObject;
// ***************************************************************************

class HLocMaxFilter : public HFilter
{
// ***************************************************************************
 public:    
    HLocMaxFilter(void); 
    ~HLocMaxFilter(void);
    Bool_t check(TObject *obj);

    ClassDef(HLocMaxFilter,1) // Local maximum filter for RICH data
  };

//============================================================================
 
#endif  // HLOCMAXFILTER_H

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

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.