ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
NswDcsDbData::TDaqConstants Struct Reference

#include <NswDcsDbData.h>

Collaboration diagram for NswDcsDbData::TDaqConstants:

Public Member Functions

bool operator< (const NswDcsDbData::TDaqConstants &other) const
 

Public Attributes

uint64_t timeSince {0}
 
uint64_t timeUntil {0}
 
unsigned int elink {0}
 
bool permanentlyDisabled {false}
 

Detailed Description

Definition at line 32 of file NswDcsDbData.h.

Member Function Documentation

◆ operator<()

bool NswDcsDbData::TDaqConstants::operator< ( const NswDcsDbData::TDaqConstants other) const
inline

Definition at line 37 of file NswDcsDbData.h.

37  {
38  if(elink != other.elink) return elink < other.elink;
39  return timeUntil < other.timeSince;
40  }

Member Data Documentation

◆ elink

unsigned int NswDcsDbData::TDaqConstants::elink {0}

Definition at line 35 of file NswDcsDbData.h.

◆ permanentlyDisabled

bool NswDcsDbData::TDaqConstants::permanentlyDisabled {false}

Definition at line 36 of file NswDcsDbData.h.

◆ timeSince

uint64_t NswDcsDbData::TDaqConstants::timeSince {0}

Definition at line 33 of file NswDcsDbData.h.

◆ timeUntil

uint64_t NswDcsDbData::TDaqConstants::timeUntil {0}

Definition at line 34 of file NswDcsDbData.h.


The documentation for this struct was generated from the following file:
NswDcsDbData::TDaqConstants::timeUntil
uint64_t timeUntil
Definition: NswDcsDbData.h:34
NswDcsDbData::TDaqConstants::elink
unsigned int elink
Definition: NswDcsDbData.h:35
InDetDD::other
@ other
Definition: InDetDD_Defs.h:16