Skip to content

Commit 4439aaf

Browse files
committed
version number
1 parent b41dc60 commit 4439aaf

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
@@ -486,7 +486,7 @@ namespace mu2e {
486486
_ntuple=tfs->make<TTree>("ntuple","Mu2e Event Ntuple");
487487
_hVersion = tfs->make<TH1I>("version", "version number",3,0,3);
488488
_hVersion->GetXaxis()->SetBinLabel(1, "major"); _hVersion->SetBinContent(1, 6);
489-
_hVersion->GetXaxis()->SetBinLabel(2, "minor"); _hVersion->SetBinContent(2, 10);
489+
_hVersion->GetXaxis()->SetBinLabel(2, "minor"); _hVersion->SetBinContent(2, 11);
490490
_hVersion->GetXaxis()->SetBinLabel(3, "patch"); _hVersion->SetBinContent(3, 0);
491491
_hProcEvents = tfs->make<TH1I>("n_proc_events", "number of processed events", 1,0,1);
492492
// add event info branch

0 commit comments

Comments
 (0)