|
|
| BrittonInfo (const PolnCalibrator *calibrator) |
| | Constructor.
|
| std::string | get_title () const |
| | Return the title.
|
| std::string | get_label_feed (unsigned iclass) const override |
| | Return the PGPLOT-encoded label of the specified class.
|
| std::string | get_param_name_feed (unsigned iparam) const override |
| | Return the PGPLOT-encoded name of the specified parameter.
|
| Estimate< float > | get_param_feed (unsigned ichan, unsigned iclass, unsigned iparam) const override |
| | Return the estimate of the specified parameter.
|
|
| BackendFeedInfo (const PolnCalibrator *calibrator) |
| | Constructor.
|
| unsigned | get_nclass () const override |
| | Return the number of parameter classes.
|
| std::string | get_label (unsigned iclass) const override |
| | Return the name of the specified class.
|
| unsigned | get_nparam (unsigned iclass) const override |
| | Return the number of parameters in the specified class.
|
| std::string | get_param_name (unsigned iparam) const override |
| | Return the PGPLOT-encoded name of the specified parameter.
|
| Estimate< float > | get_param (unsigned ichan, unsigned iclass, unsigned iparam) const override |
| | Return the estimate of the specified parameter.
|
| int | get_colour_index (unsigned iclass, unsigned iparam) const |
| | Return the colour index.
|
|
| Info (const PolnCalibrator *calibrator) |
| | Constructor.
|
|
unsigned | get_nparam () const |
| | Return the number of parameters.
|
| std::string | get_title () const override |
| | Return the title.
|
| unsigned | get_nclass () const override |
| | Return the number of parameter classes.
|
| std::string | get_label (unsigned iclass) const override |
| | Return the PGPLOT-encoded label of the specified class.
|
| unsigned | get_nparam (unsigned iclass) const override |
| | Return the number of parameters in the specified class.
|
| std::string | get_param_name (unsigned iparam) const override |
| | Return the PGPLOT-encoded name of the specified parameter.
|
| Estimate< float > | get_param (unsigned ichan, unsigned iclass, unsigned iparam) const override |
| | Return the estimate of the specified parameter.
|
Communicates Britton (2000) parameters to plotting routines.