File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
PWGLF/Tasks/GlobalEventProperties Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -1641,8 +1641,6 @@ struct PseudorapidityDensityMFT {
16411641 if constexpr (std::is_same_v<RetracksT, soa::SmallGroups<aod::BestCollisionsFwd3d>>) {
16421642 registry.fill (HIST (" Tracks/Control/amb/DCAz_amb" ), retrack.bestDCAZ ());
16431643 }
1644- if (track.collisionId () == retrack.bestCollisionId ()) {
1645- }
16461644 uniqueEventsAmb.insert (retrack.bestCollisionId ());
16471645 }
16481646 if (midtracks.size () > 0 && retrack.ambDegree () > 1 && retrack.ambDegree () != 0 ) {
@@ -1663,15 +1661,11 @@ struct PseudorapidityDensityMFT {
16631661 if constexpr (std::is_same_v<RetracksT, soa::SmallGroups<aod::BestCollisionsFwd3d>>) {
16641662 registry.fill (HIST (" Tracks/Control/nonamb/DCAz_nonamb" ), retrack.bestDCAZ ());
16651663 }
1666- if (track.collisionId () == retrack.bestCollisionId ()) {
1667- }
16681664 uniqueEvents.insert (retrack.bestCollisionId ());
16691665 }
16701666 if (midtracks.size () > 0 && retrack.ambDegree () == 1 && retrack.ambDegree () != 0 ) {
16711667 uniqueCollisions.insert (collision.globalIndex ());
16721668 }
1673- if ((retrack.ambDegree () > 1 ) || (retrack.ambDegree () <= 1 ))
1674-
16751669 if (retrack.ambDegree () != 0 ) {
16761670 registry.fill (HIST (" Tracks/Control/woOrp/woOrpTracksEtaZvtx" ),
16771671 track.eta (), z);
You can’t perform that action at this time.
0 commit comments