Files
geant4/examples/.doxygen/Doxymodules_common.h
T
2022-12-09 14:43:28 +01:00

19 lines
467 B
C++

// 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 Common::DetectorConstruction{};
class Common::DetectorConstruction0{};
class Common::GeantinoPhysicsList{};
class Common::GpsPrimaryGeneratorAction{};
class Common::GunPrimaryGeneratorAction{};
/** @} */