#include "TMath.h"
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 () |
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.