We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8270ec commit 6b77712Copy full SHA for 6b77712
1 file changed
PWGLF/TableProducer/Nuspex/lithium4analysis.cxx
@@ -381,7 +381,7 @@ struct lithium4analysis {
381
bool selectionPIDProton(const Ttrack& candidate)
382
{
383
m_qaRegistry.fill(HIST("h2NsigmaProtonTPC_preselection"), candidate.tpcInnerParam(), candidate.tpcNSigmaPr());
384
- if (candidate.hasTOF() && candidate.pt() < setting_cutPtMinTOFPr) {
+ if (candidate.hasTOF() && candidate.pt() > setting_cutPtMinTOFPr) {
385
if (std::abs(candidate.tofNSigmaPr()) < setting_cutNsigmaTOF && std::abs(candidate.tpcNSigmaPr()) < setting_cutNsigmaTPC) {
386
m_qaRegistry.fill(HIST("h2NsigmaProtonTPC"), candidate.tpcInnerParam(), candidate.tpcNSigmaPr());
387
m_qaRegistry.fill(HIST("h2NsigmaProtonTOF"), candidate.p(), candidate.tofNSigmaPr());
0 commit comments