Skip to content

Commit c2ec340

Browse files
committed
Fix typo
1 parent ce58b70 commit c2ec340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/TableProducer/eventSelection.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ struct BcSelectionTask {
600600
}
601601
if (goodCBTcalo) {
602602
histos.get<TH1>(HIST("hCounterTVXafterBCcuts_CBT_calo"))->Fill(srun, 1);
603-
histos.get<TH1>(HIST("hLumiTVX_afterBCcutsCBT_calo"))->Fill(srun, 1. / csTVX);
603+
histos.get<TH1>(HIST("hLumiTVXafterBCcuts_CBT_calo"))->Fill(srun, 1. / csTVX);
604604
}
605605
if (goodCBTmuon) {
606606
histos.get<TH1>(HIST("hCounterTVXafterBCcuts_CBT_muon"))->Fill(srun, 1);

0 commit comments

Comments
 (0)