File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -2278,6 +2278,7 @@ struct Phik0shortanalysis {
22782278 return ;
22792279
22802280 float multiplicity = collision.centFT0M ();
2281+ dataEventHist.fill (HIST (" hMultiplicityPercent" ), multiplicity);
22812282
22822283 for (const auto & track : filteredTracks)
22832284 dataEventHist.fill (HIST (" h2EtaDistribution" ), multiplicity, track.eta ());
@@ -2300,6 +2301,7 @@ struct Phik0shortanalysis {
23002301 continue ;
23012302
23022303 float genmultiplicity = mcCollision.centFT0M ();
2304+ mcEventHist.fill (HIST (" hRecMCGenMultiplicityPercent" ), genmultiplicity);
23032305
23042306 auto mcTracksThisColl = filteredMCTracks.sliceByCached (aod::track::collisionId, collision.globalIndex (), cache);
23052307
@@ -2336,6 +2338,7 @@ struct Phik0shortanalysis {
23362338 }
23372339
23382340 float genmultiplicity = mcCollision.centFT0M ();
2341+ mcEventHist.fill (HIST (" hGenMCMultiplicityPercent" ), genmultiplicity);
23392342
23402343 for (const auto & mcParticle : mcParticles) {
23412344 if (!mcParticle.isPhysicalPrimary () || std::abs (mcParticle.eta ()) > trackConfigs.etaMax )
You can’t perform that action at this time.
0 commit comments