Belle II Software development
|
A class to hold long-lived neutral particle description. More...
#include <G4LongLivedNeutral.h>
Public Member Functions | |
G4LongLivedNeutral (const G4String &name) | |
Constructor. | |
Private Member Functions | |
virtual | ~G4LongLivedNeutral () |
Destructor. | |
A class to hold long-lived neutral particle description.
Creates a GEANT4 particle via G4ParticleDefinition Intended use is to let Geant 4 propagate a neutral long lived particle with defined mass and pdg value without interaction and decay it to pre-assigned decay products at a time sampled from the lifetime of the generated MCParticle. Production and decay of long-lived neutral particles should be handled by the generator.
Definition at line 28 of file G4LongLivedNeutral.h.
|
privatevirtual |
|
explicit |
Constructor.
name | Name of the neutral long-lived particle in GEANT4. |
Definition at line 20 of file G4LongLivedNeutral.cc.