G4StopDummyDeexcitation Class Reference

#include <G4StopDummyDeexcitation.hh>

Inheritance diagram for G4StopDummyDeexcitation:

G4StopDeexcitationAlgorithm

Public Member Functions

 G4StopDummyDeexcitation ()
virtual ~G4StopDummyDeexcitation ()
virtual G4ReactionProductVectorBreakUp (G4double A, G4double Z, G4double excitation, const G4ThreeVector &p)

Detailed Description

Definition at line 44 of file G4StopDummyDeexcitation.hh.


Constructor & Destructor Documentation

G4StopDummyDeexcitation::G4StopDummyDeexcitation (  ) 

Definition at line 45 of file G4StopDummyDeexcitation.cc.

References G4HadronicDeprecate.

00046 {
00047   G4HadronicDeprecate("G4StopDummyDeexcitation");
00048   _products = 0;
00049 }

G4StopDummyDeexcitation::~G4StopDummyDeexcitation (  )  [virtual]

Definition at line 54 of file G4StopDummyDeexcitation.cc.

00055 {
00056 }


Member Function Documentation

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

Implements G4StopDeexcitationAlgorithm.

Definition at line 58 of file G4StopDummyDeexcitation.cc.

00061 {
00062   return 0;
00063 }


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:53:27 2013 for Geant4 by  doxygen 1.4.7