Skip to content

Commit 1bd4d47

Browse files
mfasDadavidrohr
authored andcommitted
[EMCAL-693] Minor fixes in documetation of the CaloRawFitter classes
1 parent c5324aa commit 1bd4d47

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Detectors/EMCAL/reconstruction/include/EMCALReconstruction/CaloRawFitter.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ class CaloRawFitter
7575
std::optional<unsigned int> altrocfg2) = 0;
7676

7777
/// \brief Method to do the selection of what should possibly be fitted.
78+
/// \param bunchvector ALTRO bunches for the current channel
79+
/// \param altrocfg1 ALTRO config register 1 from RCU trailer
80+
/// \param altrocfg2 ALTRO config register 2 from RCU trailer
7881
/// \return Size of the sub-selected sample,
7982
/// \return index of the bunch with maximum signal,
8083
/// \return maximum signal,

Detectors/EMCAL/reconstruction/include/EMCALReconstruction/CaloRawFitterGamma2.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ class CaloRawFitterGamma2 final : public CaloRawFitter
5252
int getNiterationsMax() { return mNiterationsMax; }
5353

5454
/// \brief Evaluation Amplitude and TOF
55-
/// \param
55+
/// \param bunchvector ALTRO bunches for the current channel
56+
/// \param altrocfg1 ALTRO config register 1 from RCU trailer
57+
/// \param altrocfg2 ALTRO config register 2 from RCU trailer
5658
/// \throw RawFitterError_t::FIT_ERROR in case the peak fit failed
5759
/// \return Container with the fit results (amp, time, chi2, ...)
5860
CaloFitResults evaluate(const gsl::span<const Bunch> bunchvector,

0 commit comments

Comments
 (0)