Import Geant4 10.5.0.beta source tree
This commit is contained in:
@@ -76,6 +76,10 @@ public:
|
||||
void showStatus() const;
|
||||
// Dumps the engine status on the screen.
|
||||
|
||||
operator double();
|
||||
// Returns same as flat()
|
||||
operator float();
|
||||
// less precise flat, faster if possible
|
||||
operator unsigned int();
|
||||
// 32-bit flat, but slower than double or float.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user