Plots the histograms maintained by HistUnpacker classes.
More...
#include <BitStatsPlotter.h>
|
bool | full_xscale |
| Plot the entire x-axis of the histogram.
|
|
float | hist_min |
| Fraction of histogram maximum below which points are ignored.
|
|
|
These methods remain only to provide backward compatibility with older software.
|
bool | horizontal |
| Plot the two polarizations beside eachother.
|
|
bool | colour |
| Plot in colour.
|
|
std::vector< float > | histogram |
| Where individual histograms are kept for plotting.
|
|
std::vector< int > | colours |
| Colour used when plotting histogram from each digitizer.
|
|
std::vector< unsigned > | to_zap |
| Plot the two polarizations beside eachother.
|
|
float | xscale |
| Scale factor multplied by each index on x axis.
|
|
void | set_viewport (float xmin, float xmax, float ymin, float ymax) |
| Set the device-normalized coordinates of viewport frame.
|
|
void | plot () |
| Plot two polarizations in the current viewport.
|
|
virtual bool | special (unsigned imin, unsigned imax, float &ymax) |
| Any special plotting implemented in derived classes. More...
|
|
virtual void | check_colours () |
| Ensure that colours for different digitizers are unique.
|
|
void | cpgpt (std::vector< float > &vals, int type) |
| Plot a vector of points with index on x-axis.
|
|
Plots the histograms maintained by HistUnpacker classes.
◆ special()
virtual bool dsp::BitStatsPlotter::special |
( |
unsigned |
imin, |
|
|
unsigned |
imax, |
|
|
float & |
ymax |
|
) |
| |
|
inlineprotectedvirtual |
Any special plotting implemented in derived classes.
Implementations should return true if cpgswin is called
Reimplemented in dsp::ExcisionStatsPlotter.
The documentation for this class was generated from the following files: