MaCh3 2.2.1
Reference Guide
Loading...
Searching...
No Matches
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.
 
double LowerBound = M3::_BAD_DOUBLE_
 Lower bound on which we apply cut.
 
double UpperBound = M3::_BAD_DOUBLE_
 Upper bound on which we apply cut.
 

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: