Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4GDMLEvaluator.hh>
Public Member Functions | |
G4GDMLEvaluator () | |
void | Clear () |
void | DefineConstant (const G4String &, G4double) |
void | DefineVariable (const G4String &, G4double) |
void | DefineMatrix (const G4String &, G4int, std::vector< G4double >) |
void | SetVariable (const G4String &, G4double) |
G4bool | IsVariable (const G4String &) const |
G4String | SolveBrackets (const G4String &) |
G4double | Evaluate (const G4String &) |
G4int | EvaluateInteger (const G4String &) |
G4double | GetConstant (const G4String &) |
G4double | GetVariable (const G4String &) |
G4String | ConvertToString (G4int ival) |
G4String | ConvertToString (G4double dval) |
Definition at line 41 of file G4GDMLEvaluator.hh.
G4GDMLEvaluator::G4GDMLEvaluator | ( | ) |
Definition at line 37 of file G4GDMLEvaluator.cc.
void G4GDMLEvaluator::Clear | ( | ) |
Definition at line 45 of file G4GDMLEvaluator.cc.
Definition at line 323 of file G4GDMLEvaluator.cc.
Definition at line 314 of file G4GDMLEvaluator.cc.
Referenced by G4GDMLWriteStructure::ExportEnergyCuts().
Definition at line 55 of file G4GDMLEvaluator.cc.
Referenced by DefineMatrix().
void G4GDMLEvaluator::DefineMatrix | ( | const G4String & | name, |
G4int | coldim, | ||
std::vector< G4double > | valueList ) |
Definition at line 80 of file G4GDMLEvaluator.cc.
Definition at line 67 of file G4GDMLEvaluator.cc.
Definition at line 238 of file G4GDMLEvaluator.cc.
Referenced by EvaluateInteger(), GetConstant(), and GetVariable().
Definition at line 260 of file G4GDMLEvaluator.cc.
Referenced by SolveBrackets().
Definition at line 283 of file G4GDMLEvaluator.cc.
Definition at line 302 of file G4GDMLEvaluator.cc.
Definition at line 148 of file G4GDMLEvaluator.cc.
Referenced by GetConstant(), GetVariable(), and SetVariable().
Definition at line 136 of file G4GDMLEvaluator.cc.
Definition at line 164 of file G4GDMLEvaluator.cc.
Referenced by Evaluate().