Belle II Software development
|
Structure to gather some utility functions for the ParameterVector. More...
#include <ParameterVectorUtil.h>
Static Public Member Functions | |
template<class AParameterVector , int I = 0, int N = 0> | |
static AParameterVector | getSub (const ParameterVector< N > &par) |
Gets a sub vector from a parameter vector. | |
template<int N1, int N2> | |
static ParameterVector< N1+N2 > | stack (const ParameterVector< N1 > &upperPar, const ParameterVector< N2 > &lowerPar) |
Combines two parameter vectors by stacking them over each other. | |
Structure to gather some utility functions for the ParameterVector.
Definition at line 24 of file ParameterVectorUtil.h.
|
inlinestatic |
Gets a sub vector from a parameter vector.
Definition at line 28 of file ParameterVectorUtil.h.
|
inlinestatic |
Combines two parameter vectors by stacking them over each other.
Definition at line 37 of file ParameterVectorUtil.h.