![]() |
MaCh3
2.5.0
Reference Guide
|
HH - Functional parameters Carrier for whether you want to apply a systematic to an event or not. More...
#include <Parameters/ParameterStructs.h>
Public Attributes | |
| std::vector< int > | modes |
| Mode which parameter applies to. More... | |
| const M3::float_t * | valuePtr = nullptr |
| Parameter value pointer. More... | |
| FuncParFuncType * | funcPtr = nullptr |
| Function pointer. More... | |
Public Attributes inherited from TypeParameterBase | |
| std::string | name |
| Name of parameters. More... | |
| bool | hasKinBounds = false |
| Does this parameter have kinematic bounds. More... | |
| std::vector< std::vector< std::vector< double > > > | Selection |
| std::vector< std::string > | KinematicVarStr |
| int | index = M3::_BAD_INT_ |
| Parameter number of this normalisation in current systematic model. More... | |
HH - Functional parameters Carrier for whether you want to apply a systematic to an event or not.
Definition at line 141 of file ParameterStructs.h.
| FuncParFuncType* FunctionalParameter::funcPtr = nullptr |
Function pointer.
Definition at line 150 of file ParameterStructs.h.
| std::vector<int> FunctionalParameter::modes |
Mode which parameter applies to.
Definition at line 144 of file ParameterStructs.h.
| const M3::float_t* FunctionalParameter::valuePtr = nullptr |
Parameter value pointer.
Definition at line 147 of file ParameterStructs.h.