|
BmnRoot
|
#include <BmnHodoCuts.h>
Public Member Functions | |
| bool | Pass (double v) const |
| bool | Pass (double v) const |
Public Attributes | |
| double | min = -1e9 |
| double | max = 1e9 |
| bool | hasMin = false |
| bool | hasMax = false |
Definition at line 17 of file BmnHodoCuts.h.
|
inline |
Definition at line 21 of file BmnHodoCuts.h.
References hasMax, hasMin, max, min, and v.
Referenced by BmnHodoCuts::PassExp().
|
inline |
| bool BmnHodoCuts::Range::hasMax = false |
Definition at line 20 of file BmnHodoCuts.h.
Referenced by BmnHodoCuts::Load(), and Pass().
| bool BmnHodoCuts::Range::hasMin = false |
Definition at line 20 of file BmnHodoCuts.h.
Referenced by BmnHodoCuts::Load(), and Pass().
| double BmnHodoCuts::Range::max = 1e9 |
Definition at line 19 of file BmnHodoCuts.h.
Referenced by BmnHodoCuts::Load(), and Pass().
| double BmnHodoCuts::Range::min = -1e9 |
Definition at line 19 of file BmnHodoCuts.h.
Referenced by BmnHodoCuts::Load(), and Pass().