![]() |
MaCh3
2.4.2
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. 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... | |
KS: Small struct used for applying kinematic cuts.
Definition at line 149 of file SampleStructs.h.
| double KinematicCut::LowerBound = M3::_BAD_DOUBLE_ |
Lower bound on which we apply cut.
Definition at line 154 of file SampleStructs.h.
| int KinematicCut::ParamToCutOnIt = M3::_BAD_INT_ |
Index or enum value identifying the kinematic variable to cut on.
Definition at line 152 of file SampleStructs.h.
| double KinematicCut::UpperBound = M3::_BAD_DOUBLE_ |
Upper bound on which we apply cut.
Definition at line 156 of file SampleStructs.h.