Skip to content

Commit

Permalink
Modified dark brem process subtype to use subtype 40, added in PR cms…
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Revering committed Jul 14, 2022
1 parent 02f6496 commit 3692de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimG4Core/CustomPhysics/src/G4muDarkBremsstrahlung.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using namespace std;

G4muDarkBremsstrahlung::G4muDarkBremsstrahlung(const G4String& scalefile, const G4String& name)
: G4VEmProcess(name), isInitialised(false), mgfile(scalefile) {
G4int subtype = 63;
G4int subtype = 40;
SetProcessSubType(subtype);
SetSecondaryParticle(G4APrime::APrime());
}
Expand Down

0 comments on commit 3692de8

Please sign in to comment.