ATLAS Offline Software
Loading...
Searching...
No Matches
Trk::TimeLimit Struct Reference

#include <HelperStructs.h>

Collaboration diagram for Trk::TimeLimit:

Public Member Functions

 TimeLimit (float timeMax, float time, int proc)
 Constructor.
void updateTime (float dt)
 timing update

Public Attributes

float tMax
float time
int process

Detailed Description

Definition at line 57 of file HelperStructs.h.

Constructor & Destructor Documentation

◆ TimeLimit()

Trk::TimeLimit::TimeLimit ( float timeMax,
float time,
int proc )
inline

Constructor.

Definition at line 66 of file HelperStructs.h.

66 :
67 tMax(timeMax), time(time), process(proc)
68 {}

Member Function Documentation

◆ updateTime()

void Trk::TimeLimit::updateTime ( float dt)
inline

timing update

Definition at line 73 of file HelperStructs.h.

Member Data Documentation

◆ process

int Trk::TimeLimit::process

Definition at line 61 of file HelperStructs.h.

◆ time

float Trk::TimeLimit::time

Definition at line 60 of file HelperStructs.h.

◆ tMax

float Trk::TimeLimit::tMax

Definition at line 59 of file HelperStructs.h.


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