PhysicsData - source file
// ESAF : Euso Simulation and Analysis Framework // $Id: PhysicsData.cc,v 1.2 2004/06/15 17:17:19 thea Exp $ // D. De Marco, M. Pallavicini created Jan, 18 2002 #include "PhysicsData.hh" ClassImp(PhysicsData) // ctor PhysicsData::PhysicsData( const char *type) { fType = type; } // dtor PhysicsData::~PhysicsData() { }