Skip to content

Commit c1d42b0

Browse files
Merge pull request #336 from AndrewEdmonds11/v06_09_01
final commits for v06_09_01
2 parents 2c38737 + feb4950 commit c1d42b0

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

fcl/from_mcs-Run1B.fcl

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

33
physics.analyzers.EventNtuple.FillMCInfo : true
4-
physics.analyzers.EventNtuple.StepPointMCTags : [ "compressRecoMCs:virtualdetector" ]
4+
physics.analyzers.EventNtuple.StepPointMCTags : [ "compressRecoMCs:virtualdetector" ] # we add the mcsteps_virtualdetector branch
5+
services.GeometryService.inputFile : "Offline/Mu2eG4/geom/geom_common.txt" # we can use the standard geometry

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, 0);
457+
_hVersion->GetXaxis()->SetBinLabel(3, "patch"); _hVersion->SetBinContent(3, 1);
458458
// add event info branch
459459
_ntuple->Branch("evtinfo",&_einfo,_buffsize,_splitlevel);
460460
if (_fillmc) {

0 commit comments

Comments
 (0)