|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
Namespaces | |
| namespace | FileInfo |
| namespace | Misc |
Classes | |
| class | FormatVersion |
| class | Exception |
| class | StatusMessageReporting |
| class | ArgumentParser |
| class | ArgumentBase |
| class | OptionBoolean |
| class | OptionTrue |
| class | OptionFalse |
| class | OptionCounter |
| class | OptionStore |
| class | OptionAppend |
| class | Positional |
| class | DeltaTime |
| class | Timer |
| class | DataBuffer |
Enumerations | |
| enum class | ArgumentType { True , False , Count , Store , Append , Positional } |
Functions | |
| void | deprecatedFunction (std::string const &a_functionName, std::string const &a_replacementName, std::string const &a_asOf) |
| void | deprecatedFunction (LUPI_maybeUnused std::string const &a_functionName, LUPI_maybeUnused std::string const &a_replacementName, LUPI_maybeUnused std::string const &a_asOf) |
|
strong |
| void LUPI::deprecatedFunction | ( | LUPI_maybeUnused std::string const & | a_functionName, |
| LUPI_maybeUnused std::string const & | a_replacementName, | ||
| LUPI_maybeUnused std::string const & | a_asOf ) |
If the build of GIDI+ defines the MACRO LUPI_printDeprecatedInformation, then all deprecated functions will print a message that they are deprecated.
| a_functionName | [in] The name of the function (or method) that is deprecated. |
| a_replacementName | [in] The name of the function that replaces the deprecated function. |
| a_asOf | [in] Specifies the version of GIDI+ for which the function will no longer be available. |
Definition at line 32 of file LUPI_misc.cc.
| void LUPI::deprecatedFunction | ( | std::string const & | a_functionName, |
| std::string const & | a_replacementName, | ||
| std::string const & | a_asOf ) |
Referenced by MCGIDI::Transporting::MC::crossSectionLookupMode(), MCGIDI::Transporting::MC::distributionLookupMode(), MCGIDI::Transporting::MC::other1dDataLookupMode(), MCGIDI::Reaction::productMultiplicities(), MCGIDI::Transporting::MC::sampleNonTransportingParticles(), MCGIDI::Transporting::MC::want_URR_probabilityTables(), MCGIDI::Transporting::MC::want_URR_probabilityTables(), and MCGIDI::Transporting::MC::wantTerrellPromptNeutronDistribution().