ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
LArRampPTmp Class Reference

Persistent data for LArRamp Copied from LAr. More...

#include <LArRampPTmp.h>

Collaboration diagram for LArRampPTmp:

Public Member Functions

 LArRampPTmp ()
 
 LArRampPTmp (HWIdentifier id, int g)
 
bool isEmpty ()
 

Public Attributes

HWIdentifier m_channelID
 
unsigned int m_gain
 
std::vector< float > m_vRamp
 

Detailed Description

Persistent data for LArRamp Copied from LAr.

Author
W. Lampl, S. Laplace, H. Ma
Version
0-0-1 , March 29,2005

Definition at line 23 of file LArRampPTmp.h.

Constructor & Destructor Documentation

◆ LArRampPTmp() [1/2]

LArRampPTmp::LArRampPTmp ( )
inline

Definition at line 27 of file LArRampPTmp.h.

27 : m_gain(0) {}

◆ LArRampPTmp() [2/2]

LArRampPTmp::LArRampPTmp ( HWIdentifier  id,
int  g 
)
inline

Definition at line 28 of file LArRampPTmp.h.

28 : m_channelID(id), m_gain(g) {}

Member Function Documentation

◆ isEmpty()

bool LArRampPTmp::isEmpty ( )
inline

Definition at line 29 of file LArRampPTmp.h.

29 { return (m_vRamp.size() == 0); }

Member Data Documentation

◆ m_channelID

HWIdentifier LArRampPTmp::m_channelID

Definition at line 30 of file LArRampPTmp.h.

◆ m_gain

unsigned int LArRampPTmp::m_gain

Definition at line 31 of file LArRampPTmp.h.

◆ m_vRamp

std::vector<float> LArRampPTmp::m_vRamp

Definition at line 32 of file LArRampPTmp.h.


The documentation for this class was generated from the following file:
LArRampPTmp::m_vRamp
std::vector< float > m_vRamp
Definition: LArRampPTmp.h:32
LArRampPTmp::m_gain
unsigned int m_gain
Definition: LArRampPTmp.h:31
python.CaloCondTools.g
g
Definition: CaloCondTools.py:15
LArRampPTmp::m_channelID
HWIdentifier m_channelID
Definition: LArRampPTmp.h:30