From 99d37c09c3520ce4e63df9c35e035a13be9ecbd2 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 23 Jul 2024 05:47:29 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGJE/Tasks/phiInJets.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGJE/Tasks/phiInJets.cxx b/PWGJE/Tasks/phiInJets.cxx index b0b2335e7f4..8cf2c05885b 100644 --- a/PWGJE/Tasks/phiInJets.cxx +++ b/PWGJE/Tasks/phiInJets.cxx @@ -1352,7 +1352,7 @@ struct phiInJets { std::cout << "******************************************" << std::endl; } JEhistos.fill(HIST("Resp_Matrix_MATCHED"), lResonance.Pt(), jetpt_mcd, mothers1Pt[0], jetpt_mcp); - unsigned int seed = 1992; + unsigned int seed = 1992; int dice = rand_r(&seed) % 2; if (dice > 0) JEhistos.fill(HIST("Resp_Matrix_MATCHED_rand0"), lResonance.Pt(), jetpt_mcd, mothers1Pt[0], jetpt_mcp);