We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b10e05 commit a7ce56dCopy full SHA for a7ce56d
hydra/functions/CrystalBallShape.h
@@ -93,7 +93,7 @@ class CrystalBallShape: public BaseFunctor<CrystalBallShape<ArgType>, Signature,
93
double alpha = _par[2];
94
double N = _par[3];
95
96
- double t = (alpha < 0.0) ? (m-mean)/sigma:(mean-m)/sigma;
+ double t = (alpha < 0.0) ? (mean-m)/sigma:(mean-m)/sigma;
97
double abs_alpha = fabs(alpha);
98
99
0 commit comments