Skip to content

Commit

Permalink
Merge pull request #12 from alibuild/alibot-cleanup-8158
Browse files Browse the repository at this point in the history
Please consider the following formatting changes to #8158
  • Loading branch information
ljoergen authored Oct 29, 2024
2 parents 26d6d0e + 77e2368 commit a7e8c0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PWGLF/Tasks/Nuspex/AngularCorrelationsInJets.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -908,8 +908,7 @@ struct AngularCorrelationsInJets {
registryData.fill(HIST("hTPCsignalNuclei"), jetParticle.pt() * jetParticle.sign(), jetParticle.tpcNSigmaDe());
if (jetParticle.hasTOF())
registryData.fill(HIST("hTOFsignalNuclei"), jetParticle.pt() * jetParticle.sign(), jetParticle.tofNSigmaDe());
} else
{
} else {
registryData.fill(HIST("hTPCsignalNuclei"), jetParticle.pt() * jetParticle.sign(), jetParticle.tpcNSigmaHe());
if (jetParticle.hasTOF())
registryData.fill(HIST("hTOFsignalNuclei"), jetParticle.pt() * jetParticle.sign(), jetParticle.tofNSigmaHe());
Expand Down

0 comments on commit a7e8c0d

Please sign in to comment.