#include <ShapeInfo.h>
|
static constexpr unsigned int | nBuckets = 24 |
|
Definition at line 24 of file ShapeInfo.h.
◆ ShapeInfo() [1/2]
ShapeInfo::ShapeInfo |
( |
unsigned char |
nSamples = 5 , |
|
|
unsigned char |
binSize = 3 , |
|
|
unsigned char |
nPhases = 8 , |
|
|
float |
shift = 0 |
|
) |
| |
◆ ShapeInfo() [2/2]
◆ ~ShapeInfo()
ShapeInfo::~ShapeInfo |
( |
| ) |
|
◆ binSize()
unsigned char LArSamples::ShapeInfo::binSize |
( |
| ) |
const |
|
inline |
◆ footprint()
double LArSamples::ShapeInfo::footprint |
( |
| ) |
const |
|
inline |
◆ isValid()
bool ShapeInfo::isValid |
( |
| ) |
const |
◆ nIntervals()
unsigned int LArSamples::ShapeInfo::nIntervals |
( |
| ) |
const |
|
inline |
◆ nPhases()
unsigned char LArSamples::ShapeInfo::nPhases |
( |
| ) |
const |
|
inline |
◆ nPoints()
unsigned int LArSamples::ShapeInfo::nPoints |
( |
| ) |
const |
|
inline |
◆ nSamples()
unsigned char LArSamples::ShapeInfo::nSamples |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ phase()
unsigned char ShapeInfo::phase |
( |
unsigned int |
i | ) |
const |
◆ set()
void ShapeInfo::set |
( |
unsigned char |
iSample, |
|
|
unsigned char |
iPhase, |
|
|
float |
value |
|
) |
| |
◆ setTimeShift()
static void LArSamples::ShapeInfo::setTimeShift |
( |
double |
shift = 0 | ) |
|
|
inlinestatic |
◆ shift()
float LArSamples::ShapeInfo::shift |
( |
| ) |
const |
|
inline |
◆ timeShift()
static double LArSamples::ShapeInfo::timeShift |
( |
| ) |
|
|
inlinestatic |
◆ value()
double ShapeInfo::value |
( |
unsigned int |
i | ) |
const |
◆ m_binSize
unsigned char LArSamples::ShapeInfo::m_binSize |
|
private |
◆ m_nPhases
unsigned char LArSamples::ShapeInfo::m_nPhases |
|
private |
◆ m_nSamples
unsigned char LArSamples::ShapeInfo::m_nSamples |
|
private |
◆ m_shift
float LArSamples::ShapeInfo::m_shift |
|
private |
◆ m_timeShift
double ShapeInfo::m_timeShift = 0 |
|
staticprivate |
◆ m_values
std::vector<short> LArSamples::ShapeInfo::m_values |
|
private |
◆ nBuckets
constexpr unsigned int LArSamples::ShapeInfo::nBuckets = 24 |
|
staticconstexpr |
The documentation for this class was generated from the following files: