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 a637d82 commit 25d5155Copy full SHA for 25d5155
1 file changed
PWGUD/TableProducer/Converters/UDFwdTracksExtraConverter.cxx
@@ -38,14 +38,14 @@ struct UDFwdTracksExtraConverter {
38
void process(o2::aod::UDFwdTracksExtra_000 const& tracks)
39
{
40
int trkType = 3; // trackType of MCH-MID tracks is 3
41
-
+
42
for (const auto& track : tracks) {
43
44
if (track.chi2MatchMCHMID() > 0)
45
trkType = 3; // trackType of MCH-MID tracks is 3
46
if (track.chi2MatchMCHMID() < 0)
47
trkType = 4; // trackType of MCH only tracks is 4
48
49
udFwdTracksExtra_001(trkType,
50
track.nClusters(),
51
track.pDca(),
0 commit comments