#include <G4VCascadeDeexcitation.hh>
Definition at line 45 of file G4VCascadeDeexcitation.hh.
◆ G4VCascadeDeexcitation()
G4VCascadeDeexcitation::G4VCascadeDeexcitation |
( |
const G4String & | name | ) |
|
|
inline |
◆ ~G4VCascadeDeexcitation()
virtual G4VCascadeDeexcitation::~G4VCascadeDeexcitation |
( |
| ) |
|
|
inlinevirtual |
◆ collide()
Implements G4VCascadeCollider.
Definition at line 37 of file G4VCascadeDeexcitation.cc.
39 {
41 G4cout <<
" >>> G4VCascadeDeexcitation[" <<
theName <<
"]::collide "
42 <<
" *** SHOULD NOT BE CALLED ***" <<
G4endl;
43 }
44
45 throw G4HadronicException(__FILE__, __LINE__,
46 "G4VCascadeDeexcitation::collide() invalid, must use ::deExcite(G4Fagment*)");
47}
G4GLOB_DLL std::ostream G4cout
◆ deExcite()
The documentation for this class was generated from the following files: