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.
1 parent 0aec0ac commit 42f8b62Copy full SHA for 42f8b62
Common/TableProducer/selectionStudyTable.cxx
@@ -105,7 +105,7 @@ struct SelectionStudyTable {
105
if (std::abs(mcPart.pdgCode()) == 3334) {
106
ptom.push_back(mcPart.pt());
107
}
108
- if (std::abs(mcPart.pdgCode()) == 3334) {
+ if (std::abs(mcPart.pdgCode()) == 3334) { // FIXME: The if condition is the same as the previous if condition.
109
110
111
// inclusive HF for now
0 commit comments