#include <time.h>
#include <iostream>
#include "TNamed.h"
#include "phyanadef.h"
#include "hcut.h"
#include "hades.h"
HCut::HCut() : TNamed() {
fNCheck = 0;
fNGood = 0;
}
HCut::HCut(const Text_t *name, const Text_t *title)
: TNamed(name, title) {
fNCheck = 0;
fNGood = 0;
}
ClassImp(HCut)
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.