ATLAS Offline Software
Loading...
Searching...
No Matches
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) {}
unsigned int m_gain
Definition LArRampPTmp.h:31

◆ 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) {}
HWIdentifier m_channelID
Definition LArRampPTmp.h:30

Member Function Documentation

◆ isEmpty()

bool LArRampPTmp::isEmpty ( )
inline

Definition at line 29 of file LArRampPTmp.h.

29{ return (m_vRamp.size() == 0); }
std::vector< float > m_vRamp
Definition LArRampPTmp.h:32

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: