We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ff5a1f + d7fbd58 commit c715f1bCopy full SHA for c715f1b
PWGLF/Utils/decay3bodyBuilderHelper.h
@@ -244,11 +244,10 @@ class decay3bodyBuilderHelper
244
if (!acceptTPCOnly) {
245
if (askOnlyITSMatch) {
246
if (!trackProton.hasITS() || !trackPion.hasITS() || !trackDeuteron.hasITS()) {
247
- decay3body = {};
248
- return false;
+ decay3body = {};
+ return false;
249
}
250
- }
251
- else {
+ } else {
252
bool isProtonTPCOnly = !trackProton.hasITS() && !trackProton.hasTOF() && !trackProton.hasTRD();
253
bool isPionTPCOnly = !trackPion.hasITS() && !trackPion.hasTOF() && !trackPion.hasTRD();
254
bool isDeuteronTPCOnly = !trackDeuteron.hasITS() && !trackDeuteron.hasTOF() && !trackDeuteron.hasTRD();
0 commit comments