|
Geant4_10
|
#include <G4VHadDecayAlgorithm.hh>

Public Member Functions | |
| G4VHadDecayAlgorithm (const G4String &algName, G4int verbose=0) | |
| virtual | ~G4VHadDecayAlgorithm () |
| void | Generate (G4double initialMass, const std::vector< G4double > &masses, std::vector< G4LorentzVector > &finalState) |
| virtual void | SetVerboseLevel (G4int verbose) |
| G4int | GetVerboseLevel () const |
| const G4String & | GetName () const |
Protected Member Functions | |
| virtual void | GenerateTwoBody (G4double initialMass, const std::vector< G4double > &masses, std::vector< G4LorentzVector > &finalState)=0 |
| virtual void | GenerateMultiBody (G4double initialMass, const std::vector< G4double > &masses, std::vector< G4LorentzVector > &finalState)=0 |
| virtual G4bool | IsDecayAllowed (G4double initialMass, const std::vector< G4double > &masses) const |
| G4double | TwoBodyMomentum (G4double M0, G4double M1, G4double M2) const |
| G4double | UniformTheta () const |
| G4double | UniformPhi () const |
| void | PrintVector (const std::vector< G4double > &v, const G4String &name, std::ostream &os) const |
Definition at line 43 of file G4VHadDecayAlgorithm.hh.
Definition at line 45 of file G4VHadDecayAlgorithm.hh.
|
inlinevirtual |
Definition at line 47 of file G4VHadDecayAlgorithm.hh.
| void G4VHadDecayAlgorithm::Generate | ( | G4double | initialMass, |
| const std::vector< G4double > & | masses, | ||
| std::vector< G4LorentzVector > & | finalState | ||
| ) |
Definition at line 49 of file G4VHadDecayAlgorithm.cc.


|
protectedpure virtual |
Implemented in G4CascadeFinalStateAlgorithm, G4HadPhaseSpaceKopylov, G4HadPhaseSpaceNBodyAsai, and G4HadPhaseSpaceGenbod.

|
protectedpure virtual |
Implemented in G4CascadeFinalStateAlgorithm, and G4VHadPhaseSpaceAlgorithm.

|
inline |
|
protectedvirtual |
Definition at line 69 of file G4VHadDecayAlgorithm.cc.


|
protected |
Definition at line 123 of file G4VHadDecayAlgorithm.cc.


Reimplemented in G4CascadeFinalStateAlgorithm.
Definition at line 55 of file G4VHadDecayAlgorithm.hh.

|
protected |
Definition at line 91 of file G4VHadDecayAlgorithm.cc.


|
protected |
|
protected |
1.8.5