slight performance increase - missing header file.

This commit is contained in:
suter_a 2018-06-06 12:55:31 +02:00
parent 6da091c96b
commit 2b049f03b9

View File

@ -65,6 +65,9 @@ class PRunNonMusr : public PRunBase
UInt_t fNoOfFitBins; ///< number of bins to be be fitted 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 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_ #endif // _PRUNNONMUSR_H_