Skip to content

Commit

Permalink
Correct setter name for G4Scintillation
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored and andresailer committed Sep 7, 2021
1 parent ae6eb51 commit b8d3148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DDG4/plugins/Geant4ScintillationPhysics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ namespace dd4hep {
process->SetScintillationYieldFactor(m_scintillationYieldFactor);
process->SetScintillationExcitationRatio(m_scintillationExcitationRatio);
#if G4VERSION_NUMBER >= 940
process->SetScintByParticleType(m_byParticleType);
process->SetScintillationByParticleType(m_byParticleType);
#endif
#if G4VERSION_NUMBER >= 1030
process->SetScintTrackInfo(m_trackInfo);
process->SetScintillationTrackInfo(m_trackInfo);
#endif
#endif
// Use Birks Correction in the Scintillation process
Expand Down

0 comments on commit b8d3148

Please sign in to comment.