Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Nov 14, 2024
1 parent a29a348 commit d29cb39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PWGLF/Tasks/Nuspex/AngularCorrelationsInJets.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ struct AngularCorrelationsInJets {
return false;
if (TMath::Abs(track.dcaZ()) > fProtonDCAzCF)
return false;

registryData.fill(HIST("hTPCnsigmaProtonCF"), track.pt(), track.tpcNSigmaPr());

// TPC
Expand Down Expand Up @@ -501,9 +501,9 @@ struct AngularCorrelationsInJets {
return false;
if (TMath::Abs(track.dcaZ()) > fNucleiDCAzCF)
return false;

registryData.fill(HIST("hTPCnsigmaNucleiCF"), track.pt(), track.tpcNSigmaHe());

// TPC
if (track.pt() < fNucleiTPCTOFpT && TMath::Abs(track.tpcNSigmaHe()) > fNucleiTPCnsigLowCF)
return false;
Expand Down Expand Up @@ -602,7 +602,7 @@ struct AngularCorrelationsInJets {
return false;

registryData.fill(HIST("hTPCnsigmaAntinucleiCF"), track.pt(), track.tpcNSigmaHe());

// TPC
if (track.pt() < fAntinucleiTPCTOFpT && TMath::Abs(track.tpcNSigmaHe()) > fAntinucleiTPCnsigLowCF)
return false;
Expand Down

0 comments on commit d29cb39

Please sign in to comment.