Skip to content

Commit 69e511f

Browse files
Update version number
1 parent b37d904 commit 69e511f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/EventNtupleMaker_module.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,8 @@ namespace mu2e {
461461
_ntuple=tfs->make<TTree>("ntuple","Mu2e Event Ntuple");
462462
_hVersion = tfs->make<TH1I>("version", "version number",3,0,3);
463463
_hVersion->GetXaxis()->SetBinLabel(1, "major"); _hVersion->SetBinContent(1, 6);
464-
_hVersion->GetXaxis()->SetBinLabel(2, "minor"); _hVersion->SetBinContent(2, 8);
465-
_hVersion->GetXaxis()->SetBinLabel(3, "patch"); _hVersion->SetBinContent(3, 2);
464+
_hVersion->GetXaxis()->SetBinLabel(2, "minor"); _hVersion->SetBinContent(2, 9);
465+
_hVersion->GetXaxis()->SetBinLabel(3, "patch"); _hVersion->SetBinContent(3, 0);
466466
// add event info branch
467467
_ntuple->Branch("evtinfo",&_einfo,_buffsize,_splitlevel);
468468
if (_fillmc) {

0 commit comments

Comments
 (0)