ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
LArHVData::HV_t Struct Reference

struct for HV, current and weight More...

#include <LArHVData.h>

Collaboration diagram for LArHVData::HV_t:

Public Member Functions

 HV_t (float ihv, float icurr, float iweight)
 

Public Attributes

float hv
 
float current
 
float weight
 

Detailed Description

struct for HV, current and weight

Definition at line 27 of file LArHVData.h.

Constructor & Destructor Documentation

◆ HV_t()

LArHVData::HV_t::HV_t ( float  ihv,
float  icurr,
float  iweight 
)
inline

Definition at line 28 of file LArHVData.h.

28  :
29  hv(ihv),current(icurr),weight(iweight) {};

Member Data Documentation

◆ current

float LArHVData::HV_t::current

Definition at line 31 of file LArHVData.h.

◆ hv

float LArHVData::HV_t::hv

Definition at line 30 of file LArHVData.h.

◆ weight

float LArHVData::HV_t::weight

Definition at line 32 of file LArHVData.h.


The documentation for this struct was generated from the following file:
LArHVData::HV_t::weight
float weight
Definition: LArHVData.h:32
LArHVData::HV_t::hv
float hv
Definition: LArHVData.h:29
LArHVData::HV_t::current
float current
Definition: LArHVData.h:31