Skip to content

Commit cd129d2

Browse files
committed
Move const
1 parent caac481 commit cd129d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/Utils/utilsMcGen.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ namespace hf_mc_gen
3636
{
3737

3838
template <typename TMcParticles, typename TMcParticlesPerColl, typename TCursor>
39-
void fillMcMatchGen2Prong(const TMcParticles& mcParticles,
40-
const TMcParticlesPerColl& mcParticlesPerMcColl,
39+
void fillMcMatchGen2Prong(TMcParticles const& mcParticles,
40+
TMcParticlesPerColl const& mcParticlesPerMcColl,
4141
TCursor& rowMcMatchGen,
4242
const bool rejectBackground,
4343
const bool matchCorrelatedBackground)

0 commit comments

Comments
 (0)