Geant4  10.02
G4PhotonEvaporationOLD.hh
Go to the documentation of this file.
1 //
2 // ********************************************************************
3 // * License and Disclaimer *
4 // * *
5 // * The Geant4 software is copyright of the Copyright Holders of *
6 // * the Geant4 Collaboration. It is provided under the terms and *
7 // * conditions of the Geant4 Software License, included in the file *
8 // * LICENSE and available at http://cern.ch/geant4/license . These *
9 // * include a list of copyright holders. *
10 // * *
11 // * Neither the authors of this software system, nor their employing *
12 // * institutes,nor the agencies providing financial support for this *
13 // * work make any representation or warranty, express or implied, *
14 // * regarding this software system or assume any liability for its *
15 // * use. Please see the license in the file LICENSE and URL above *
16 // * for the full disclaimer and the limitation of liability. *
17 // * *
18 // * This code implementation is the result of the scientific and *
19 // * technical work of the GEANT4 collaboration. *
20 // * By using, copying, modifying or distributing the software (or *
21 // * any work based on the software) you agree to acknowledge its *
22 // * use in resulting scientific publications, and indicate your *
23 // * acceptance of all terms of the Geant4 Software license. *
24 // ********************************************************************
25 //
26 // $Id: G4PhotonEvaporationOLD.hh 89158 2015-03-21 19:15:25Z vnivanch $
27 //
28 // -------------------------------------------------------------------
29 // GEANT 4 class file
30 //
31 // CERN, Geneva, Switzerland
32 //
33 // File name: G4PhotonEvaporationOLD
34 //
35 // Author: Maria Grazia Pia (pia@genova.infn.it)
36 //
37 // Creation date: 23 October 1998
38 //
39 //Modifications:
40 //
41 // 18 October 2002, Fan Lei (flei@space.qinetiq.com)
42 //
43 // Implementation of Internal Convertion process in discrete deexcitation
44 // The following public methods have been added.
45 //
46 // void SetICM (G4bool);
47 // void RDMForced(G4bool);
48 // void SetMaxHalfLife(G4double) ;
49 // void SetEOccupancy( G4ElectronOccupancy eOccupancy) ;
50 // G4ElectronOccupancy GetEOccupancy () ;
51 // G4int GetVacantShellNumber () { return _vShellNumber;};
52 //
53 // and the following priivate menbers
54 //
55 // G4ElectronOccupancy _eOccupancy;
56 // G4int _vShellNumber;
57 //
58 // 11 May 2010, V.Ivanchenko added EmittedFragment and BreakUpFragment
59 // methods
60 //
61 // 22 October 2015, V.Ivanchenko renamed to G4PhotonEvaporationOLD
62 //
63 // -------------------------------------------------------------------
64 
65 #ifndef G4PHOTONEVAPORATIONOLD_HH
66 #define G4PHOTONEVAPORATIONOLD_HH 1
67 
68 #include "globals.hh"
69 #include "G4VEvaporationChannel.hh"
71 #include "G4VGammaDeexcitation.hh"
72 #include "G4ElectronOccupancy.hh"
73 
74 class G4Fragment;
75 
77 
78 public:
79 
80  G4PhotonEvaporationOLD(const G4String & aName = "");
81 
82  virtual ~G4PhotonEvaporationOLD();
83 
84  // returns one gamma or e-
85  virtual G4Fragment* EmittedFragment(G4Fragment* theNucleus);
86 
87  // returns "false", emitted gamma and e- are added to the results
88  virtual G4bool
89  BreakUpChain(G4FragmentVector* theResult, G4Fragment* theNucleus);
90 
91  // emitted gamma and e- are added to the results
92  virtual G4FragmentVector* BreakUpFragment(G4Fragment* theNucleus);
93 
94  // emitted gamma, e-, and residual fragment are added to the results
95  virtual G4FragmentVector * BreakItUp(const G4Fragment & nucleus);
96 
97  // emitted gamma, e-, and residual fragment are added to the results
98  virtual G4FragmentVector * BreakUp(const G4Fragment & nucleus);
99 
100  virtual G4double GetEmissionProbability(G4Fragment* theNucleus);
101 
103 
105 
106  virtual void SetICM (G4bool);
107 
108  virtual void RDMForced (G4bool);
109 
110  void SetMaxHalfLife(G4double);
111 
112  void SetTimeLimit(G4double value);
113 
115 
117 
119 
120 private:
121 
122  G4int verbose;
127 
130 
133 
136 
139 
140 };
141 
142 #endif
143 
144 
145 
G4bool operator!=(const G4PhotonEvaporationOLD &right) const
G4bool operator==(const G4PhotonEvaporationOLD &right) const
virtual G4FragmentVector * BreakItUp(const G4Fragment &nucleus)
void SetVerboseLevel(G4int verbose)
G4ElectronOccupancy eOccupancy
virtual void RDMForced(G4bool)
int G4int
Definition: G4Types.hh:78
G4ElectronOccupancy GetEOccupancy()
const G4PhotonEvaporationOLD & operator=(const G4PhotonEvaporationOLD &right)
bool G4bool
Definition: G4Types.hh:79
G4PhotonEvaporationOLD(const G4String &aName="")
std::vector< G4Fragment * > G4FragmentVector
Definition: G4Fragment.hh:63
virtual G4FragmentVector * BreakUpFragment(G4Fragment *theNucleus)
void SetTimeLimit(G4double value)
virtual G4double GetEmissionProbability(G4Fragment *theNucleus)
G4VGammaDeexcitation * contDeexcitation
G4VGammaDeexcitation * discrDeexcitation
void SetEOccupancy(G4ElectronOccupancy eOccupancy)
virtual void SetEmissionStrategy(G4VEmissionProbability *probAlgorithm)
virtual G4Fragment * EmittedFragment(G4Fragment *theNucleus)
virtual G4FragmentVector * BreakUp(const G4Fragment &nucleus)
double G4double
Definition: G4Types.hh:76
virtual G4bool BreakUpChain(G4FragmentVector *theResult, G4Fragment *theNucleus)
G4VEmissionProbability * probAlgorithm