We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dabadf commit 83563dfCopy full SHA for 83563df
2 files changed
Common/Core/PID/ParamBase.h
@@ -36,7 +36,7 @@
36
37
namespace o2::pid
38
{
39
-/// Variable to use for the pid input/output i.e. float, double et cetera
+/// Variable to use for the pid input/output i.e. float, double et cetera/
40
using pidvar_t = float;
41
42
/// \brief Class to handle the parameters of a given detector response
Common/Core/RecoDecay.h
@@ -38,7 +38,7 @@
/// - useful arithmetic operations and basic vector algebra
/// - calculation of kinematic quantities
/// - calculation of topological properties of secondary vertices
-/// - Monte Carlo matching of decays at track and particle level
+/// - Monte Carlo matching of decays at track and particle level/
43
struct RecoDecay {
44
// mapping of charm-hadron origin type
0 commit comments