Skip to content

Commit d8a1da7

Browse files
author
Mattia Faggin
committed
Remove unneccessary comments.
1 parent 6e3fe8e commit d8a1da7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/TableProducer/candidateCreatorSigmac0plusplus.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,9 @@ struct HfCandidateSigmac0plusplusMc {
466466
/// @brief process function for MC matching of Σc0,++ → Λc+(→pK-π+) π- reconstructed candidates and counting of generated ones
467467
/// @param candidatesSigmac reconstructed Σc0,++ candidates
468468
/// @param mcParticles table of generated particles
469-
void processMc(McParticlesLcGenMatch const& mcParticles, // aod::McParticles const& mcParticles,
469+
void processMc(McParticlesLcGenMatch const& mcParticles,
470470
aod::TracksWMc const& tracks,
471-
LambdacMc const& candsLc, // McParticlesLcGenMatch const& mcParticles,
471+
LambdacMc const& candsLc,
472472
McCollisionsNoCents const& collInfos,
473473
aod::McCollisions const&,
474474
BCsInfo const&)

0 commit comments

Comments
 (0)