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

#include <G4Li6GEMChannel.hh>

+ Inheritance diagram for G4Li6GEMChannel:

Public Member Functions

 G4Li6GEMChannel ()
 
 ~G4Li6GEMChannel ()
 
G4bool operator== (const G4Li6GEMChannel &right) const
 
G4bool operator!= (const G4Li6GEMChannel &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")
 
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 41 of file G4Li6GEMChannel.hh.

Constructor & Destructor Documentation

◆ G4Li6GEMChannel()

G4Li6GEMChannel::G4Li6GEMChannel ( )
inline

Definition at line 45 of file G4Li6GEMChannel.hh.

45 : G4GEMChannel(6,3,"Li6",
46 &theEvaporationProbability,
47 &theCoulombBarrier)
48 {
49 theEvaporationProbability.SetCoulomBarrier(&theCoulombBarrier);
50 }
void SetCoulomBarrier(const G4VCoulombBarrier *aCoulombBarrierStrategy)

◆ ~G4Li6GEMChannel()

G4Li6GEMChannel::~G4Li6GEMChannel ( )
inline

Definition at line 53 of file G4Li6GEMChannel.hh.

53{};

Member Function Documentation

◆ operator!=()

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

◆ operator==()

G4bool G4Li6GEMChannel::operator== ( const G4Li6GEMChannel right) const

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