ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
LArBadChannelHunter::CellData Class Reference
Collaboration diagram for LArBadChannelHunter::CellData:

Public Member Functions

 CellData ()
 

Public Attributes

HWIdentifier m_chid
 
float m_ampl
 
float m_wid
 
float m_tmax
 
float m_pedRMS [3]
 

Detailed Description

Definition at line 130 of file LArBadChannelHunter.h.

Constructor & Destructor Documentation

◆ CellData()

LArBadChannelHunter::CellData::CellData ( )
inline

Definition at line 137 of file LArBadChannelHunter.h.

137  : m_ampl(-1.) {
138  m_wid =-1.;
139  m_tmax =-1.;
140  m_pedRMS[0]=-1.;
141  m_pedRMS[1]=-1.;
142  m_pedRMS[2]=-1.;
143  }

Member Data Documentation

◆ m_ampl

float LArBadChannelHunter::CellData::m_ampl

Definition at line 133 of file LArBadChannelHunter.h.

◆ m_chid

HWIdentifier LArBadChannelHunter::CellData::m_chid

Definition at line 132 of file LArBadChannelHunter.h.

◆ m_pedRMS

float LArBadChannelHunter::CellData::m_pedRMS[3]

Definition at line 136 of file LArBadChannelHunter.h.

◆ m_tmax

float LArBadChannelHunter::CellData::m_tmax

Definition at line 135 of file LArBadChannelHunter.h.

◆ m_wid

float LArBadChannelHunter::CellData::m_wid

Definition at line 134 of file LArBadChannelHunter.h.


The documentation for this class was generated from the following file:
LArBadChannelHunter::CellData::m_wid
float m_wid
Definition: LArBadChannelHunter.h:134
LArBadChannelHunter::CellData::m_ampl
float m_ampl
Definition: LArBadChannelHunter.h:133
LArBadChannelHunter::CellData::m_tmax
float m_tmax
Definition: LArBadChannelHunter.h:135
LArBadChannelHunter::CellData::m_pedRMS
float m_pedRMS[3]
Definition: LArBadChannelHunter.h:136