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

#ifndef HLOCMAXFILTERSIM_H
#define HLOCMAXFILTERSIM_H

#include "hfilter.h" 

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

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

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

//============================================================================
 
#endif  // HLOCMAXFILTERSIM_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.