LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
Type for a simple measurement: value and error. More...
#include "ClusterParamsAlgBase.h"
Public Types | |
using | Data_t = T |
Public Member Functions | |
Measure_t () | |
Default constructor: initializes to 0. More... | |
Measure_t (Data_t value) | |
Constructor: initializes to the specified value, error is 0. More... | |
Measure_t (Data_t value, Data_t error) | |
Constructor: initializes to the specified value and error. More... | |
Data_t | value () const |
Data_t & | value () |
Data_t | error () const |
Data_t & | error () |
Private Types | |
using | Base_t = std::pair< T, T > |
Type for a simple measurement: value and error.
Definition at line 33 of file ClusterParamsAlgBase.h.
|
private |
Definition at line 34 of file ClusterParamsAlgBase.h.
using cluster::details::Measure_t< T >::Data_t = T |
Definition at line 36 of file ClusterParamsAlgBase.h.
|
inline |
|
inline |
Constructor: initializes to the specified value, error is 0.
Definition at line 42 of file ClusterParamsAlgBase.h.
|
inline |
Constructor: initializes to the specified value and error.
Definition at line 45 of file ClusterParamsAlgBase.h.
|
inline |
Definition at line 50 of file ClusterParamsAlgBase.h.
|
inline |
Definition at line 51 of file ClusterParamsAlgBase.h.
|
inline |
Definition at line 47 of file ClusterParamsAlgBase.h.
Referenced by cluster::ClusterMergeHelper::AppendResult(), cluster::ClusterCreator::CreateCluster(), cluster::SimpleClusterMerger::produce(), and cluster::FuzzyClusterMerger::produce().
|
inline |
Definition at line 48 of file ClusterParamsAlgBase.h.