26 lines
674 B
Plaintext
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{};
|
|
|
|
/** @} */
|