ATLAS Offline Software
|
This class stores a unfittet ramp (=a vector a ADC and DAC values) More...
#include <LArRawRamp.h>
Classes | |
class | RAMPPOINT_t |
Public Types | |
typedef double | RAMPDATA_t |
Public Member Functions | |
LArRawRamp (HWIdentifier id, CaloGain::CaloGain gain) | |
void | add (const RAMPPOINT_t &point) |
void | setsat (int iSat) |
HWIdentifier | channelID () const |
CaloGain::CaloGain | gain () const |
const std::vector< RAMPPOINT_t > & | theRamp () const |
std::vector< RAMPPOINT_t > & | theRamp () |
int | iSat () const |
Private Attributes | |
std::vector< RAMPPOINT_t > | m_ramp |
HWIdentifier | m_ID |
CaloGain::CaloGain | m_gain |
int | m_iSat |
This class stores a unfittet ramp (=a vector a ADC and DAC values)
Definition at line 24 of file LArRawRamp.h.
typedef double LArRawRamp::RAMPDATA_t |
Definition at line 28 of file LArRawRamp.h.
LArRawRamp::LArRawRamp | ( | HWIdentifier | id, |
CaloGain::CaloGain | gain | ||
) |
void LArRawRamp::add | ( | const RAMPPOINT_t & | point | ) |
Definition at line 10 of file LArRawRamp.cxx.
|
inline |
Definition at line 49 of file LArRawRamp.h.
|
inline |
Definition at line 51 of file LArRawRamp.h.
|
inline |
Definition at line 58 of file LArRawRamp.h.
void LArRawRamp::setsat | ( | int | iSat | ) |
|
inline |
Definition at line 56 of file LArRawRamp.h.
|
inline |
Definition at line 54 of file LArRawRamp.h.
|
private |
Definition at line 64 of file LArRawRamp.h.
|
private |
Definition at line 63 of file LArRawRamp.h.
|
private |
Definition at line 65 of file LArRawRamp.h.
|
private |
Definition at line 62 of file LArRawRamp.h.