31 lines
815 B
C++
31 lines
815 B
C++
// $Id: Doxymodules_parameterisations.h 60059 2012-06-27 13:00:49Z 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_gflash gflash
|
|
* parameterisations example gflash
|
|
* @{
|
|
*/
|
|
|
|
class ExGflashDetectorConstruction {};
|
|
class ExGflashEventAction {};
|
|
class ExGflashHit {};
|
|
class ExGflashHitsCollection {};
|
|
class ExGflashMaterialManager {};
|
|
class ExGflashPhysicsList {};
|
|
class ExGflashPrimaryGeneratorAction {};
|
|
class ExGflashRunAction {};
|
|
class ExGflashSensitiveDetector {};
|
|
|
|
/** @} */
|
|
|
|
/** @} */
|