move DeadTimeCorrection to PRunBase. Make ADDRUN part in PrepareData more readable.

This commit is contained in:
2026-03-02 10:46:39 +01:00
parent 811b47cf41
commit 7d102a2604
3 changed files with 75 additions and 4 deletions
+8
View File
@@ -315,6 +315,14 @@ class PRunBase
*/
virtual Bool_t PrepareData() = 0;
/**
* \brief carry out dead time correction
*
* \param histos histograms to be corrected
* \param histoNo histogram numbers
*/
virtual void DeadTimeCorrection(std::vector<PDoubleVector> &histos, PUIntVector &histoNo);
/**
* \brief Calculates Kaiser window FIR filter coefficients for RRF smoothing.
*