using namespace std;
#include <iostream>
#include <iomanip>
#include "TNamed.h"
#include "hrichcuto.h"
#include "hades.h"
HRichCutO::HRichCutO() : TNamed() {
fNCheck = 0;
fNGood = 0;
}
HRichCutO::HRichCutO(const Text_t *name, const Text_t *title)
: TNamed(name, title) {
fNCheck = 0;
fNGood = 0;
}
ClassImp(HRichCutO)
Last change: Sat May 22 13:08:31 2010
Last generated: 2010-05-22 13:08
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.