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 09a7042 commit 0bd079dCopy full SHA for 0bd079d
PWGLF/TableProducer/Strangeness/Converters/stradautracksextraconverter2.cxx
@@ -27,8 +27,8 @@ struct stradautracksextraconverter2 {
27
dauTrackExtras_002(values.itsChi2PerNcl(),
28
values.detectorMap(),
29
values.itsClusterSizes(),
30
- static_cast<uint8_t>(0), // findable (unknown in old format)
31
- -values.tpcClusters(), // findable minus found: we know found
+ static_cast<uint8_t>(0), // findable (unknown in old format)
+ -values.tpcClusters(), // findable minus found: we know found
32
-values.tpcCrossedRows()); // findable minus crossed rows: we know crossed rows
33
}
34
0 commit comments