Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Cuts::BinaryCut Class Reference

#include <Cuts.hh>

List of all members.


Detailed Description

A minimal wrapper class to define >=, <= cut pairs.

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

Constructor & Destructor Documentation

BinaryCut  )  [inline]
 

Default constructor.

Definition at line 64 of file Cuts.hh.

BinaryCut double  lowerthan,
double  higherthan
[inline]
 

Valued constructor.

Definition at line 69 of file Cuts.hh.


Member Function Documentation

const double& higherthan  )  const [inline]
 

Definition at line 78 of file Cuts.hh.

double& higherthan  )  [inline]
 

Definition at line 76 of file Cuts.hh.

const double& lowerthan  )  const [inline]
 

Definition at line 77 of file Cuts.hh.

double& lowerthan  )  [inline]
 

Definition at line 75 of file Cuts.hh.


The documentation for this class was generated from the following file: