Ask a Question | Search DSPSR: |
Home
|
BitStatsPlotter.h std::vector< int > colours Colour used when plotting histogram from each digitizer. Definition: BitStatsPlotter.h:96 virtual std::string get_ylabel() const The label on the y-axis. Definition: BitStatsPlotter.C:40 void cpgpt(std::vector< float > &vals, int type) Plot a vector of points with index on x-axis. Definition: BitStatsPlotter.C:53 Bit unpacker that keeps a histogram and optimal statistics. Definition: HistUnpacker.h:25 void plot() Plot two polarizations in the current viewport. Definition: BitStatsPlotter.C:146 float xscale Scale factor multplied by each index on x axis. Definition: BitStatsPlotter.h:107 void set_viewport(float xmin, float xmax, float ymin, float ymax) Set the device-normalized coordinates of viewport frame. Definition: BitStatsPlotter.C:137 std::vector< float > histogram Where individual histograms are kept for plotting. Definition: BitStatsPlotter.h:93 virtual std::string get_xlabel() const The label on the x-axis. Definition: BitStatsPlotter.C:35 float hist_min Fraction of histogram maximum below which points are ignored. Definition: BitStatsPlotter.h:63 virtual bool special(unsigned imin, unsigned imax, float &ymax) Any special plotting implemented in derived classes. Definition: BitStatsPlotter.h:89 BitStatsPlotter() Null constructor. Definition: BitStatsPlotter.C:17 virtual void set_data(const HistUnpacker *stats) Set the data to be plotted. Definition: BitStatsPlotter.C:45 virtual ~BitStatsPlotter() Virtual destructor. Definition: BitStatsPlotter.C:31 void set_colours(const std::vector< int > &colours) Set the plot colour used for each digitizer. Definition: BitStatsPlotter.C:64 std::vector< unsigned > to_zap Plot the two polarizations beside eachother. Definition: BitStatsPlotter.h:98 bool full_xscale Plot the entire x-axis of the histogram. Definition: BitStatsPlotter.h:60 void zap(unsigned ibin) Zap the specified histogram by setting its value to zero. Definition: BitStatsPlotter.h:45 Analytic bool horizontal Plot the two polarizations beside eachother. Definition: BitStatsPlotter.h:75 virtual void check_colours() Ensure that colours for different digitizers are unique. Definition: BitStatsPlotter.C:70 Generated using doxygen 1.8.17
|