Skip to content

Commit 83563df

Browse files
committed
Test
1 parent 8dabadf commit 83563df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Common/Core/PID/ParamBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
namespace o2::pid
3838
{
39-
/// Variable to use for the pid input/output i.e. float, double et cetera
39+
/// Variable to use for the pid input/output i.e. float, double et cetera/
4040
using pidvar_t = float;
4141

4242
/// \brief Class to handle the parameters of a given detector response

Common/Core/RecoDecay.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
/// - useful arithmetic operations and basic vector algebra
3939
/// - calculation of kinematic quantities
4040
/// - calculation of topological properties of secondary vertices
41-
/// - Monte Carlo matching of decays at track and particle level
41+
/// - Monte Carlo matching of decays at track and particle level/
4242

4343
struct RecoDecay {
4444
// mapping of charm-hadron origin type

0 commit comments

Comments
 (0)