Belle II Software development
|
Structure to store all bootstrap replicas. More...
Public Member Functions | |
void | add (Vector3d v) |
Add replica. | |
Vector3d | getNom () const |
Get the nominal result. | |
MatrixXd | getCov () const |
Get cov matrix with unc. | |
Public Attributes | |
std::vector< Vector3d > | vecs |
Vector of replicas. | |
Structure to store all bootstrap replicas.
Definition at line 250 of file BoostVectorStandAlone.cc.
|
inline |
Add replica.
Definition at line 254 of file BoostVectorStandAlone.cc.
|
inline |
Get cov matrix with unc.
Definition at line 260 of file BoostVectorStandAlone.cc.
|
inline |
std::vector<Vector3d> vecs |
Vector of replicas.
Definition at line 251 of file BoostVectorStandAlone.cc.