Skip to content

Commit 39865ae

Browse files
Preet PatiPreet Pati
authored andcommitted
Addition of extra QA for TPC dEdx
1 parent 598c41c commit 39865ae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PWGCF/TwoParticleCorrelations/Tasks/pidDiHadron.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,6 @@ struct PidDiHadron {
540540
histos.add("ExpTpcdEdx_ptwise_pi", "", {HistType::kTHnSparseD, {{axisPt, axisTpcSignal, axisNsigmaTOF}}});
541541
histos.add("ExpTpcdEdx_ptwise_ka", "", {HistType::kTHnSparseD, {{axisPt, axisTpcSignal, axisNsigmaTOF}}});
542542
histos.add("ExpTpcdEdx_ptwise_pr", "", {HistType::kTHnSparseD, {{axisPt, axisTpcSignal, axisNsigmaTOF}}});
543-
544543
}
545544

546545
histos.add("eventcount", "bin", {HistType::kTH1F, {{4, 0, 4, "bin"}}}); // histogram to see how many events are in the same and mixed event
@@ -883,7 +882,6 @@ struct PidDiHadron {
883882
histos.fill(HIST("ExpSigma_ptwise"), track1.pt(), track1.tpcExpSigmaPr(), track1.tofNSigmaPr());
884883
}
885884
}
886-
887885
}
888886
if (cfgGetNsigmaQA && cfgUseItsPID) {
889887
if (cfgPIDParticle == kPions)
@@ -1584,7 +1582,6 @@ struct PidDiHadron {
15841582
histos.fill(HIST("hNsigmaProtonTruePositives"), track.pt());
15851583
}
15861584
} // Proton condition
1587-
15881585
} // end of tracks MC loop
15891586
} // end of process MC
15901587
PROCESS_SWITCH(PidDiHadron, processMC, "Process Monte Carlo", true);

0 commit comments

Comments
 (0)