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 d4d78b0 commit d5f94b6Copy full SHA for d5f94b6
PWGLF/TableProducer/Strangeness/Converters/stradautracksextraconverter2.cxx
@@ -29,7 +29,7 @@ struct stradautracksextraconverter2 {
29
values.itsClusterSizes(),
30
static_cast<uint8_t>(0), // findable (unknown in old format)
31
-values.tpcClusters(), // findable minus found: we know found
32
- values.tpcCrossedRows()); // findable minus crossed rows: we know crossed rows
+ -values.tpcCrossedRows()); // findable minus crossed rows: we know crossed rows
33
}
34
35
};
0 commit comments