Skip to content

Commit fad960f

Browse files
committed
fixed end of comment
1 parent ab2b0ed commit fad960f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/strangenessInJets.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ struct StrangenessInJets {
355355
u.SetXYZ(ux, uy, uz);
356356
return;
357357
}
358+
*/
358359

359360
// Delta phi calculation
360361
double getDeltaPhi(double a1, double a2)
@@ -371,7 +372,6 @@ struct StrangenessInJets {
371372

372373
return deltaPhi;
373374
}
374-
*/
375375

376376
// Check if particle is a physical primary or a decay product of a heavy-flavor hadron
377377
bool isPhysicalPrimaryOrFromHF(aod::McParticle const& particle, aod::McParticles const& mcParticles)

0 commit comments

Comments
 (0)