Geant4  10.00.p02
G4VHadDecayAlgorithm Class Referenceabstract

#include <G4VHadDecayAlgorithm.hh>

+ Inheritance diagram for G4VHadDecayAlgorithm:
+ Collaboration diagram for G4VHadDecayAlgorithm:

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 G4StringGetName () 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
 

Private Attributes

G4String name
 
G4int verboseLevel
 

Detailed Description

Definition at line 43 of file G4VHadDecayAlgorithm.hh.

Constructor & Destructor Documentation

G4VHadDecayAlgorithm::G4VHadDecayAlgorithm ( const G4String algName,
G4int  verbose = 0 
)
inline

Definition at line 45 of file G4VHadDecayAlgorithm.hh.

virtual G4VHadDecayAlgorithm::~G4VHadDecayAlgorithm ( )
inlinevirtual

Definition at line 47 of file G4VHadDecayAlgorithm.hh.

Member Function Documentation

void G4VHadDecayAlgorithm::Generate ( G4double  initialMass,
const std::vector< G4double > &  masses,
std::vector< G4LorentzVector > &  finalState 
)

Definition at line 49 of file G4VHadDecayAlgorithm.cc.

References G4cout, G4endl, GenerateMultiBody(), GenerateTwoBody(), GetName(), IsDecayAllowed(), and verboseLevel.

Referenced by G4HadDecayGenerator::Generate().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

virtual void G4VHadDecayAlgorithm::GenerateMultiBody ( G4double  initialMass,
const std::vector< G4double > &  masses,
std::vector< G4LorentzVector > &  finalState 
)
protectedpure virtual

Implemented in G4CascadeFinalStateAlgorithm, G4HadPhaseSpaceKopylov, G4HadPhaseSpaceNBodyAsai, and G4HadPhaseSpaceGenbod.

Referenced by Generate().

+ Here is the caller graph for this function:

virtual void G4VHadDecayAlgorithm::GenerateTwoBody ( G4double  initialMass,
const std::vector< G4double > &  masses,
std::vector< G4LorentzVector > &  finalState 
)
protectedpure virtual

Implemented in G4CascadeFinalStateAlgorithm, and G4VHadPhaseSpaceAlgorithm.

Referenced by Generate().

+ Here is the caller graph for this function:

G4bool G4VHadDecayAlgorithm::IsDecayAllowed ( G4double  initialMass,
const std::vector< G4double > &  masses 
) const
protectedvirtual

Definition at line 69 of file G4VHadDecayAlgorithm.cc.

References G4cout, G4endl, GetName(), PrintVector(), and verboseLevel.

Referenced by Generate().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VHadDecayAlgorithm::PrintVector ( const std::vector< G4double > &  v,
const G4String name,
std::ostream &  os 
) const
protected

Definition at line 123 of file G4VHadDecayAlgorithm.cc.

References copy().

Referenced by G4HadPhaseSpaceGenbod::FillEnergySteps(), G4HadPhaseSpaceGenbod::FillRandomBuffer(), G4HadPhaseSpaceNBodyAsai::GenerateMultiBody(), G4HadPhaseSpaceGenbod::Initialize(), and IsDecayAllowed().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

virtual void G4VHadDecayAlgorithm::SetVerboseLevel ( G4int  verbose)
inlinevirtual

Reimplemented in G4CascadeFinalStateAlgorithm.

Definition at line 55 of file G4VHadDecayAlgorithm.hh.

References verboseLevel.

Referenced by G4CascadeFinalStateAlgorithm::SetVerboseLevel(), and G4HadDecayGenerator::SetVerboseLevel().

+ Here is the caller graph for this function:

G4double G4VHadDecayAlgorithm::TwoBodyMomentum ( G4double  M0,
G4double  M1,
G4double  M2 
) const
protected

Definition at line 91 of file G4VHadDecayAlgorithm.cc.

References eV, G4cout, G4endl, GetName(), GeV, and MeV.

Referenced by G4HadPhaseSpaceGenbod::ComputeWeightScale(), G4HadPhaseSpaceGenbod::FillEnergySteps(), G4CascadeFinalStateAlgorithm::FillUsingKopylov(), G4HadPhaseSpaceKopylov::GenerateMultiBody(), G4HadPhaseSpaceNBodyAsai::GenerateMultiBody(), G4VHadPhaseSpaceAlgorithm::GenerateTwoBody(), and G4CascadeFinalStateAlgorithm::GenerateTwoBody().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4VHadDecayAlgorithm::UniformPhi ( ) const
protected

Definition at line 115 of file G4VHadDecayAlgorithm.cc.

References G4UniformRand.

Referenced by G4CascadeFinalStateAlgorithm::FillUsingKopylov(), G4CascadeFinalStateAlgorithm::GenerateTwoBody(), and G4VHadPhaseSpaceAlgorithm::UniformVector().

+ Here is the caller graph for this function:

G4double G4VHadDecayAlgorithm::UniformTheta ( ) const
protected

Definition at line 111 of file G4VHadDecayAlgorithm.cc.

References G4UniformRand.

Referenced by G4CascadeFinalStateAlgorithm::FillUsingKopylov(), and G4VHadPhaseSpaceAlgorithm::UniformVector().

+ Here is the caller graph for this function:

Member Data Documentation

G4String G4VHadDecayAlgorithm::name
private

Definition at line 86 of file G4VHadDecayAlgorithm.hh.

Referenced by GetName().

G4int G4VHadDecayAlgorithm::verboseLevel
private

Definition at line 87 of file G4VHadDecayAlgorithm.hh.

Referenced by Generate(), GetVerboseLevel(), IsDecayAllowed(), and SetVerboseLevel().


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