We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce58b70 commit c2ec340Copy full SHA for c2ec340
Common/TableProducer/eventSelection.cxx
@@ -600,7 +600,7 @@ struct BcSelectionTask {
600
}
601
if (goodCBTcalo) {
602
histos.get<TH1>(HIST("hCounterTVXafterBCcuts_CBT_calo"))->Fill(srun, 1);
603
- histos.get<TH1>(HIST("hLumiTVX_afterBCcutsCBT_calo"))->Fill(srun, 1. / csTVX);
+ histos.get<TH1>(HIST("hLumiTVXafterBCcuts_CBT_calo"))->Fill(srun, 1. / csTVX);
604
605
if (goodCBTmuon) {
606
histos.get<TH1>(HIST("hCounterTVXafterBCcuts_CBT_muon"))->Fill(srun, 1);
0 commit comments