Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
G4Mg27GEMChannel Class Reference

#include <G4Mg27GEMChannel.hh>

Inheritance diagram for G4Mg27GEMChannel:
G4GEMChannel G4VEvaporationChannel

Public Member Functions

 G4Mg27GEMChannel ()
 
 ~G4Mg27GEMChannel ()
 
G4bool operator== (const G4Mg27GEMChannel &right) const
 
G4bool operator!= (const G4Mg27GEMChannel &right) const
 
- Public Member Functions inherited from G4GEMChannel
 G4GEMChannel (const G4int theA, const G4int theZ, const G4String &aName, G4GEMProbability *aEmissionStrategy, G4VCoulombBarrier *aCoulombBarrier)
 
virtual ~G4GEMChannel ()
 
virtual G4double GetEmissionProbability (G4Fragment *theNucleus)
 
virtual G4FragmentVectorBreakUp (const G4Fragment &theNucleus)
 
void SetLevelDensityParameter (G4VLevelDensityParameter *aLevelDensity)
 
G4double GetMaximalKineticEnergy (void) const
 
- Public Member Functions inherited from G4VEvaporationChannel
 G4VEvaporationChannel (const G4String &aName="Anonymous", G4EvaporationChannelType timeType=fDelayedEmission)
 
virtual ~G4VEvaporationChannel ()
 
virtual G4double GetLifeTime (G4Fragment *theNucleus)
 
virtual G4FragmentEmittedFragment (G4Fragment *theNucleus)
 
virtual G4FragmentVectorBreakUpFragment (G4Fragment *theNucleus)
 
G4String GetName () const
 
void SetName (const G4String &aName)
 
void SetOPTxs (G4int opt)
 
void UseSICB (G4bool use)
 

Additional Inherited Members

- Protected Attributes inherited from G4VEvaporationChannel
G4EvaporationChannelType sampleDecayTime
 
G4int OPTxs
 
G4bool useSICB
 

Detailed Description

Definition at line 41 of file G4Mg27GEMChannel.hh.

Constructor & Destructor Documentation

G4Mg27GEMChannel::G4Mg27GEMChannel ( )
inline

Definition at line 45 of file G4Mg27GEMChannel.hh.

References G4GEMProbability::SetCoulomBarrier().

45  : G4GEMChannel(27,12,"Mg27",
46  &theEvaporationProbability,
47  &theCoulombBarrier)
48  {
49  theEvaporationProbability.SetCoulomBarrier(&theCoulombBarrier);
50  }
void SetCoulomBarrier(const G4VCoulombBarrier *aCoulombBarrierStrategy)
G4GEMChannel(const G4int theA, const G4int theZ, const G4String &aName, G4GEMProbability *aEmissionStrategy, G4VCoulombBarrier *aCoulombBarrier)
Definition: G4GEMChannel.cc:46
G4Mg27GEMChannel::~G4Mg27GEMChannel ( )
inline

Definition at line 53 of file G4Mg27GEMChannel.hh.

53 {};

Member Function Documentation

G4bool G4Mg27GEMChannel::operator!= ( const G4Mg27GEMChannel right) const
G4bool G4Mg27GEMChannel::operator== ( const G4Mg27GEMChannel right) const

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