Geant4-11
|
#include <G4INCLRootFinder.hh>
Public Member Functions | |
Solution () | |
Solution (const G4double x0, const G4double y0) | |
~Solution () | |
Data Fields | |
G4bool | success |
G4double | x |
G4double | y |
Definition at line 67 of file G4INCLRootFinder.hh.
|
inline |
Definition at line 69 of file G4INCLRootFinder.hh.
Definition at line 74 of file G4INCLRootFinder.hh.
|
inline |
Definition at line 79 of file G4INCLRootFinder.hh.
G4bool G4INCL::RootFinder::Solution::success |
Definition at line 81 of file G4INCLRootFinder.hh.
Referenced by G4INCL::InteractionAvatar::enforceEnergyConservation(), G4INCL::ParticleEntryChannel::particleEnters(), and G4INCL::INCL::rescaleOutgoingForRecoil().
G4double G4INCL::RootFinder::Solution::x |
Definition at line 82 of file G4INCLRootFinder.hh.
Referenced by mcscore.MCVertex::dump_vertex(), G4INCL::InteractionAvatar::enforceEnergyConservation(), G4INCL::ParticleEntryChannel::particleEnters(), mcscore.MCVertex::printout(), and G4INCL::INCL::rescaleOutgoingForRecoil().
G4double G4INCL::RootFinder::Solution::y |
Definition at line 83 of file G4INCLRootFinder.hh.
Referenced by mcscore.MCVertex::dump_vertex(), and mcscore.MCVertex::printout().