From 2b049f03b9c32324e1787b972f62244281ae9987 Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Wed, 6 Jun 2018 12:55:31 +0200 Subject: [PATCH] slight performance increase - missing header file. --- src/include/PRunNonMusr.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/include/PRunNonMusr.h b/src/include/PRunNonMusr.h index 3bb7ce97..49ff94ef 100644 --- a/src/include/PRunNonMusr.h +++ b/src/include/PRunNonMusr.h @@ -65,6 +65,9 @@ class PRunNonMusr : public PRunBase UInt_t fNoOfFitBins; ///< number of bins to be be fitted Int_t fPacking; ///< packing for this particular run. Either given in the RUN- or GLOBAL-block. + + Int_t fStartTimeBin; ///< bin at which the fit starts + Int_t fEndTimeBin; ///< bin at which the fit ends }; #endif // _PRUNNONMUSR_H_