Skip to content
Snippets Groups Projects
Commit cd1b1519 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix return type

parent 6a0d8a58
No related branches found
No related tags found
1 merge request!2Add shower pdf
Pipeline #9075 failed
......@@ -240,12 +240,12 @@ struct JShowerPDF_t {
* \param t1 arrival time relative to Cherenkov hypothesis [ns]
* \return hypothesis value
*/
result_type calculate()(const double E,
const double D,
const double cd,
const double theta,
const double phi,
const double t1) const
result_type calculate(const double E,
const double D,
const double cd,
const double theta,
const double phi,
const double t1) const
{
using namespace JPP;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment