Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4StopDummyDeexcitation Class Reference

#include <G4StopDummyDeexcitation.hh>

+ Inheritance diagram for G4StopDummyDeexcitation:

Public Member Functions

 G4StopDummyDeexcitation ()
 
virtual ~G4StopDummyDeexcitation ()
 
virtual G4ReactionProductVectorBreakUp (G4double A, G4double Z, G4double excitation, const G4ThreeVector &p)
 
- Public Member Functions inherited from G4StopDeexcitationAlgorithm
 G4StopDeexcitationAlgorithm ()
 
virtual ~G4StopDeexcitationAlgorithm ()
 
virtual G4ReactionProductVectorBreakUp (G4double A, G4double Z, G4double excitation, const G4ThreeVector &p)=0
 

Detailed Description

Definition at line 44 of file G4StopDummyDeexcitation.hh.

Constructor & Destructor Documentation

◆ G4StopDummyDeexcitation()

G4StopDummyDeexcitation::G4StopDummyDeexcitation ( )

Definition at line 45 of file G4StopDummyDeexcitation.cc.

46{
47 G4HadronicDeprecate("G4StopDummyDeexcitation");
48 _products = 0;
49}
#define G4HadronicDeprecate(name)

◆ ~G4StopDummyDeexcitation()

G4StopDummyDeexcitation::~G4StopDummyDeexcitation ( )
virtual

Definition at line 54 of file G4StopDummyDeexcitation.cc.

55{
56}

Member Function Documentation

◆ BreakUp()

G4ReactionProductVector * G4StopDummyDeexcitation::BreakUp ( G4double  A,
G4double  Z,
G4double  excitation,
const G4ThreeVector p 
)
virtual

Implements G4StopDeexcitationAlgorithm.

Definition at line 58 of file G4StopDummyDeexcitation.cc.

61{
62 return 0;
63}

The documentation for this class was generated from the following files: