Ask a Question | Search PSRCHIVE: |
![]()
|
BaselineWindow.h BaselineEstimator() Default constructor. Definition BaselineEstimator.C:27 Reference::To< Smooth > smooth The smoothing function. Definition BaselineWindow.h:85 void set_search_range(const Phase::Range &) Set the range to be searched. Definition BaselineWindow.C:167 Smooth * get_smooth() const Get the smoothing function. Definition BaselineWindow.C:77 void set_find_minimum(bool f=true) Set to find the minimum mean. Definition BaselineWindow.C:123 bool find_mean Set true when algorithm finds mean. Definition BaselineWindow.h:91 Phase::Range search_range The first bin in the selected range. Definition BaselineWindow.h:97 TextInterface::Parser * get_interface() Return a text interface that can be used to configure this instance. Definition BaselineWindow.C:320 BaselineWindow() Default constructor. Definition BaselineWindow.C:25 void set_find_maximum(bool f=true) Set to find the maximum mean. Definition BaselineWindow.C:135 BaselineWindow * clone() const Return a copy constructed instance of self. Definition BaselineWindow.C:54 bool range_specified Set true when range is specified. Definition BaselineWindow.h:101 bool find_max Set true when algorithm finds max. Definition BaselineWindow.h:88 void set_find_mean(float mean) Set to find the mean closest to the specified value. Definition BaselineWindow.C:145 Phase::Range get_found_range() const Get the range found during execution. Definition BaselineWindow.C:180 float find_phase(const std::vector< float > &s) Return the phase at which minimum or maximum mean is found. Definition BaselineWindow.C:187 void set_smooth(Smooth *) Set the smoothing function. Definition BaselineWindow.C:60 void set_range(int bin_start, int bin_end) Set the start and end bins of the search. Definition BaselineWindow.C:157 Phase::Range get_search_range() const Get the range to be search. Definition BaselineWindow.C:174 void calculate(PhaseWeight *weight) Calculate the PhaseWeight. Definition BaselineWindow.C:90 Generated using doxygen 1.14.0
|