MaCh3  2.2.3
Reference Guide
Public Attributes | List of all members
NormParameter Struct Reference

ETA - Normalisations for cross-section parameters Carrier for whether you want to apply a systematic to an event or not. More...

#include <Parameters/ParameterStructs.h>

Inheritance diagram for NormParameter:
[legend]
Collaboration diagram for NormParameter:
[legend]

Public Attributes

std::vector< int > modes
 Mode which parameter applies to. More...
 
std::vector< int > horncurrents
 Horn currents 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
 
- 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...
 

Detailed Description

ETA - Normalisations for cross-section parameters Carrier for whether you want to apply a systematic to an event or not.

Definition at line 171 of file ParameterStructs.h.

Member Data Documentation

◆ hasKinBounds

bool NormParameter::hasKinBounds

Does this parameter have kinematic bounds.

Definition at line 183 of file ParameterStructs.h.

◆ horncurrents

std::vector<int> NormParameter::horncurrents

Horn currents which parameter applies to.

Definition at line 175 of file ParameterStructs.h.

◆ KinematicVarStr

std::vector< std::string > NormParameter::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 192 of file ParameterStructs.h.

◆ modes

std::vector<int> NormParameter::modes

Mode which parameter applies to.

Definition at line 173 of file ParameterStructs.h.

◆ pdgs

std::vector<int> NormParameter::pdgs

PDG which parameter applies to.

Definition at line 177 of file ParameterStructs.h.

◆ preoscpdgs

std::vector<int> NormParameter::preoscpdgs

Preosc PDG which parameter applies to.

Definition at line 179 of file ParameterStructs.h.

◆ Selection

std::vector< std::vector< std::vector<double> > > NormParameter::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 186 of file ParameterStructs.h.

◆ targets

std::vector<int> NormParameter::targets

Targets which parameter applies to.

Definition at line 181 of file ParameterStructs.h.


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