//----------------------------------------------------------------------------- // Mar 10 2001 P.Murat: add 2 important methods to TGenerator, which really // make it this class to be an interface // PrintStat: // Flag = 1: final summary of cross-sections //_____________________________________________________________________________ #include "TG3Generator.hh" ClassImp(TG3Generator) //_____________________________________________________________________________ TG3Generator::TG3Generator(const char *name, const char *title): TGenerator(name,title) {} //_____________________________________________________________________________ TG3Generator::~TG3Generator() { }