#include "hfilter.h"

HFilter


class description - source file - inheritance tree (.pdf)

class HFilter : public TObject

Inheritance Chart:
TObject
<-
HFilter
<-
HDiHitMatchFilter
HHitFilter
HHitMatchFilter
HLocMaxFilter
HLocMaxFilterSim
HMdcHitsFilter
HRichHitFilter
HRichPadFilter
HTofinoCalSimFilter
HTofRawSimFilter
 [more...]
 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.


    public:
~HFilter() virtual Bool_t check(TObject* obj) static TClass* Class() virtual TClass* IsA() const HFilter& operator=(const HFilter&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members




Class Description

HFilter

  ABC defining the basic interface of filters.

  A filter is a objects which is able to take one YObject and tell
if it pass or not that particular filter.

  The most important method of this class is
HFilter::check(TObject *dataObject), if it returns kTRUE "dataObject"
passes the filter and if the function returns kFALSE, then "dataObject"
doesn't pass the filter.


~HFilter(void)



Inline Functions


             Bool_t check(TObject* obj)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
           HFilter& operator=(const HFilter&)


Author: Manuel Sanchez
Last update: 24/03/98 by Manuel Sanchez
Copyright GENP (Univ. Santiago de Compostela)


ROOT page - Class index - Class Hierarchy - Top of the page

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.