Skip to content

Commit fe3e9fa

Browse files
committed
fixup
1 parent 973d7c6 commit fe3e9fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tutorials/src/mcHistograms.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ struct LoopOverMcMatched {
127127
LOGF(warning, "No MC particle for track, skip...");
128128
continue;
129129
}
130-
etaDiff->Fill(track.mcParticle_as<aod::McParticles_000>().eta() - track.eta());
130+
etaDiff->Fill(track.mcParticle().eta() - track.eta());
131131
}
132132
}
133133
}

0 commit comments

Comments
 (0)