ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
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){};

Member Data Documentation

◆ algName

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

Definition at line 40 of file HiveExSvc.h.

◆ sleep_time

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

Definition at line 41 of file HiveExSvc.h.


The documentation for this struct was generated from the following file:
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
HiveExSvc::tDat::algName
std::string algName
Definition: HiveExSvc.h:40
beamspotman.n
n
Definition: beamspotman.py:731
HiveExSvc::tDat::sleep_time
unsigned int sleep_time
Definition: HiveExSvc.h:41