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 a4c0d4f commit aee6ae7Copy full SHA for aee6ae7
Detectors/PHOS/reconstruction/src/CaloRawFitter.cxx
@@ -13,6 +13,7 @@
13
/// \author Dmitri Peresunko
14
15
#include <gsl/span>
16
+#include <cmath>
17
18
#include "PHOSReconstruction/CaloRawFitter.h"
19
#include "PHOSBase/PHOSSimParams.h"
Detectors/PHOS/reconstruction/src/CaloRawFitterGS.cxx
@@ -13,6 +13,8 @@
+#include <TMath.h>
#include "PHOSReconstruction/CaloRawFitterGS.h"
20
0 commit comments