| 
    Geant4
    10.01
    
   | 
 
#include <G4VEvaporationChannel.hh>
 Inheritance diagram for G4VEvaporationChannel:
 Collaboration diagram for G4VEvaporationChannel:Public Member Functions | |
| G4VEvaporationChannel (const G4String &aName="Anonymous", G4EvaporationChannelType timeType=fDelayedEmission) | |
| virtual | ~G4VEvaporationChannel () | 
| virtual void | Initialise () | 
| virtual G4double | GetLifeTime (G4Fragment *theNucleus) | 
| virtual G4Fragment * | EmittedFragment (G4Fragment *theNucleus) | 
| virtual G4FragmentVector * | BreakUpFragment (G4Fragment *theNucleus) | 
| virtual G4bool | BreakUpChain (G4FragmentVector *theResult, G4Fragment *theNucleus) | 
| virtual G4FragmentVector * | BreakUp (const G4Fragment &theNucleus)=0 | 
| virtual G4double | GetEmissionProbability (G4Fragment *theNucleus)=0 | 
| virtual void | Dump () const | 
| G4String | GetName () const | 
| void | SetName (const G4String &aName) | 
| void | SetOPTxs (G4int opt) | 
| void | UseSICB (G4bool use) | 
Protected Attributes | |
| G4EvaporationChannelType | sampleDecayTime | 
| G4int | OPTxs | 
| G4bool | useSICB | 
Private Member Functions | |
| G4VEvaporationChannel (const G4VEvaporationChannel &right) | |
| const G4VEvaporationChannel & | operator= (const G4VEvaporationChannel &right) | 
| G4bool | operator== (const G4VEvaporationChannel &right) const | 
| G4bool | operator!= (const G4VEvaporationChannel &right) const | 
Private Attributes | |
| G4String | Name | 
Definition at line 56 of file G4VEvaporationChannel.hh.
| G4VEvaporationChannel::G4VEvaporationChannel | ( | const G4String & | aName = "Anonymous",  | 
        
| G4EvaporationChannelType | timeType = fDelayedEmission  | 
        ||
| ) | 
Definition at line 39 of file G4VEvaporationChannel.cc.
      
  | 
  virtual | 
Definition at line 44 of file G4VEvaporationChannel.cc.
      
  | 
  private | 
      
  | 
  pure virtual | 
      
  | 
  virtual | 
Reimplemented in G4PhotonEvaporation, G4UnstableFragmentBreakUp, and G4PromptPhotonEvaporation.
Definition at line 65 of file G4VEvaporationChannel.cc.
Referenced by G4ExcitationHandler::BreakItUp().
 Here is the caller graph for this function:
      
  | 
  virtual | 
Reimplemented in G4PhotonEvaporation, G4PromptPhotonEvaporation, and G4UnstableFragmentBreakUp.
Definition at line 60 of file G4VEvaporationChannel.cc.
      
  | 
  virtual | 
Reimplemented in G4GEMChannel.
Definition at line 70 of file G4VEvaporationChannel.cc.
      
  | 
  virtual | 
Reimplemented in G4PhotonEvaporation, G4UnstableFragmentBreakUp, G4EvaporationChannel, G4CompetitiveFission, G4PromptPhotonEvaporation, and G4GEMChannel.
Definition at line 55 of file G4VEvaporationChannel.cc.
      
  | 
  pure virtual | 
      
  | 
  virtual | 
Definition at line 50 of file G4VEvaporationChannel.cc.
      
  | 
  inline | 
Definition at line 92 of file G4VEvaporationChannel.hh.
References Name.
      
  | 
  virtual | 
Reimplemented in G4EvaporationChannel.
Definition at line 47 of file G4VEvaporationChannel.cc.
Referenced by G4EvaporationChannel::Initialise(), G4ExcitationHandler::SetParameters(), and G4ExcitationHandler::SetPhotonEvaporation().
 Here is the caller graph for this function:
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  inline | 
Definition at line 93 of file G4VEvaporationChannel.hh.
References Name.
      
  | 
  inline | 
Definition at line 96 of file G4VEvaporationChannel.hh.
References OPTxs.
      
  | 
  inline | 
Definition at line 98 of file G4VEvaporationChannel.hh.
References useSICB.
      
  | 
  private | 
Definition at line 107 of file G4VEvaporationChannel.hh.
      
  | 
  protected | 
Definition at line 103 of file G4VEvaporationChannel.hh.
Referenced by G4EvaporationChannel::GetEmissionProbability(), G4EvaporationChannel::Initialise(), G4EvaporationChannel::SampleKineticEnergy(), and SetOPTxs().
      
  | 
  protected | 
Definition at line 102 of file G4VEvaporationChannel.hh.
      
  | 
  protected | 
Definition at line 104 of file G4VEvaporationChannel.hh.
Referenced by G4EvaporationChannel::GetEmissionProbability(), G4EvaporationChannel::Initialise(), and UseSICB().