Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit 55cb73f

Browse files
use the LDMX-habit of 622 for the A' PDG ID
1 parent 7d750a6 commit 55cb73f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/SimCore/APrimePhysics.cxx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ void APrimePhysics::ConstructParticle() {
3030
* For now we flag it as stable.
3131
*
3232
* Geant4 registers all instances derived from G4ParticleDefinition and
33-
* deletes them at the end of the run.
33+
* deletes them at the end of the run. We configure the A' to have
34+
* the input mass and the PDG ID number of 622.
3435
*/
35-
G4APrime::Initialize(ap_mass_);
36+
G4APrime::Initialize(ap_mass_, 622);
3637
}
3738

3839
void APrimePhysics::ConstructProcess() {

0 commit comments

Comments
 (0)