We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2b0ed commit fad960fCopy full SHA for fad960f
1 file changed
PWGLF/Tasks/Strangeness/strangenessInJets.cxx
@@ -355,6 +355,7 @@ struct StrangenessInJets {
355
u.SetXYZ(ux, uy, uz);
356
return;
357
}
358
+ */
359
360
// Delta phi calculation
361
double getDeltaPhi(double a1, double a2)
@@ -371,7 +372,6 @@ struct StrangenessInJets {
371
372
373
return deltaPhi;
374
- */
375
376
// Check if particle is a physical primary or a decay product of a heavy-flavor hadron
377
bool isPhysicalPrimaryOrFromHF(aod::McParticle const& particle, aod::McParticles const& mcParticles)
0 commit comments