We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e8e58 commit 39e6e52Copy full SHA for 39e6e52
PWGLF/Tasks/Nuspex/NucleiHistTask.cxx
@@ -779,7 +779,7 @@ struct NucleiHistTask {
779
780
histTrackcuts_data_particle->AddBinContent(12);
781
782
- if (TPCnSigma_particle > nsigmacutLow && TPCnSigma_particle < nsigmacutHigh && TMath::Abs(track.dcaZ()) < 2.0 && TMath::Abs(track.dcaXY()) < 0.5) {
+ if (TPCnSigma_particle > nsigmacutLow && TPCnSigma_particle < nsigmacutHigh) {
783
if (track.sign() > 0) {
784
particle_reg.fill(HIST("histDcaVsPtData"), momentum, track.dcaXY());
785
particle_reg.fill(HIST("histDcaZVsPtData"), momentum, track.dcaZ());
0 commit comments