//*-- Author : Dan Magestro
//*-- Created: 01/10/01
//*-- Last modified: 07/11/01

#ifndef HCUT_H
#define HCUT_H

class HCut : public TNamed {

public:
  HCut();
  HCut(const Text_t *name, const Text_t *title);
  ~HCut() {}

protected:
  Int_t fNCheck;   // number of checks
  Int_t fNGood;    // number of checks which pass cuts

ClassDef(HCut,1) // Base class for physics cuts

};

#endif

Last change: Sat May 22 12:54:14 2010
Last generated: 2010-05-22 12:54

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.