- Timestamp:
- Nov 25, 2009, 5:13:58 PM (16 years ago)
- Location:
- trunk/source/processes/hadronic/models/pre_equilibrium/exciton_model/include
- Files:
-
- 12 edited
-
G4LowEIonFragmentation.hh (modified) (1 diff)
-
G4PreCompoundEmission.hh (modified) (2 diffs)
-
G4PreCompoundEmission.icc (modified) (1 diff)
-
G4PreCompoundFragmentVector.hh (modified) (1 diff)
-
G4PreCompoundFragmentVector.icc (modified) (1 diff)
-
G4PreCompoundModel.hh (modified) (4 diffs)
-
G4PreCompoundParameters.hh (modified) (1 diff)
-
G4PreCompoundTransitions.hh (modified) (1 diff)
-
G4VPreCompoundFragment.hh (modified) (1 diff)
-
G4VPreCompoundFragment.icc (modified) (1 diff)
-
G4VPreCompoundIon.hh (modified) (1 diff)
-
G4VPreCompoundNucleon.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4LowEIonFragmentation.hh
r1007 r1196 26 26 // 27 27 // $Id: G4LowEIonFragmentation.hh,v 1.3 2006/06/29 20:58:04 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2$28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 // by H.P. Wellisch -
trunk/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundEmission.hh
r1007 r1196 24 24 // ******************************************************************** 25 25 // 26 // $Id: G4PreCompoundEmission.hh,v 1. 6 2008/09/22 10:18:36 ahowardExp $27 // GEANT4 tag $Name: geant4-09-0 2$26 // $Id: G4PreCompoundEmission.hh,v 1.7 2009/11/12 14:33:44 gunter Exp $ 27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 // Hadronic Process: Nuclear Preequilibrium … … 84 84 85 85 G4double factorial(G4double a) const; 86 G4double logfactorial(G4double a) const; 86 87 87 88 //for inverse cross section choice -
trunk/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundEmission.icc
r1055 r1196 25 25 // 26 26 // $Id: G4PreCompoundEmission.icc,v 1.5 2009/02/10 16:01:37 vnivanch Exp $ 27 // GEANT4 tag $Name: geant4-09-03- beta-cand-01 $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 // -
trunk/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundFragmentVector.hh
r1055 r1196 26 26 // 27 27 // $Id: G4PreCompoundFragmentVector.hh,v 1.6 2009/02/10 16:01:37 vnivanch Exp $ 28 // GEANT4 tag $Name: geant4-09-03- beta-cand-01 $28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 // Hadronic Process: Nuclear Preequilibrium -
trunk/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundFragmentVector.icc
r1055 r1196 26 26 // 27 27 // $Id: G4PreCompoundFragmentVector.icc,v 1.4 2008/09/22 10:18:36 ahoward Exp $ 28 // GEANT4 tag $Name: geant4-09-03- beta-cand-01 $28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 // Hadronic Process: Nuclear Preequilibrium -
trunk/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundModel.hh
r1007 r1196 25 25 // 26 26 // 27 // $Id: G4PreCompoundModel.hh,v 1. 6 2008/09/22 10:18:36 ahowardExp $28 // GEANT4 tag $Name: geant4-09-0 2$27 // $Id: G4PreCompoundModel.hh,v 1.7 2009/11/19 10:19:31 vnivanch Exp $ 28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 // by V. Lara … … 43 43 // - "never go back" hipothesis (if useNGB=true, default false) 44 44 // - soft cutoff from preeq. to equlibrium (if useSCO=true, default false) 45 // - CEM transition probabilities (if useCEMtr=true, default false) 45 // - CEM transition probabilities (if useCEMtr=true) 46 // J. M. Quesada (30.10.09) : CEM transition probabilities are set as default 46 47 47 48 #ifndef G4PreCompoundModel_h … … 73 74 74 75 public: 75 G4PreCompoundModel(G4ExcitationHandler * const value) :76 G4VPreCompoundModel(value), useHETCEmission(false), useGNASHTransition(false),77 OPTxs(3), useSICB(false), useNGB(false), useSCO(false), useCEMtr(false) {}78 76 79 ~G4PreCompoundModel() {} 77 G4PreCompoundModel(G4ExcitationHandler * const value); 78 79 virtual ~G4PreCompoundModel(); 80 80 81 81 private: 82 G4PreCompoundModel() {}83 82 84 G4PreCompoundModel(const G4PreCompoundModel &) : G4VPreCompoundModel() {} 83 G4PreCompoundModel(); 84 85 G4PreCompoundModel(const G4PreCompoundModel &); 85 86 86 87 const G4PreCompoundModel& operator=(const G4PreCompoundModel &right); … … 89 90 90 91 public: 91 G4HadFinalState * ApplyYourself(const G4HadProjectile & thePrimary, G4Nucleus & theNucleus); 92 93 G4HadFinalState * ApplyYourself(const G4HadProjectile & thePrimary, G4Nucleus & theNucleus); 92 94 93 95 G4ReactionProductVector* DeExcite(const G4Fragment& aFragment) const; -
trunk/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundParameters.hh
r1007 r1196 26 26 // 27 27 // $Id: G4PreCompoundParameters.hh,v 1.5 2008/05/08 10:34:25 quesada Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2$28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 // by V. Lara -
trunk/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundTransitions.hh
r1007 r1196 26 26 // 27 27 // $Id: G4PreCompoundTransitions.hh,v 1.6 2008/09/22 10:18:36 ahoward Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2$28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 // by V. Lara -
trunk/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4VPreCompoundFragment.hh
r1055 r1196 26 26 // 27 27 // $Id: G4VPreCompoundFragment.hh,v 1.10 2009/02/10 16:01:37 vnivanch Exp $ 28 // GEANT4 tag $Name: geant4-09-03- beta-cand-01 $28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 // J. M. Quesada (August 2008). -
trunk/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4VPreCompoundFragment.icc
r1055 r1196 26 26 // 27 27 // $Id: G4VPreCompoundFragment.icc,v 1.7 2008/09/22 10:18:36 ahoward Exp $ 28 // GEANT4 tag $Name: geant4-09-03- beta-cand-01 $28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 // by V. Lara -
trunk/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4VPreCompoundIon.hh
r1007 r1196 27 27 28 28 // $Id: G4VPreCompoundIon.hh,v 1.9 2008/09/22 10:18:36 ahoward Exp $ 29 // GEANT4 tag $Name: geant4-09-0 2$29 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 30 30 // 31 31 // by V. Lara -
trunk/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4VPreCompoundNucleon.hh
r1007 r1196 26 26 // 27 27 // $Id: G4VPreCompoundNucleon.hh,v 1.8 2008/09/22 10:18:36 ahoward Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2$28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 // by V. Lara
Note:
See TracChangeset
for help on using the changeset viewer.
