HCut
class description - source file - inheritance tree (.pdf)
    public:
                      HCut()
                      HCut(const Text_t* name, const Text_t* title)
                      HCut(const HCut&)
                      ~HCut()
       static TClass* Class()
      virtual TClass* IsA() const
                HCut& operator=(const HCut&)
         virtual void ShowMembers(TMemberInspector& insp, char* parent)
         virtual void Streamer(TBuffer& b)
                 void StreamerNVirtual(TBuffer& b)
    protected:
      Int_t fNCheck  number of checks
      Int_t fNGood   number of checks which pass cuts
  HCut
  This class is the base class for all cut classes. Currently this
  class doesn't do much itself.
 
For more information, see the PhyAna documentation. 
 HCut() : TNamed() 
 Default constructor
 HCut(const Text_t *name, const Text_t *title)
         : TNamed(name, title) 
 Default constructor
Inline Functions
               void ~HCut()
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
               HCut HCut(const HCut&)
              HCut& operator=(const HCut&)
Author: Dan Magestro
Last update: Fri Jan 26 11:53:16 2007
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.