Geant4-11
Functions
G4DNAIRTMoleculeEncounterStepper.cc File Reference
#include "G4DNAIRTMoleculeEncounterStepper.hh"
#include "G4VDNAReactionModel.hh"
#include "G4DNAMolecularReactionTable.hh"
#include "G4H2O.hh"
#include "G4memory.hh"
#include "G4UnitsTable.hh"
#include "G4MoleculeFinder.hh"
#include "G4MolecularConfiguration.hh"
#include "G4Scheduler.hh"
#include "G4ITReaction.hh"

Go to the source code of this file.

Functions

template<typename T >
bool IsInf (T value)
 

Function Documentation

◆ IsInf()

template<typename T >
bool IsInf ( value)
inline

Definition at line 100 of file G4DNAIRTMoleculeEncounterStepper.cc.

101{
102 return std::numeric_limits<T>::has_infinity
103 && value == std::numeric_limits<T>::infinity();
104}