@@ -393,8 +393,9 @@ struct LambdaTableProducer {
393393 void init (InitContext const &)
394394 {
395395 // initialize axis specifications
396- const AxisSpec axisCols (5 , 0 ., 5 ., " " );
397- const AxisSpec axisTrks (15 , 0 ., 15 ., " " );
396+ const AxisSpec axisCols (5 , 0.5 , 5.5 , " " );
397+ const AxisSpec axisTrks (15 , 0.5 , 15.5 , " " );
398+ const AxisSpec axisEffChecks (3 , 0 , 3 , " " );
398399 const AxisSpec axisCent (100 , 0 , 100 , " Centrality(%)" );
399400 const AxisSpec axisVarCent (cCentBins, " FT0C%" );
400401 const AxisSpec axisPVMults (1000 , 0 , 1000 , " N_{PV}" );
@@ -437,7 +438,7 @@ struct LambdaTableProducer {
437438 // QA
438439 histos.add (" Tracks/h1f_lambda_info" , " Lambda selection info" , kTH1F , {axisTrks});
439440 histos.add (" Tracks/h1f_kaon_info" , " Kaon selection info" , kTH1F , {axisTrks});
440- histos.add (" Tracks/h1f_effcorr_info" , " Efficiency correction info" , kTH1F , {axisTrks });
441+ histos.add (" Tracks/h1f_effcorr_info" , " Efficiency correction info" , kTH1F , {axisEffChecks });
441442 histos.add (" Tracks/h2f_armpod_before_sel" , " Armentros-Podolanski Plot" , kTH2F , {axisAlpha, axisQtarm});
442443 histos.add (" Tracks/h2f_armpod_after_sel" , " Armentros-Podolanski Plot" , kTH2F , {axisAlpha, axisQtarm});
443444
0 commit comments