EventGenerator - source file
// ESAF : Euso Simulation and Analysis Framework // $Id: EventGenerator.cc,v 1.5 2004/06/15 17:17:18 thea Exp $ // created Nov, 20 2003 #include "EventGenerator.hh" #include "PhysicsData.hh" ClassImp(EventGenerator) // ctor EventGenerator::EventGenerator( const char* name): fName(name) { } // dtor EventGenerator::~EventGenerator() { }