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

#include <G4AlphaGEMChannel.hh>

Inheritance diagram for G4AlphaGEMChannel:
G4GEMChannel G4VEvaporationChannel

Public Member Functions

 G4AlphaGEMChannel ()
 
 ~G4AlphaGEMChannel ()
 
- 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 42 of file G4AlphaGEMChannel.hh.

Constructor & Destructor Documentation

G4AlphaGEMChannel::G4AlphaGEMChannel ( )
inline

Definition at line 46 of file G4AlphaGEMChannel.hh.

References G4GEMProbability::SetCoulomBarrier().

46  : G4GEMChannel(4,2,"Alpha",
47  &theEvaporationProbability,
48  &theCoulombBarrier)
49  {
50  theEvaporationProbability.SetCoulomBarrier(&theCoulombBarrier);
51  }
void SetCoulomBarrier(const G4VCoulombBarrier *aCoulombBarrierStrategy)
G4GEMChannel(const G4int theA, const G4int theZ, const G4String &aName, G4GEMProbability *aEmissionStrategy, G4VCoulombBarrier *aCoulombBarrier)
Definition: G4GEMChannel.cc:46
G4AlphaGEMChannel::~G4AlphaGEMChannel ( )
inline

Definition at line 54 of file G4AlphaGEMChannel.hh.

54 {};

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