 |
Belle II Software
release-05-02-19
|
15 #include <G4VPhysicsConstructor.hh>
24 class G4LongLivedNeutral;
29 class G4LongLivedNeutralPhysics :
public G4VPhysicsConstructor {
A class to hold long-lived neutral particle description.
G4LongLivedNeutral * fLLPN
Pointer to the neutral long lived definition in GEANT4.
Abstract base class for different kinds of events.
virtual void ConstructProcess()
This method will be invoked in the Construct() method.
G4LongLivedNeutralPhysics()
Constructor.
virtual void ConstructParticle()
Adds monopole and anti-monopole to GEANT4 with a pdg of +/-99666 and parameters taken from current cl...
~G4LongLivedNeutralPhysics()
Destructor.
G4LongLivedNeutralPhysics & operator=(const G4LongLivedNeutralPhysics &right)
Assignment operator should be hidden.
LongLivedNeutral physics Class – to be registered in the physics list.