![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://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 39 of file ClusterParamsAlgBase.h.
|
private |
Definition at line 40 of file ClusterParamsAlgBase.h.
| using cluster::details::Measure_t< T >::Data_t = T |
Definition at line 43 of file ClusterParamsAlgBase.h.
|
inline |
|
inline |
Constructor: initializes to the specified value, error is 0.
Definition at line 49 of file ClusterParamsAlgBase.h.
|
inline |
Constructor: initializes to the specified value and error.
Definition at line 52 of file ClusterParamsAlgBase.h.
|
inline |
Definition at line 57 of file ClusterParamsAlgBase.h.
|
inline |
Definition at line 58 of file ClusterParamsAlgBase.h.
|
inline |
Definition at line 54 of file ClusterParamsAlgBase.h.
Referenced by cluster::ClusterMergeHelper::AppendResult(), and cluster::ClusterCreator::CreateCluster().
|
inline |
Definition at line 55 of file ClusterParamsAlgBase.h.