ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
Trk::TimeLimit Struct Reference

#include <HelperStructs.h>

Collaboration diagram for Trk::TimeLimit:

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
 

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.

73 { time += dt; }

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:
Trk::TimeLimit::process
int process
Definition: HelperStructs.h:61
Trk::TimeLimit::tMax
float tMax
Definition: HelperStructs.h:59
CaloNoise_fillDB.dt
dt
Definition: CaloNoise_fillDB.py:58
mc.proc
proc
Definition: mc.PhPy8EG_A14NNPDF23_gg4l_example.py:22
Trk::TimeLimit::time
float time
Definition: HelperStructs.h:60