Skip to content

Commit

Permalink
Please consider the following formatting changes (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild authored Jan 11, 2024
1 parent a98fa66 commit cfdefb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PWGLF/TableProducer/strangederivedbuilder.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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});
}
Expand Down Expand Up @@ -430,7 +430,8 @@ struct strangederivedbuilder {
}
}

void processReconstructedSimulation(aod::McCollision const& mcCollision, soa::SmallGroups<soa::Join<aod::McCollisionLabels, aod::Collisions, aod::CentFT0Ms, aod::CentFT0As, aod::CentFT0Cs, aod::CentFV0As>> const& collisions, TracksCompleteIUMC const& tracks, aod::McParticles const& mcParticles){
void processReconstructedSimulation(aod::McCollision const& mcCollision, soa::SmallGroups<soa::Join<aod::McCollisionLabels, aod::Collisions, aod::CentFT0Ms, aod::CentFT0As, aod::CentFT0Cs, aod::CentFV0As>> 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
Expand All @@ -454,7 +455,6 @@ struct strangederivedbuilder {
});
}
}

}

void processProduceV0TOFs(aod::Collision const& collision, aod::V0Datas const& V0s, FullTracksExtIUTOF const&)
Expand Down

0 comments on commit cfdefb1

Please sign in to comment.