Functions

beamtime/cern-oct12/go4/AnalysisMacros/PR_tools.cxx File Reference

(r4864/r4738)

#include "TMath.h"
Include dependency graph for PR_tools.cxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Double_t calcSimpleDisplacement (Double_t W, Double_t Q[3])
Double_t calcDisplacement (Double_t W, Double_t Q[3], Double_t sigma)
Double_t calcDisplacementOverflow (Double_t W, Double_t Q[3])
Double_t calcDisplacementRatio (Double_t W, Double_t Q[3])
Double_t calcDisplacementGRatio (Double_t W, Double_t Q[3])
Double_t calcDisplacementHyperbolicSecantSquared (Double_t W, Double_t Q[3])
Double_t calcDisplacementHyperbolicSecantSquaredFitting (Double_t W, Double_t Q[3])
Double_t calcDisplacementMathiesonFitting (Double_t W, Double_t Q[3])
Double_t calcDisplacementPRFFitting (Double_t W, Double_t Q[3])
void PR_tools ()

Function Documentation

Double_t calcDisplacement ( Double_t  W,
Double_t  Q[3],
Double_t  sigma 
)

Definition at line 12 of file PR_tools.cxx.

Referenced by spadic_pr_Analysis().

Double_t calcDisplacementGRatio ( Double_t  W,
Double_t  Q[3] 
)

Definition at line 46 of file PR_tools.cxx.

Double_t calcDisplacementHyperbolicSecantSquared ( Double_t  W,
Double_t  Q[3] 
)

Definition at line 54 of file PR_tools.cxx.

Referenced by spadic_pr_Analysis().

Double_t calcDisplacementHyperbolicSecantSquaredFitting ( Double_t  W,
Double_t  Q[3] 
)

Definition at line 59 of file PR_tools.cxx.

Double_t calcDisplacementMathiesonFitting ( Double_t  W,
Double_t  Q[3] 
)

Definition at line 74 of file PR_tools.cxx.

Double_t calcDisplacementOverflow ( Double_t  W,
Double_t  Q[3] 
)

Definition at line 26 of file PR_tools.cxx.

Double_t calcDisplacementPRFFitting ( Double_t  W,
Double_t  Q[3] 
)

Definition at line 99 of file PR_tools.cxx.

Referenced by spadic_pr_Analysis().

Double_t calcDisplacementRatio ( Double_t  W,
Double_t  Q[3] 
)

Definition at line 37 of file PR_tools.cxx.

Double_t calcSimpleDisplacement ( Double_t  W,
Double_t  Q[3] 
)

Definition at line 4 of file PR_tools.cxx.

Referenced by CalcPrf(), and spadic_pr_Analysis().

void PR_tools (  ) 

Definition at line 124 of file PR_tools.cxx.