34 lines
775 B
C++
34 lines
775 B
C++
// The example class categories definitions for Doxygen
|
|
|
|
/// \file Doxymodules_geometry.h
|
|
/// \brief The page that defines the extended/geometry examples modules
|
|
|
|
|
|
/** @defgroup extended_geometry geometry
|
|
* Extended examples geometry classes
|
|
* @{
|
|
*/
|
|
|
|
/** @defgroup extended_geometry_transforms transforms
|
|
* Geometry example transforms has its
|
|
* <a href="../html_transforms/html/index.html">standalone documentation </a>
|
|
* @{
|
|
*/
|
|
|
|
/** @} */
|
|
|
|
/** @defgroup extended_geometry_vecGeomNavigation vecGeomNavigation
|
|
* Geometry example vecGeomNavigation
|
|
* @{
|
|
*/
|
|
|
|
class VG01ActionInitialization{};
|
|
class VG01DetectorConstruction{};
|
|
class VG01DetectorMessenger{};
|
|
class VG01PrimaryGeneratorAction{};
|
|
class VG01SteppingVerboseWithDir{};
|
|
|
|
/** @} */
|
|
|
|
/** @} */
|