From c7b840a4f30f0b3d2f7225bad108e1c3640c7b1c Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Sat, 23 Jan 2016 10:05:07 +0100 Subject: [PATCH] adopted to C++11 --- src/include/PRunSingleHistoRRF.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/PRunSingleHistoRRF.h b/src/include/PRunSingleHistoRRF.h index 63b063eb..27ff64fb 100644 --- a/src/include/PRunSingleHistoRRF.h +++ b/src/include/PRunSingleHistoRRF.h @@ -58,7 +58,7 @@ class PRunSingleHistoRRF : public PRunBase virtual Bool_t PrepareViewData(PRawRunData* runData, const UInt_t histoNo); private: - static const Double_t fN0EstimateEndTime = 1.0; ///< end time in (us) over which N0 is estimated. Should eventually be estimated automatically ... + static constexpr Double_t fN0EstimateEndTime = 1.0; ///< end time in (us) over which N0 is estimated. Should eventually be estimated automatically ... UInt_t fNoOfFitBins; ///< number of bins to be fitted Double_t fBackground; ///< needed if background range is given (units: 1/bin)