Skip to content

Commit 982dd8b

Browse files
authored
[ALICE3] Fix name of histogram in dilepton task (#15150)
1 parent 51c08b8 commit 982dd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ALICE3/Tasks/alice3-dilepton.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ struct Alice3Dilepton {
642642

643643
} // end of mc particle loop
644644
registry.fill(HIST("Generated/Particle/ParticlesPerEvent"), nParticlesInEvent);
645-
registry.fill(HIST("Generated/Particle/ParticlesFIT"), nParticlesFIT);
645+
registry.fill(HIST("Generated/Particle/ParticlesFit"), nParticlesFIT);
646646

647647
auto neg_mcParticles_coll = neg_mcParticles->sliceByCached(o2::aod::mcparticle::mcCollisionId, mccollision.globalIndex(), cache_mc);
648648
auto pos_mcParticles_coll = pos_mcParticles->sliceByCached(o2::aod::mcparticle::mcCollisionId, mccollision.globalIndex(), cache_mc);

0 commit comments

Comments
 (0)