#include <Cuts.hh>
Definition at line 61 of file Cuts.hh.
Public Member Functions | |
BinaryCut () | |
Default constructor. | |
BinaryCut (double lowerthan, double higherthan) | |
Valued constructor. | |
Accessing the low and high cut values | |
double & | lowerthan () |
double & | higherthan () |
const double & | lowerthan () const |
const double & | higherthan () const |
|
Default constructor.
|
|
Valued constructor.
|
|
|
|
|
|
|
|
|