|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <LUPI.hpp>
Public Member Functions | |
| Timer () | |
| ~Timer () | |
| DeltaTime | deltaTime () |
| DeltaTime | deltaTimeAndReset () |
| void | reset () |
| LUPI::Timer::Timer | ( | ) |
Constructor.
Definition at line 95 of file LUPI_times.cc.
| DeltaTime LUPI::Timer::deltaTime | ( | ) |
Returns a DeltaTime instance representing the time since this was created or reset was called.
Definition at line 106 of file LUPI_times.cc.
Referenced by deltaTimeAndReset().
| DeltaTime LUPI::Timer::deltaTimeAndReset | ( | ) |
Calls deltaTime and then reset. Returns the results of the call to deltaTime.
Definition at line 132 of file LUPI_times.cc.
| void LUPI::Timer::reset | ( | ) |
Resets the internal times to the current time.
Definition at line 144 of file LUPI_times.cc.
Referenced by deltaTimeAndReset(), and Timer().