Skip to content

Commit 1a594c6

Browse files
Update EventNtupleMaker_module.cc
1 parent 3fccf7e commit 1a594c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EventNtupleMaker_module.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ namespace mu2e {
566566
_hVersion = tfs->make<TH1I>("version", "version number",3,0,3);
567567
_hVersion->GetXaxis()->SetBinLabel(1, "major"); _hVersion->SetBinContent(1, 6);
568568
_hVersion->GetXaxis()->SetBinLabel(2, "minor"); _hVersion->SetBinContent(2, 12);
569-
_hVersion->GetXaxis()->SetBinLabel(3, "patch"); _hVersion->SetBinContent(3, 0);
569+
_hVersion->GetXaxis()->SetBinLabel(3, "patch"); _hVersion->SetBinContent(3, 1);
570570
_hProcEvents = tfs->make<TH1I>("n_proc_events", "number of processed events", 1,0,1);
571571
// event info branch
572572
_ntuple->Branch("evtinfo",&_einfo,_buffsize,_splitlevel);

0 commit comments

Comments
 (0)