Import Geant4 9.5.0 source tree
This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
// $Id: Doxymodules_common.h 55417 2011-11-23 11:19:12Z gcosmo $
|
||||
// The example class categories definitions for Doxygen
|
||||
|
||||
/// \file Doxymodules_common.h
|
||||
/// \brief The page that defines the class groups for examples documentation
|
||||
|
||||
|
||||
/** @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{};
|
||||
|
||||
/** @} */
|
||||
|
||||
/** @} */
|
||||
Reference in New Issue
Block a user