Skip to content

Commit 39e6e52

Browse files
authored
[PWGLF] Update NucleiHistTask.cxx (#10575)
1 parent 38e8e58 commit 39e6e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Nuspex/NucleiHistTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ struct NucleiHistTask {
779779

780780
histTrackcuts_data_particle->AddBinContent(12);
781781

782-
if (TPCnSigma_particle > nsigmacutLow && TPCnSigma_particle < nsigmacutHigh && TMath::Abs(track.dcaZ()) < 2.0 && TMath::Abs(track.dcaXY()) < 0.5) {
782+
if (TPCnSigma_particle > nsigmacutLow && TPCnSigma_particle < nsigmacutHigh) {
783783
if (track.sign() > 0) {
784784
particle_reg.fill(HIST("histDcaVsPtData"), momentum, track.dcaXY());
785785
particle_reg.fill(HIST("histDcaZVsPtData"), momentum, track.dcaZ());

0 commit comments

Comments
 (0)