StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
StGammaFitter Class Reference
Inheritance diagram for StGammaFitter:

Public Member Functions

 ~StGammaFitter ()
 Destructor.
 
virtual const char * GetCVS () const
 
int fit (StGammaCandidate *candidate, StGammaFitterResult *fits, Int_t plane=0)
 Fit transverse SMD profile to predetermined peak in u- and v-plane. More...
 

Static Public Member Functions

static StGammaFitterinstance ()
 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 ()
 

Protected Member Functions

 StGammaFitter ()
 Constructor in protected section to prevent user from creating instances of this singleton class. Use instance() instead.
 

Detailed Description

Definition at line 53 of file StGammaFitter.h.

Member Function Documentation

int StGammaFitter::fit ( StGammaCandidate candidate,
StGammaFitterResult fits,
Int_t  plane = 0 
)

Fit transverse SMD profile to predetermined peak in u- and v-plane.

Parameters
candidatecluster to be fitted in the SMD plane.
uholds the result of the fit in the SMD u-plane.
vholds 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.

StGammaFitter * StGammaFitter::instance ( )
static

Access to single instance of this singleton class.

Returns
Pointer to single instance of this singleton class.

Definition at line 67 of file StGammaFitter.cxx.

References StGammaFitter().


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