71 lines
1.6 KiB
C++
71 lines
1.6 KiB
C++
// $Id: Doxymodules_common.h 60059 2012-06-27 13:00:49Z gcosmo $
|
|
// 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
|
|
* @{
|
|
*/
|
|
|
|
/** @defgroup extended_common_analysis analysis
|
|
* The analysis classes of generic use in examples
|
|
* @ingroup extended_common
|
|
* @{
|
|
*/
|
|
|
|
class ExG4HbookAnalysisManager{};
|
|
|
|
/** @} */
|
|
|
|
/** @defgroup extended_common_detectorConstruction detectorConstruction
|
|
* The detector construction classes of generic use in examples
|
|
* @ingroup extended_common
|
|
* @{
|
|
*/
|
|
|
|
class ExG4DetectorConstruction01{};
|
|
class ExG4DetectorConstruction01Messenger{};
|
|
class ExG4DetectorConstruction02{};
|
|
class ExG4DetectorConstruction02Messenger{};
|
|
|
|
/** @} */
|
|
|
|
/** @defgroup extended_common_physicsList physicsList
|
|
* The primary generator classes of generic use in examples
|
|
* @ingroup extended_common
|
|
* @{
|
|
*/
|
|
|
|
class ExG4PhysicsList00{};
|
|
|
|
/** @} */
|
|
|
|
/** @defgroup extended_common_primaryGenerator primaryGenerator
|
|
* The primary generator classes of generic use in examples
|
|
* @ingroup extended_common
|
|
* @{
|
|
*/
|
|
|
|
class ExG4PrimaryGeneratorAction01{};
|
|
class ExG4PrimaryGeneratorAction02{};
|
|
|
|
/** @} */
|
|
|
|
/** @defgroup extended_common_userActions userActions
|
|
* The user action classes of generic use in examples
|
|
* @ingroup extended_common
|
|
* @{
|
|
*/
|
|
|
|
class ExG4EventAction01{};
|
|
class ExG4EventAction01Messenger{};
|
|
class ExG4RunAction01{};
|
|
class ExG4RunAction01Messenger{};
|
|
|
|
/** @} */
|
|
|
|
/** @} */
|