Geant4-11
Public Member Functions | Data Fields
G4INCL::RootFinder::Solution Class Reference

#include <G4INCLRootFinder.hh>

Public Member Functions

 Solution ()
 
 Solution (const G4double x0, const G4double y0)
 
 ~Solution ()
 

Data Fields

G4bool success
 
G4double x
 
G4double y
 

Detailed Description

Definition at line 67 of file G4INCLRootFinder.hh.

Constructor & Destructor Documentation

◆ Solution() [1/2]

G4INCL::RootFinder::Solution::Solution ( )
inline

Definition at line 69 of file G4INCLRootFinder.hh.

◆ Solution() [2/2]

G4INCL::RootFinder::Solution::Solution ( const G4double  x0,
const G4double  y0 
)
inline

Definition at line 74 of file G4INCLRootFinder.hh.

74 :
75 success(true),
76 x(x0),
77 y(y0)
78 {}

◆ ~Solution()

G4INCL::RootFinder::Solution::~Solution ( )
inline

Definition at line 79 of file G4INCLRootFinder.hh.

79{}

Field Documentation

◆ success

G4bool G4INCL::RootFinder::Solution::success

◆ x

G4double G4INCL::RootFinder::Solution::x

◆ y

G4double G4INCL::RootFinder::Solution::y

The documentation for this class was generated from the following file: