ATLAS Offline Software
Loading...
Searching...
No Matches
LArRawRamp::RAMPPOINT_t Class Reference

#include <LArRawRamp.h>

Collaboration diagram for LArRawRamp::RAMPPOINT_t:

Public Member Functions

bool operator< (const RAMPPOINT_t &a) const
 RAMPPOINT_t ()

Public Attributes

RAMPDATA_t ADC
uint32_t DAC
float iMaxSample
float TimeMax
std::vector< float > Samples
std::vector< float > RMS
uint16_t NTriggers

Detailed Description

Definition at line 30 of file LArRawRamp.h.

Constructor & Destructor Documentation

◆ RAMPPOINT_t()

LArRawRamp::RAMPPOINT_t::RAMPPOINT_t ( )
inline

Definition at line 41 of file LArRawRamp.h.

Member Function Documentation

◆ operator<()

bool LArRawRamp::RAMPPOINT_t::operator< ( const RAMPPOINT_t & a) const
inline

Definition at line 39 of file LArRawRamp.h.

40 {return DAC<a.DAC;} //to allow sorting of the vector
static Double_t a

Member Data Documentation

◆ ADC

RAMPDATA_t LArRawRamp::RAMPPOINT_t::ADC

Definition at line 32 of file LArRawRamp.h.

◆ DAC

uint32_t LArRawRamp::RAMPPOINT_t::DAC

Definition at line 33 of file LArRawRamp.h.

◆ iMaxSample

float LArRawRamp::RAMPPOINT_t::iMaxSample

Definition at line 34 of file LArRawRamp.h.

◆ NTriggers

uint16_t LArRawRamp::RAMPPOINT_t::NTriggers

Definition at line 38 of file LArRawRamp.h.

◆ RMS

std::vector<float> LArRawRamp::RAMPPOINT_t::RMS

Definition at line 37 of file LArRawRamp.h.

◆ Samples

std::vector<float> LArRawRamp::RAMPPOINT_t::Samples

Definition at line 36 of file LArRawRamp.h.

◆ TimeMax

float LArRawRamp::RAMPPOINT_t::TimeMax

Definition at line 35 of file LArRawRamp.h.


The documentation for this class was generated from the following file: