|
static StGammaFitter * | instance () |
| Access to single instance of this singleton class. More...
|
|
static double | distanceToQuadraticCut (double x, double y) |
| distance in yield vs. maximal-sided residual plane between the quadratic residual cut and the point (x, y).
|
|
static TH1 * | getUhistogram () |
|
static TH1 * | getVhistogram () |
|
static TF1 * | getUfunction () |
|
static TF1 * | getVfunction () |
|
|
| StGammaFitter () |
| Constructor in protected section to prevent user from creating instances of this singleton class. Use instance() instead.
|
|
Definition at line 53 of file StGammaFitter.h.
Fit transverse SMD profile to predetermined peak in u- and v-plane.
- Parameters
-
candidate | cluster to be fitted in the SMD plane. |
u | holds the result of the fit in the SMD u-plane. |
v | holds the result of the fit in the SMD v-plane. |
- Returns
- status of the execution: = 0: command executed normally 1: command is blank, ignored 2: command line unreadable, ignored 3: unknown command, ignored 4: abnormal termination (e.g., MIGRAD not converged) 5: command is a request to read PARAMETER definitions 6: 'SET INPUT' command 7: 'SET TITLE' command 8: 'SET COVAR' command 9: reserved 10: END command 11: EXIT or STOP command 12: RETURN command
Definition at line 73 of file StGammaFitter.cxx.
The documentation for this class was generated from the following files: