ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
LArHVCondAlg::DCS_t Struct Reference
Collaboration diagram for LArHVCondAlg::DCS_t:

Public Member Functions

 DCS_t (float ihv, float icurr)
 
 DCS_t ()=delete
 

Public Attributes

float hv
 
float curr
 

Detailed Description

Definition at line 114 of file LArHVCondAlg.h.

Constructor & Destructor Documentation

◆ DCS_t() [1/2]

LArHVCondAlg::DCS_t::DCS_t ( float  ihv,
float  icurr 
)
inline

Definition at line 115 of file LArHVCondAlg.h.

115 : hv(ihv),curr(icurr) {};

◆ DCS_t() [2/2]

LArHVCondAlg::DCS_t::DCS_t ( )
delete

Member Data Documentation

◆ curr

float LArHVCondAlg::DCS_t::curr

Definition at line 118 of file LArHVCondAlg.h.

◆ hv

float LArHVCondAlg::DCS_t::hv

Definition at line 117 of file LArHVCondAlg.h.


The documentation for this struct was generated from the following file:
LArHVCondAlg::DCS_t::hv
float hv
Definition: LArHVCondAlg.h:117
LArHVCondAlg::DCS_t::curr
float curr
Definition: LArHVCondAlg.h:118