Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4AlphaGEMChannel Class Reference

#include <G4AlphaGEMChannel.hh>

+ Inheritance diagram for G4AlphaGEMChannel:

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")
 
virtual ~G4VEvaporationChannel ()
 
virtual G4FragmentEmittedFragment (G4Fragment *theNucleus)
 
virtual G4FragmentVectorBreakUpFragment (G4Fragment *theNucleus)
 
virtual G4FragmentVectorBreakUp (const G4Fragment &theNucleus)=0
 
virtual G4double GetEmissionProbability (G4Fragment *theNucleus)=0
 
G4String GetName () const
 
void SetName (const G4String &aName)
 
void SetOPTxs (G4int opt)
 
void UseSICB (G4bool use)
 

Additional Inherited Members

- Protected Attributes inherited from G4VEvaporationChannel
G4int OPTxs
 
G4bool useSICB
 

Detailed Description

Definition at line 42 of file G4AlphaGEMChannel.hh.

Constructor & Destructor Documentation

◆ G4AlphaGEMChannel()

G4AlphaGEMChannel::G4AlphaGEMChannel ( )
inline

Definition at line 46 of file G4AlphaGEMChannel.hh.

46 : G4GEMChannel(4,2,"Alpha",
47 &theEvaporationProbability,
48 &theCoulombBarrier)
49 {
50 theEvaporationProbability.SetCoulomBarrier(&theCoulombBarrier);
51 }
void SetCoulomBarrier(const G4VCoulombBarrier *aCoulombBarrierStrategy)

◆ ~G4AlphaGEMChannel()

G4AlphaGEMChannel::~G4AlphaGEMChannel ( )
inline

Definition at line 54 of file G4AlphaGEMChannel.hh.

54{};

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