Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 66 of file G4INCLRootFinder.hh.

Constructor & Destructor Documentation

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

Definition at line 68 of file G4INCLRootFinder.hh.

68  :
69  success(false),
70  x(0.),
71  y(0.)
72  {}
G4INCL::RootFinder::Solution::Solution ( const G4double  x0,
const G4double  y0 
)
inline

Definition at line 73 of file G4INCLRootFinder.hh.

73  :
74  success(true),
75  x(x0),
76  y(y0)
77  {}
G4INCL::RootFinder::Solution::~Solution ( )
inline

Definition at line 78 of file G4INCLRootFinder.hh.

78 {}

Field Documentation

G4bool G4INCL::RootFinder::Solution::success
G4double G4INCL::RootFinder::Solution::x
G4double G4INCL::RootFinder::Solution::y

Definition at line 82 of file G4INCLRootFinder.hh.


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