Files
geant4/examples/.doxygen/.svn/text-base/Doxymodules_common.h.svn-base
T
2016-06-10 14:11:04 +02:00

26 lines
674 B
Plaintext

// $Id$
// The example class categories definitions for Doxygen
/// \file Doxymodules_common.h
/// \brief The page that defines the extended/common classes modules
/** @defgroup extended_common common
* Extended examples common classes
* @{
*/
class ExG4DetectorConstruction01{};
class ExG4DetectorConstruction01Messenger{};
class ExG4DetectorConstruction02{};
class ExG4DetectorConstruction02Messenger{};
class ExG4EventAction01{};
class ExG4EventAction01Messenger{};
class ExG4PhysicsList00{};
class ExG4PrimaryGeneratorAction01{};
class ExG4PrimaryGeneratorAction02{};
class ExG4RunAction01{};
class ExG4RunAction01Messenger{};
/** @} */