@@ -220,18 +220,22 @@ struct DndetaMFTPbPb {
220220 }
221221
222222 auto hev = registry.add <TH1>(" hEvtSel" , " hEvtSel" , HistType::kTH1F ,
223- {{12 , -0 .5f , +11 .5f }});
223+ {{16 , -0 .5f , +15 .5f }});
224224 hev->GetXaxis ()->SetBinLabel (1 , " All collisions" );
225225 hev->GetXaxis ()->SetBinLabel (2 , " Ev. sel." );
226226 hev->GetXaxis ()->SetBinLabel (3 , " kIsGoodZvtxFT0vsPV" );
227227 hev->GetXaxis ()->SetBinLabel (4 , " NoSameBunchPileup" );
228228 hev->GetXaxis ()->SetBinLabel (5 , " Z-vtx cut" );
229229 hev->GetXaxis ()->SetBinLabel (6 , " kNoCollInTimeRangeStd" );
230230 hev->GetXaxis ()->SetBinLabel (7 , " kNoCollInTimeRangeNarrow" );
231- hev->GetXaxis ()->SetBinLabel (8 , " Below min occup." );
232- hev->GetXaxis ()->SetBinLabel (9 , " Above max occup." );
233- hev->GetXaxis ()->SetBinLabel (10 , " Below min IR (kHz)" );
234- hev->GetXaxis ()->SetBinLabel (11 , " Above max IR (kHz)" );
231+ hev->GetXaxis ()->SetBinLabel (8 , " kNoCollInTimeRangeStrict" );
232+ hev->GetXaxis ()->SetBinLabel (9 , " kNoCollInRofStrict" );
233+ hev->GetXaxis ()->SetBinLabel (10 , " kNoCollInRofStandard" );
234+ hev->GetXaxis ()->SetBinLabel (11 , " kNoHighMultCollInPrevRof" );
235+ hev->GetXaxis ()->SetBinLabel (12 , " Below min occup." );
236+ hev->GetXaxis ()->SetBinLabel (13 , " Above max occup." );
237+ hev->GetXaxis ()->SetBinLabel (14 , " Below min IR (kHz)" );
238+ hev->GetXaxis ()->SetBinLabel (15 , " Above max IR (kHz)" );
235239
236240 auto hBcSel = registry.add <TH1>(" hBcSel" , " hBcSel" , HistType::kTH1F ,
237241 {{3 , -0 .5f , +2 .5f }});
@@ -741,13 +745,13 @@ struct DndetaMFTPbPb {
741745 return false ;
742746 }
743747 if (fillHis) {
744- registry.fill (HIST (" hEvtSel" ), 9 );
748+ registry.fill (HIST (" hEvtSel" ), 13 );
745749 }
746750 if (eventCuts.maxIR >= 0 && ir > eventCuts.maxIR ) {
747751 return false ;
748752 }
749753 if (fillHis) {
750- registry.fill (HIST (" hEvtSel" ), 10 );
754+ registry.fill (HIST (" hEvtSel" ), 14 );
751755 }
752756 return true ;
753757 }
0 commit comments