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

KS: Small struct used for applying kinematic cuts. More...

#include <Samples/SampleStructs.h>

Public Attributes

int ParamToCutOnIt = M3::_BAD_INT_
 Index or enum value identifying the kinematic variable to cut on. More...
 
double LowerBound = M3::_BAD_DOUBLE_
 Lower bound on which we apply cut. More...
 
double UpperBound = M3::_BAD_DOUBLE_
 Upper bound on which we apply cut. More...
 

Detailed Description

KS: Small struct used for applying kinematic cuts.

Definition at line 156 of file SampleStructs.h.

Member Data Documentation

◆ LowerBound

double KinematicCut::LowerBound = M3::_BAD_DOUBLE_

Lower bound on which we apply cut.

Definition at line 161 of file SampleStructs.h.

◆ ParamToCutOnIt

int KinematicCut::ParamToCutOnIt = M3::_BAD_INT_

Index or enum value identifying the kinematic variable to cut on.

Definition at line 159 of file SampleStructs.h.

◆ UpperBound

double KinematicCut::UpperBound = M3::_BAD_DOUBLE_

Upper bound on which we apply cut.

Definition at line 163 of file SampleStructs.h.


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