Files
geant4/examples/.doxygen/Doxymodules_common.h
T
2018-12-07 15:15:39 +01:00

25 lines
666 B
C++

// 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{};
/** @} */