We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caac481 commit cd129d2Copy full SHA for cd129d2
PWGHF/Utils/utilsMcGen.h
@@ -36,8 +36,8 @@ namespace hf_mc_gen
36
{
37
38
template <typename TMcParticles, typename TMcParticlesPerColl, typename TCursor>
39
-void fillMcMatchGen2Prong(const TMcParticles& mcParticles,
40
- const TMcParticlesPerColl& mcParticlesPerMcColl,
+void fillMcMatchGen2Prong(TMcParticles const& mcParticles,
+ TMcParticlesPerColl const& mcParticlesPerMcColl,
41
TCursor& rowMcMatchGen,
42
const bool rejectBackground,
43
const bool matchCorrelatedBackground)
0 commit comments