Skip to content

Commit 8e9e6a0

Browse files
Merge pull request #337 from AndrewEdmonds11/v06-09-02
Changes for v06-09-02 patch
2 parents c1d42b0 + d4ea663 commit 8e9e6a0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

fcl/from_mcs-Run1B.fcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#include "EventNtuple/fcl/from_mcs-extracted.fcl" # we start from mcs-extracted since Run-1B wants the straight line track fit
1+
# we start from mcs-extracted since Run-1B wants the straight line track fit
2+
#include "EventNtuple/fcl/from_mcs-extracted.fcl"
23

34
physics.analyzers.EventNtuple.FillMCInfo : true
45
physics.analyzers.EventNtuple.StepPointMCTags : [ "compressRecoMCs:virtualdetector" ] # we add the mcsteps_virtualdetector branch

src/EventNtupleMaker_module.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ namespace mu2e {
454454
_hVersion = tfs->make<TH1I>("version", "version number",3,0,3);
455455
_hVersion->GetXaxis()->SetBinLabel(1, "major"); _hVersion->SetBinContent(1, 6);
456456
_hVersion->GetXaxis()->SetBinLabel(2, "minor"); _hVersion->SetBinContent(2, 9);
457-
_hVersion->GetXaxis()->SetBinLabel(3, "patch"); _hVersion->SetBinContent(3, 1);
457+
_hVersion->GetXaxis()->SetBinLabel(3, "patch"); _hVersion->SetBinContent(3, 2);
458458
// add event info branch
459459
_ntuple->Branch("evtinfo",&_einfo,_buffsize,_splitlevel);
460460
if (_fillmc) {

0 commit comments

Comments
 (0)