ATLAS Offline Software
|
#include <HelperStructs.h>
Public Member Functions | |
TimeLimit (float timeMax, float time, int proc) | |
Constructor. More... | |
void | updateTime (float dt) |
timing update More... | |
Public Attributes | |
float | tMax |
float | time |
int | process |
Definition at line 57 of file HelperStructs.h.
|
inline |
|
inline |
int Trk::TimeLimit::process |
Definition at line 61 of file HelperStructs.h.
float Trk::TimeLimit::time |
Definition at line 60 of file HelperStructs.h.
float Trk::TimeLimit::tMax |
Definition at line 59 of file HelperStructs.h.