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

#include <G4ProtonEvaporationChannel.hh>

Inheritance diagram for G4ProtonEvaporationChannel:
G4EvaporationChannel G4VEvaporationChannel

Public Member Functions

 G4ProtonEvaporationChannel ()
 
virtual ~G4ProtonEvaporationChannel ()
 
- Public Member Functions inherited from G4EvaporationChannel
 G4EvaporationChannel (G4int theA, G4int theZ, const G4String &aName, G4EvaporationProbability *aEmissionStrategy, G4VCoulombBarrier *aCoulombBarrier)
 
virtual ~G4EvaporationChannel ()
 
void SetEmissionStrategy (G4EvaporationProbability *aEmissionStrategy)
 
void SetCoulombBarrierStrategy (G4VCoulombBarrier *aCoulombBarrier)
 
virtual G4double GetEmissionProbability (G4Fragment *fragment)
 
G4FragmentVectorBreakUp (const G4Fragment &theNucleus)
 
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 Member Functions inherited from G4EvaporationChannel
 G4EvaporationChannel ()
 
- Protected Attributes inherited from G4VEvaporationChannel
G4EvaporationChannelType sampleDecayTime
 
G4int OPTxs
 
G4bool useSICB
 

Detailed Description

Definition at line 41 of file G4ProtonEvaporationChannel.hh.

Constructor & Destructor Documentation

G4ProtonEvaporationChannel::G4ProtonEvaporationChannel ( )

Definition at line 36 of file G4ProtonEvaporationChannel.cc.

37 : G4EvaporationChannel(1,1,"proton",&theEvaporationProbability,&theCoulombBarrier)
38 {}
G4ProtonEvaporationChannel::~G4ProtonEvaporationChannel ( )
virtual

Definition at line 40 of file G4ProtonEvaporationChannel.cc.

41 {}

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