#include <BinnedRtRelation.h>
Definition at line 26 of file BinnedRtRelation.h.
◆ Status
enumerates status
Enumerator |
---|
Undefined | |
Calibrated | |
Definition at line 30 of file RtRelation.h.
◆ BinnedRtRelation() [1/3]
TRTCond::BinnedRtRelation::BinnedRtRelation |
( |
| ) |
|
|
inline |
◆ BinnedRtRelation() [2/3]
TRTCond::BinnedRtRelation::BinnedRtRelation |
( |
float |
tmin, |
|
|
float |
tmax, |
|
|
const std::vector< float > & |
values, |
|
|
Status |
stat = Calibrated |
|
) |
| |
|
inline |
◆ BinnedRtRelation() [3/3]
◆ ~BinnedRtRelation()
virtual TRTCond::BinnedRtRelation::~BinnedRtRelation |
( |
| ) |
|
|
inlinevirtual |
◆ binsize()
float TRTCond::BinnedRtRelation::binsize |
( |
| ) |
const |
|
inlineprivate |
◆ clone()
virtual RtRelation* TRTCond::BinnedRtRelation::clone |
( |
| ) |
const |
|
inlinevirtual |
◆ drdt()
float TRTCond::BinnedRtRelation::drdt |
( |
float |
driftime | ) |
const |
|
virtual |
◆ drifttime()
float TRTCond::BinnedRtRelation::drifttime |
( |
float |
radius | ) |
const |
|
virtual |
◆ footprint()
virtual size_t TRTCond::BinnedRtRelation::footprint |
( |
| ) |
const |
|
inlinevirtual |
◆ isequal()
◆ operator=()
◆ operator==()
◆ radius()
float TRTCond::BinnedRtRelation::radius |
( |
float |
driftime | ) |
const |
|
virtual |
◆ read()
std::istream & TRTCond::BinnedRtRelation::read |
( |
std::istream & |
is | ) |
|
|
virtual |
◆ status()
virtual int TRTCond::BinnedRtRelation::status |
( |
| ) |
const |
|
inlinevirtual |
◆ tmax()
float TRTCond::BinnedRtRelation::tmax |
( |
| ) |
const |
|
inline |
◆ tmin()
float TRTCond::BinnedRtRelation::tmin |
( |
| ) |
const |
|
inline |
◆ values()
const std::vector<float>& TRTCond::BinnedRtRelation::values |
( |
| ) |
const |
|
inline |
get access to vector of radii for each drifttime bin
Definition at line 77 of file BinnedRtRelation.h.
◆ write()
std::ostream & TRTCond::BinnedRtRelation::write |
( |
std::ostream & |
os | ) |
const |
|
virtual |
◆ m_status
unsigned char TRTCond::BinnedRtRelation::m_status |
|
private |
◆ m_tmax
float TRTCond::BinnedRtRelation::m_tmax |
|
private |
◆ m_tmin
float TRTCond::BinnedRtRelation::m_tmin |
|
private |
◆ m_values
std::vector<float> TRTCond::BinnedRtRelation::m_values |
|
private |
The documentation for this class was generated from the following files: