From cfdefb1bc6d7845fd75d0a29f27a005fcab2571d Mon Sep 17 00:00:00 2001 From: ALICE Builder Date: Thu, 11 Jan 2024 16:31:52 +0100 Subject: [PATCH] Please consider the following formatting changes (#215) --- PWGLF/TableProducer/strangederivedbuilder.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PWGLF/TableProducer/strangederivedbuilder.cxx b/PWGLF/TableProducer/strangederivedbuilder.cxx index f854f3a8789..2cfc1450510 100644 --- a/PWGLF/TableProducer/strangederivedbuilder.cxx +++ b/PWGLF/TableProducer/strangederivedbuilder.cxx @@ -144,7 +144,7 @@ struct strangederivedbuilder { }); // Creation of histograms: MC generated - for (Int_t i = 0; i < nSpecies; i++){ + for (Int_t i = 0; i < nSpecies; i++) { histos.add(Form("hGen%s", particleNames[i].data()), Form("hGen%s", particleNames[i].data()), kTH1D, {axisPt}); histos.add(Form("h2dGen%s", particleNames[i].data()), Form("h2dGen%s", particleNames[i].data()), kTH2D, {axisCentrality, axisPt}); } @@ -430,7 +430,8 @@ struct strangederivedbuilder { } } - void processReconstructedSimulation(aod::McCollision const& mcCollision, soa::SmallGroups> const& collisions, TracksCompleteIUMC const& tracks, aod::McParticles const& mcParticles){ + void processReconstructedSimulation(aod::McCollision const& mcCollision, soa::SmallGroups> const& collisions, TracksCompleteIUMC const& tracks, aod::McParticles const& mcParticles) + { // this process function also checks if a given collision was reconstructed and checks explicitly for splitting, etc // identify best-of collision @@ -454,7 +455,6 @@ struct strangederivedbuilder { }); } } - } void processProduceV0TOFs(aod::Collision const& collision, aod::V0Datas const& V0s, FullTracksExtIUTOF const&)