Files
geant4/examples/.doxygen/Doxymodules_parameterisations.h
T
2016-06-10 11:51:14 +02:00

51 lines
1.2 KiB
C++

// $Id: Doxymodules_parameterisations.h 78005 2013-12-02 08:29:57Z gcosmo $
// The example class categories definitions for Doxygen
/// \file Doxymodules_parameterisations.h
/// \brief The page that defines the extended/parameterisations examples modules
/** @defgroup extended_parameterisations parameterisations
* Extended examples parameterisations classes
* @{
*/
/** @defgroup extended_parameterisations_Par01 Par01
* parameterisations example Par01
* @{
*/
class Par01ActionInitialization {};
class Par01CalorimeterHit {};
class Par01CalorimeterSD {};
class Par01DetectorConstruction {};
class Par01EMShowerModel {};
class Par01EnergySpot {};
class Par01ParallelWorldForPion {};
class Par01PhysicsList {};
class Par01PiModel {};
class Par01PionShowerModel {};
class Par01PrimaryGeneratorAction {};
/** @} */
/** @defgroup extended_parameterisations_gflash gflash
* parameterisations example gflash
* @{
*/
class ExGflashActionInitialization {};
class ExGflashDetectorConstruction {};
class ExGflashEventAction {};
class ExGflashHit {};
class ExGflashHitsCollection {};
class ExGflashPhysicsList {};
class ExGflashPrimaryGeneratorAction {};
class ExGflashRunAction {};
class ExGflashSensitiveDetector {};
/** @} */
/** @} */