![]() |
MaCh3 2.2.1
Reference Guide
|
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. | |
KS: Small struct used for applying kinematic cuts.
Definition at line 156 of file SampleStructs.h.
double KinematicCut::LowerBound = M3::_BAD_DOUBLE_ |
Lower bound on which we apply cut.
Definition at line 161 of file SampleStructs.h.
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.
double KinematicCut::UpperBound = M3::_BAD_DOUBLE_ |
Upper bound on which we apply cut.
Definition at line 163 of file SampleStructs.h.