ATLAS Offline Software
Loading...
Searching...
No Matches
HiveExSvc::tDat Struct Reference
Collaboration diagram for HiveExSvc::tDat:

Public Member Functions

 tDat (const std::string &n, const unsigned int &t)

Public Attributes

std::string algName {""}
unsigned int sleep_time {0}

Detailed Description

Definition at line 38 of file HiveExSvc.h.

Constructor & Destructor Documentation

◆ tDat()

HiveExSvc::tDat::tDat ( const std::string & n,
const unsigned int & t )
inline

Definition at line 39 of file HiveExSvc.h.

39: algName(n), sleep_time(t){};
unsigned int sleep_time
Definition HiveExSvc.h:41
std::string algName
Definition HiveExSvc.h:40

Member Data Documentation

◆ algName

std::string HiveExSvc::tDat::algName {""}

Definition at line 40 of file HiveExSvc.h.

40{""};

◆ sleep_time

unsigned int HiveExSvc::tDat::sleep_time {0}

Definition at line 41 of file HiveExSvc.h.

41{0};

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