|
||||
File indexing completed on 2025-01-18 09:58:21
0001 // 0002 // ******************************************************************** 0003 // * License and Disclaimer * 0004 // * * 0005 // * The Geant4 software is copyright of the Copyright Holders of * 0006 // * the Geant4 Collaboration. It is provided under the terms and * 0007 // * conditions of the Geant4 Software License, included in the file * 0008 // * LICENSE and available at http://cern.ch/geant4/license . These * 0009 // * include a list of copyright holders. * 0010 // * * 0011 // * Neither the authors of this software system, nor their employing * 0012 // * institutes,nor the agencies providing financial support for this * 0013 // * work make any representation or warranty, express or implied, * 0014 // * regarding this software system or assume any liability for its * 0015 // * use. Please see the license in the file LICENSE and URL above * 0016 // * for the full disclaimer and the limitation of liability. * 0017 // * * 0018 // * This code implementation is the result of the scientific and * 0019 // * technical work of the GEANT4 collaboration. * 0020 // * By using, copying, modifying or distributing the software (or * 0021 // * any work based on the software) you agree to acknowledge its * 0022 // * use in resulting scientific publications, and indicate your * 0023 // * acceptance of all terms of the Geant4 Software license. * 0024 // ******************************************************************** 0025 // 0026 //! \file G4GeomConfig.hh 0027 //! \brief Public preprocessor definitions for geometry 0028 0029 #ifndef G4GEOMCONFIG_HH 0030 #define G4GEOMCONFIG_HH 0031 0032 //! \def G4GEOM_USE_USOLIDS 0033 //! \brief Defined if all Geant4 solids use VecGeom implementations 0034 /* #undef G4GEOM_USE_USOLIDS */ 0035 0036 //! \def G4GEOM_USE_PARTIAL_USOLIDS 0037 //! \brief Defined if selected Geant4 solids use VecGeom implementations 0038 /* #undef G4GEOM_USE_PARTIAL_USOLIDS */ 0039 0040 #ifdef G4GEOM_USE_PARTIAL_USOLIDS 0041 //! \def G4GEOM_USE_UBOX 0042 //! \brief Defined if G4Box is replaced with VecGeom UnplacedBox 0043 /* #undef G4GEOM_USE_UBOX */ 0044 0045 //! \def G4GEOM_USE_UCONS 0046 //! \brief Defined if G4Cons is replaced with VecGeom GenericUnplacedCone 0047 /* #undef G4GEOM_USE_UCONS */ 0048 0049 //! \def G4GEOM_USE_UCTUBS 0050 //! \brief Defined if G4CutTubs is replaced with VecGeom UnplacedCutTube 0051 /* #undef G4GEOM_USE_UCTUBS */ 0052 0053 //! \def G4GEOM_USE_UEXTRUDEDSOLID 0054 //! \brief Defined if G4ExtrudedSolid is replaced with VecGeom UnplacedExtruded 0055 /* #undef G4GEOM_USE_UEXTRUDEDSOLID */ 0056 0057 //! \def G4GEOM_USE_UHYPE 0058 //! \brief Defined if G4Hype is replaced with VecGeom GenericUnplacedHype 0059 /* #undef G4GEOM_USE_UHYPE */ 0060 0061 //! \def G4GEOM_USE_UGENERICPOLYCONE 0062 //! \brief Defined if G4GenericPolycone is replaced with VecGeom UnplacedGenericPolycone 0063 /* #undef G4GEOM_USE_UGENERICPOLYCONE */ 0064 0065 //! \def G4GEOM_USE_UGENERICTRAP 0066 //! \brief Defined if G4GenericTrap is replaced with VecGeom UnplacedGenTrap 0067 /* #undef G4GEOM_USE_UGENERICTRAP */ 0068 0069 //! \def G4GEOM_USE_UORB 0070 //! \brief Defined if G4Orb is replaced with VecGeom UnplacedOrb 0071 /* #undef G4GEOM_USE_UORB */ 0072 0073 //! \def G4GEOM_USE_UPARA 0074 //! \brief Defined if G4Para is replaced with VecGeom UnplacedParallelepiped 0075 /* #undef G4GEOM_USE_UPARA */ 0076 0077 //! \def G4GEOM_USE_UPARABOLOID 0078 //! \brief Defined if G4Paraboloid is replaced with VecGeom UnplacedParaboloid 0079 /* #undef G4GEOM_USE_UPARABOLOID */ 0080 0081 //! \def G4GEOM_USE_UPOLYCONE 0082 //! \brief Defined if G4Polycone is replaced with VecGeom GenericUnplacedPolycone 0083 /* #undef G4GEOM_USE_UPOLYCONE */ 0084 0085 //! \def G4GEOM_USE_UPOLYHEDRA 0086 //! \brief Defined if G4Polyhedra is replaced with VecGeom UnplacedPolyhedron 0087 /* #undef G4GEOM_USE_UPOLYHEDRA */ 0088 0089 //! \def G4GEOM_USE_USPHERE 0090 //! \brief Defined if G4Box is replaced with VecGeom UnplacedSphere 0091 /* #undef G4GEOM_USE_USPHERE */ 0092 0093 //! \def G4GEOM_USE_UTESSELLATEDSOLID 0094 //! \brief Defined if G4TessellatedSolid is replaced with VecGeom UnplacedTessellated 0095 /* #undef G4GEOM_USE_UTESSELLATEDSOLID */ 0096 0097 //! \def G4GEOM_USE_UTET 0098 //! \brief Defined if G4Tet is replaced with VecGeom UnplacedTet 0099 /* #undef G4GEOM_USE_UTET */ 0100 0101 //! \def G4GEOM_USE_UTRAP 0102 //! \brief Defined if G4Trap is replaced with VecGeom UnplacedTrapezoid 0103 /* #undef G4GEOM_USE_UTRAP */ 0104 0105 //! \def G4GEOM_USE_UTRD 0106 //! \brief Defined if G4Trd is replaced with VecGeom GenericUnplacedTrd 0107 /* #undef G4GEOM_USE_UTRD */ 0108 0109 //! \def G4GEOM_USE_UTORUS 0110 //! \brief Defined if G4Torus is replaced with VecGeom UnplacedTorus2 0111 /* #undef G4GEOM_USE_UTORUS */ 0112 0113 //! \def G4GEOM_USE_UTUBS 0114 //! \brief Defined if G4Tubs is replaced with VecGeom GenericUnplacedTube 0115 /* #undef G4GEOM_USE_UTUBS */ 0116 0117 #endif // G4GEOM_USE_PARTIAL_USOLIDS 0118 0119 #endif // G4GEOMCONFIG_HH 0120
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |