Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | List of all members
G4DalitzDecayChannel Class Reference

#include <G4DalitzDecayChannel.hh>

Inheritance diagram for G4DalitzDecayChannel:
Inheritance graph
[legend]
Collaboration diagram for G4DalitzDecayChannel:
Collaboration graph
[legend]

Public Member Functions

 G4DalitzDecayChannel (const G4String &theParentName, G4double theBR, const G4String &theLeptonName, const G4String &theAntiLeptonName)
 
virtual ~G4DalitzDecayChannel ()
 
virtual G4DecayProducts * DecayIt (G4double)
 
- Public Member Functions inherited from G4VDecayChannel
 G4VDecayChannel (const G4String &aName, G4int Verbose=1)
 
 G4VDecayChannel (const G4String &aName, const G4String &theParentName, G4double theBR, G4int theNumberOfDaughters, const G4String &theDaughterName1, const G4String &theDaughterName2="", const G4String &theDaughterName3="", const G4String &theDaughterName4="")
 
virtual ~G4VDecayChannel ()
 
G4int operator== (const G4VDecayChannel &right) const
 
G4int operator!= (const G4VDecayChannel &right) const
 
G4int operator< (const G4VDecayChannel &right) const
 
const G4String & GetKinematicsName () const
 
G4double GetBR () const
 
G4int GetNumberOfDaughters () const
 
G4ParticleDefinition * GetParent ()
 
G4ParticleDefinition * GetDaughter (G4int anIndex)
 
G4int GetAngularMomentum ()
 
const G4String & GetParentName () const
 
const G4String & GetDaughterName (G4int anIndex) const
 
G4double GetParentMass () const
 
G4double GetDaughterMass (G4int anIndex) const
 
void SetParent (const G4ParticleDefinition *particle_type)
 
void SetParent (const G4String &particle_name)
 
void SetBR (G4double value)
 
void SetNumberOfDaughters (G4int value)
 
void SetDaughter (G4int anIndex, const G4ParticleDefinition *particle_type)
 
void SetDaughter (G4int anIndex, const G4String &particle_name)
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 
void DumpInfo ()
 

Protected Member Functions

 G4DalitzDecayChannel (const G4DalitzDecayChannel &)
 
G4DalitzDecayChannel & operator= (const G4DalitzDecayChannel &)
 
- Protected Member Functions inherited from G4VDecayChannel
 G4VDecayChannel ()
 
 G4VDecayChannel (const G4VDecayChannel &)
 
G4VDecayChannel & operator= (const G4VDecayChannel &)
 
void ClearDaughtersName ()
 
void FillDaughters ()
 
void FillParent ()
 

Additional Inherited Members

- Protected Attributes inherited from G4VDecayChannel
G4String kinematics_name
 
G4double rbranch
 
G4int numberOfDaughters
 
G4String * parent_name
 
G4String ** daughters_name
 
G4ParticleTable * particletable
 
G4ParticleDefinition * parent
 
G4ParticleDefinition ** daughters
 
G4double parent_mass
 
G4double * daughters_mass
 
G4int verboseLevel
 
- Static Protected Attributes inherited from G4VDecayChannel
static const G4String noName = " "
 

Detailed Description

Definition at line 43 of file G4DalitzDecayChannel.hh.

Constructor & Destructor Documentation

G4DalitzDecayChannel::G4DalitzDecayChannel ( const G4String &  theParentName,
G4double  theBR,
const G4String &  theLeptonName,
const G4String &  theAntiLeptonName 
)

Definition at line 53 of file G4DalitzDecayChannel.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4DalitzDecayChannel::~G4DalitzDecayChannel ( )
virtual

Definition at line 70 of file G4DalitzDecayChannel.cc.

G4DalitzDecayChannel::G4DalitzDecayChannel ( const G4DalitzDecayChannel &  right)
protected

Definition at line 74 of file G4DalitzDecayChannel.cc.

Here is the call graph for this function:

Member Function Documentation

G4DecayProducts * G4DalitzDecayChannel::DecayIt ( G4double  )
virtual

Implements G4VDecayChannel.

Definition at line 106 of file G4DalitzDecayChannel.cc.

Here is the call graph for this function:

G4DalitzDecayChannel & G4DalitzDecayChannel::operator= ( const G4DalitzDecayChannel &  right)
protected

Definition at line 79 of file G4DalitzDecayChannel.cc.

Here is the call graph for this function:


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