Skip to content

Commit

Permalink
- fix hddm writer to accommodate recent changes to event.xml for the
Browse files Browse the repository at this point in the history
  dirc - [rtj]
  • Loading branch information
rjones30 committed Jan 14, 2019
1 parent 86e8e04 commit 08dcbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GlueXSensitiveDetectorDIRC.cc
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ void GlueXSensitiveDetectorDIRC::EndOfEvent(G4HCofThisEvent*)
mhit(0).setCh(fHitsPmt[h].ch);
mhit(0).setKey_bar(fHitsPmt[h].key_bar);
#if DIRCTRUTHEXTRA
hddm_s::DircTruthPmtHitExtraList mhitextra = dirc.addDircTruthPmtHitExtras(1);
hddm_s::DircTruthPmtHitExtraList mhitextra = mhit(0).addDircTruthPmtHitExtras(1);
mhitextra(0).setT_fixed(fHitsPmt[h].t_fixed_ns);
mhitextra(0).setPath(fHitsPmt[h].path);
mhitextra(0).setRefl(fHitsPmt[h].refl);
Expand Down

0 comments on commit 08dcbb2

Please sign in to comment.