Plots the distribution of Phi. More...

#include <JenetAnderson98Plot.h>

Public Member Functions

 Plot ()
 Default constructor.
std::string get_xlabel () const
 The label on the x-axis.
std::string get_ylabel () const
 The label on the y-axis.
void set_interface (const Probability *data)
 Set the interface to the data.
float get_xmin () const
 Get the limits of the data to be plotted.
float get_xmax () const
float get_ymin () const
float get_ymax () const
void plot ()
 Plot the measured and theoretical distributions.

Public Attributes

bool show_cutoff_sigma
 Plot vertical bars to indicate the cut-off thresholds.
bool plot_entire_range
 Plot the entire range of the distribution.
bool plot_only_cut
 Plot only the range between the cutoff.

Protected Member Functions

void calculate_theory ()

Protected Attributes

JenetAnderson98 theory
 Calculates the various quantitites of interest.
std::vector< float > theory_dist
 Theoretical probability distribution.
float show_min
 Minimum value to be plotted.

Detailed Description

Plots the distribution of Phi.


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

Generated using doxygen 1.14.0