Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4DNAIRTMoleculeEncounterStepper.cc File Reference
#include "G4DNAIRTMoleculeEncounterStepper.hh"
#include "G4DNAMolecularReactionTable.hh"
#include "G4H2O.hh"
#include "G4ITReaction.hh"
#include "G4MolecularConfiguration.hh"
#include "G4MoleculeFinder.hh"
#include "G4Scheduler.hh"
#include "G4UnitsTable.hh"
#include "G4VDNAReactionModel.hh"
#include "G4memory.hh"
#include <memory>

Go to the source code of this file.

Functions

template<typename T >
bool IsInf (T value)
 

Function Documentation

◆ IsInf()

template<typename T >
bool IsInf ( T 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}