Belle II Software  release-08-01-10
ParameterVectorUtil Struct Reference

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.
 

Detailed Description

Structure to gather some utility functions for the ParameterVector.

Definition at line 24 of file ParameterVectorUtil.h.


The documentation for this struct was generated from the following file: