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

#include <G4StopDeexcitation.hh>

Public Member Functions

 G4StopDeexcitation (G4StopDeexcitationAlgorithm *algorithm)
 
 ~G4StopDeexcitation ()
 
G4ReactionProductVectorDoBreakUp (G4double A, G4double Z, G4double excitation, const G4ThreeVector &p) const
 

Detailed Description

Definition at line 43 of file G4StopDeexcitation.hh.

Constructor & Destructor Documentation

◆ G4StopDeexcitation()

G4StopDeexcitation::G4StopDeexcitation ( G4StopDeexcitationAlgorithm algorithm)

Definition at line 48 of file G4StopDeexcitation.cc.

49{
50 G4HadronicDeprecate("G4StopDeexcitation");
51 _algorithm = algorithm;
52}
#define G4HadronicDeprecate(name)

◆ ~G4StopDeexcitation()

G4StopDeexcitation::~G4StopDeexcitation ( )

Definition at line 57 of file G4StopDeexcitation.cc.

58{
59 delete _algorithm;
60}

Member Function Documentation

◆ DoBreakUp()

G4ReactionProductVector * G4StopDeexcitation::DoBreakUp ( G4double  A,
G4double  Z,
G4double  excitation,
const G4ThreeVector p 
) const

Definition at line 62 of file G4StopDeexcitation.cc.

65{
67 if (_algorithm != 0)
68 {
69 v = _algorithm->BreakUp(A,Z,excitation,p);
70 }
71 return v;
72}
std::vector< G4ReactionProduct * > G4ReactionProductVector
virtual G4ReactionProductVector * BreakUp(G4double A, G4double Z, G4double excitation, const G4ThreeVector &p)=0

Referenced by G4KaonMinusAbsorptionAtRest::AtRestDoIt(), and G4PiMinusAbsorptionAtRest::AtRestDoIt().


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