![]() |
MaCh3
2.4.2
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... | |
| std::vector< int > | pdgs |
| PDG which parameter applies to. More... | |
| std::vector< int > | preoscpdgs |
| Preosc PDG which parameter applies to. More... | |
| std::vector< int > | targets |
| Targets which parameter applies to. More... | |
| bool | hasKinBounds |
| Does this parameter have kinematic bounds. More... | |
| std::vector< std::vector< std::vector< double > > > | Selection |
| std::vector< std::string > | KinematicVarStr |
| const double * | valuePtr |
| Parameter value pointer. More... | |
| FuncParFuncType * | funcPtr |
| Function pointer. More... | |
Public Attributes inherited from TypeParameterBase | |
| std::string | name |
| Name of parameters. More... | |
| 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 139 of file ParameterStructs.h.
| FuncParFuncType* FunctionalParameter::funcPtr |
Function pointer.
Definition at line 165 of file ParameterStructs.h.
| bool FunctionalParameter::hasKinBounds |
Does this parameter have kinematic bounds.
Definition at line 150 of file ParameterStructs.h.
| std::vector< std::string > FunctionalParameter::KinematicVarStr |
Generic vector containing the string of kinematic type This then needs to be converted to a kinematic type enum within a SampleHandler daughter class The bounds for each kinematic variable are given in Selection
Definition at line 159 of file ParameterStructs.h.
| std::vector<int> FunctionalParameter::modes |
Mode which parameter applies to.
Definition at line 142 of file ParameterStructs.h.
| std::vector<int> FunctionalParameter::pdgs |
PDG which parameter applies to.
Definition at line 144 of file ParameterStructs.h.
| std::vector<int> FunctionalParameter::preoscpdgs |
Preosc PDG which parameter applies to.
Definition at line 146 of file ParameterStructs.h.
| std::vector< std::vector< std::vector<double> > > FunctionalParameter::Selection |
Generic vector contain enum relating to a kinematic variable and lower and upper bounds. This can then be passed to IsEventSelected
Definition at line 153 of file ParameterStructs.h.
| std::vector<int> FunctionalParameter::targets |
Targets which parameter applies to.
Definition at line 148 of file ParameterStructs.h.
| const double* FunctionalParameter::valuePtr |
Parameter value pointer.
Definition at line 162 of file ParameterStructs.h.