Skip to content

Commit

Permalink
Merge pull request #6 from alibuild/alibot-cleanup-6967
Browse files Browse the repository at this point in the history
Please consider the following formatting changes to #6967
  • Loading branch information
stefanopolitano authored Jul 24, 2024
2 parents 6906bd5 + b644867 commit 39ab629
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions PWGHF/TableProducer/candidateCreatorXic0Omegac0.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,6 @@ struct HfCandidateCreatorXic0Omegac0Mc {
LOGP(fatal, "At most one process function for OmegacToOmegaK collision study can be enabled at a time.");
}


const auto& workflows = initContext.services().get<RunningWorkflowInfo const>();
for (const DeviceSpec& device : workflows.devices) {
if (device.name.compare("hf-candidate-creator-xic0-omegac0") == 0) {
Expand Down Expand Up @@ -1243,12 +1242,12 @@ struct HfCandidateCreatorXic0Omegac0Mc {
PROCESS_SWITCH(HfCandidateCreatorXic0Omegac0Mc, processMcOmegacToOmegaPiFT0c, "Run Omegac0 to omega pi MC process function - FT0C", false);

void processMcOmegacToOmegaK(aod::HfCandToOmegaK const& candidates,
aod::TracksWMc const& tracks,
aod::McParticles const& mcParticles,
aod::McCollisions const& mcColls,
aod::McCollisionLabels const& mcLabels,
McCollisionsFT0Ms const& collInfos,
BCsInfo const& bcs)
aod::TracksWMc const& tracks,
aod::McParticles const& mcParticles,
aod::McCollisions const& mcColls,
aod::McCollisionLabels const& mcLabels,
McCollisionsFT0Ms const& collInfos,
BCsInfo const& bcs)
{
runXic0Omegac0Mc<CentralityEstimator::None, aod::hf_cand_xic0_omegac0::DecayType::OmegaczeroToOmegaK>(candidates, tracks, mcParticles, collInfos, mcColls, mcLabels, bcs);
}
Expand Down

0 comments on commit 39ab629

Please sign in to comment.