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

#include <LArHVScaleCorrTool.h>

Collaboration diagram for LArHVScaleCorrTool::HV_t:

Public Member Functions

 HV_t (float ihv, float iweight)
 

Public Attributes

float hv =0.0
 
float weight =0.0
 

Detailed Description

Definition at line 24 of file LArHVScaleCorrTool.h.

Constructor & Destructor Documentation

◆ HV_t()

LArHVScaleCorrTool::HV_t::HV_t ( float  ihv,
float  iweight 
)
inline

Definition at line 25 of file LArHVScaleCorrTool.h.

25 : hv(ihv), weight(iweight) {};

Member Data Documentation

◆ hv

float LArHVScaleCorrTool::HV_t::hv =0.0

Definition at line 26 of file LArHVScaleCorrTool.h.

◆ weight

float LArHVScaleCorrTool::HV_t::weight =0.0

Definition at line 27 of file LArHVScaleCorrTool.h.


The documentation for this struct was generated from the following file:
LArHVScaleCorrTool::HV_t::weight
float weight
Definition: LArHVScaleCorrTool.h:27
LArHVScaleCorrTool::HV_t::hv
float hv
Definition: LArHVScaleCorrTool.h:26