Interface to digitise real values. More...
#include <DataHandling.h>
Public Member Functions | |
virtual UShort_t | D2Bytes (Double_t x) const |
returns (as UShort_t) the bin corresponding to x More... | |
virtual UInt_t | D4Bytes (Double_t x) const |
returns (as UInt_t) the bin corresponding to x More... | |
Digitizer (Double_t xmin=0., Double_t xmax=1., UInt_t bins=1u) | |
UShort_t | GetBins2 () const |
UInt_t | GetBins4 () const |
Double_t | GetMax () const |
Double_t | GetMin () const |
virtual void | Init (Double_t xmin=0., Double_t xmax=1., UInt_t bins=1u) |
virtual Double_t | Undigit (UInt_t i) const |
returns a non-randomized value corresponding to the given bin More... | |
virtual Double_t | Undigit (UShort_t i) const |
returns a non-randomized value corresponding to the given bin More... | |
virtual Double_t | UndigitC (UInt_t i) const |
returns a non-randomized value corresponding to the given bin (center) More... | |
virtual Double_t | UndigitC (UShort_t i) const |
returns a non-randomized value corresponding to the given bin (center) More... | |
virtual Double_t | UndigitR (UInt_t i) const |
returns a randomized value corresponding to the given bin More... | |
virtual Double_t | UndigitR (UShort_t i) const |
returns a randomized value corresponding to the given bin More... | |
virtual | ~Digitizer () |
Interface to digitise real values.
Definition at line 407 of file DataHandling.h.