There was an error while loading. Please reload this page.
1 parent 56501d6 commit d7afbd6Copy full SHA for d7afbd6
1 file changed
EventVisualisation/DataConverter/src/VisualisationEvent.cxx
@@ -74,8 +74,8 @@ VisualisationEvent::GIDVisualisation VisualisationEvent::mVis = [] {
74
res.contains[o2::dataformats::GlobalTrackID::MFTMCHMID][filter] = true;
75
}
76
if (filter == o2::event_visualisation::EVisualisationGroup::MID) {
77
- res.contains[o2::dataformats::GlobalTrackID::MCH][filter] = true;
78
- res.contains[o2::dataformats::GlobalTrackID::MFTMCH][filter] = true;
+ res.contains[o2::dataformats::GlobalTrackID::MID][filter] = true;
+ res.contains[o2::dataformats::GlobalTrackID::MCHMID][filter] = true;
79
80
81
if (filter == o2::event_visualisation::EVisualisationGroup::EMC) {
0 commit comments