Skip to content
Snippets Groups Projects
Commit f888dfbe authored by Baptiste LENIAU's avatar Baptiste LENIAU
Browse files

Add SetSpectrumType function. The aims is to change the isotopic branching...

Add SetSpectrumType function. The aims is to change the isotopic branching ratio (for isomer production by reaction) according the type of neutron spectrum

git-svn-id: svn+ssh://svn.in2p3.fr/class@490 0e7d625b-0364-4367-a6be-d5be4a48d228
parent be6101d3
No related branches found
No related tags found
No related merge requests found
...@@ -79,6 +79,7 @@ class IrradiationModel : public CLASSObject ...@@ -79,6 +79,7 @@ class IrradiationModel : public CLASSObject
void BuildReactionFiliation(); void BuildReactionFiliation();
string GetSpectrumType(){return fSpectrumType;} ///< Set the type of neutron spectrum (thermal or fast)
//@} //@}
...@@ -127,7 +128,7 @@ class IrradiationModel : public CLASSObject ...@@ -127,7 +128,7 @@ class IrradiationModel : public CLASSObject
void SetShortestHalfLife(double halflife) { fShorstestHalflife = halflife;} ///< Set the Half Life cut void SetShortestHalfLife(double halflife) { fShorstestHalflife = halflife;} ///< Set the Half Life cut
void LoadFPYield(string SponfaneusYield, string ReactionYield); ///< Build Fision Yields maps; void LoadFPYield(string SponfaneusYield, string ReactionYield); ///< Build Fision Yields maps;
void SetSpectrumType(string type); ///< Set the type of neutron spectrum (thermal or fast)
...@@ -189,6 +190,7 @@ class IrradiationModel : public CLASSObject ...@@ -189,6 +190,7 @@ class IrradiationModel : public CLASSObject
string fSpontaneusYieldFile; ///< Store the name of the Spontaneus fission yield file string fSpontaneusYieldFile; ///< Store the name of the Spontaneus fission yield file
string fReactionYieldFile; ///< Store the name of the reaction fission yield file string fReactionYieldFile; ///< Store the name of the reaction fission yield file
string fSpectrumType; ///< Type of the spectrum : thermal or fast. (needed for Isomeric branching ratios)
//{ //{
/// Return the Fission XS Matrix at the time TStep /// Return the Fission XS Matrix at the time TStep
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment