@@ -651,6 +651,10 @@ struct LightIonsEvSelQa {
651651 histos.add (" MCsel8/hMCdataFoundBcDiffVsMult" , " " , kTH2F , {axisNcontrib, axisBcDiff});
652652 histos.add (" MCsel8/hMCdataFoundBcDiffVsMult_vertTRDmatched" , " " , kTH2F , {axisNcontrib, axisBcDiff});
653653 histos.add (" MCsel8/hMCdataFoundBcDiffVsMult_vertTOFmatched" , " " , kTH2F , {axisNcontrib, axisBcDiff});
654+
655+ histos.add (" MCnonTVX/hMCdataVzDiff" , " " , kTH2F , {axisNcontrib, axisVtxZdiff});
656+ histos.add (" MCnonTVX/hMCdataBcDiffVsMult" , " " , kTH2F , {axisNcontrib, axisBcDiff});
657+ histos.add (" MCnonTVX/hMCdataFoundBcDiffVsMult" , " " , kTH2F , {axisNcontrib, axisBcDiff});
654658 }
655659
656660 Preslice<FullTracksIU> perCollision = aod::track::collisionId;
@@ -1858,6 +1862,11 @@ struct LightIonsEvSelQa {
18581862 histos.fill (HIST (" MCsel8/hMCdataFoundBcDiffVsMult_vertTOFmatched" ), col.numContrib (), foundBcDiff);
18591863 }
18601864 }
1865+ if (col.selection_bit (kNoTimeFrameBorder ) && col.selection_bit (kNoITSROFrameBorder ) && !col.selection_bit (kIsTriggerTVX )) {
1866+ histos.fill (HIST (" MCnonTVX/hMCdataVzDiff" ), col.numContrib (), diffVz);
1867+ histos.fill (HIST (" MCnonTVX/hMCdataBcDiffVsMult" ), col.numContrib (), bcDiff);
1868+ histos.fill (HIST (" MCnonTVX/hMCdataFoundBcDiffVsMult" ), col.numContrib (), foundBcDiff);
1869+ }
18611870 }
18621871 }
18631872 }
0 commit comments