File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
PWGLF/Tasks/GlobalEventProperties Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -1621,8 +1621,6 @@ struct PseudorapidityDensityMFT {
16211621 if constexpr (std::is_same_v<RetracksT, soa::SmallGroups<aod::BestCollisionsFwd3d>>) {
16221622 registry.fill (HIST (" Tracks/Control/amb/DCAz_amb" ), retrack.bestDCAZ ());
16231623 }
1624- if (track.collisionId () == retrack.bestCollisionId ()) {
1625- }
16261624 uniqueEventsAmb.insert (retrack.bestCollisionId ());
16271625 }
16281626 if (midtracks.size () > 0 && retrack.ambDegree () > 1 && retrack.ambDegree () != 0 ) {
@@ -1643,14 +1641,11 @@ struct PseudorapidityDensityMFT {
16431641 if constexpr (std::is_same_v<RetracksT, soa::SmallGroups<aod::BestCollisionsFwd3d>>) {
16441642 registry.fill (HIST (" Tracks/Control/nonamb/DCAz_nonamb" ), retrack.bestDCAZ ());
16451643 }
1646- if (track.collisionId () == retrack.bestCollisionId ()) {
1647- }
16481644 uniqueEvents.insert (retrack.bestCollisionId ());
16491645 }
16501646 if (midtracks.size () > 0 && retrack.ambDegree () == 1 && retrack.ambDegree () != 0 ) {
16511647 uniqueCollisions.insert (collision.globalIndex ());
16521648 }
1653- if ((retrack.ambDegree () > 1 ) || (retrack.ambDegree () <= 1 ))
16541649
16551650 if (retrack.ambDegree () != 0 ) {
16561651 registry.fill (HIST (" Tracks/Control/woOrp/woOrpTracksEtaZvtx" ),
You can’t perform that action at this time.
0 commit comments