1 #ifndef _SPECIALISOMER_
2 #define _SPECIALISOMER_
52 void SetProductionReaction(
string reaction_type);
68 void AddDaughter(
int Zd,
int Ad,
double DecayBR);
75 bool NGammaProduction(map<
int ,map<
int ,map<int,ZAI*> > > &TheChart,
ZAI *zai);
82 bool N2NProduction(map<
int ,map<
int ,map<int,ZAI*> > > &TheChart,
ZAI *zai);
89 double GetBranchingRatio();
int fA
A of the mother.
Definition: SpecialIsomer.hxx:93
vector< int > fAd
A of the decay daughter.
Definition: SpecialIsomer.hxx:99
int GetReactionType()
return the reaction type (mcnp code number 16, 102, ...)
Definition: SpecialIsomer.hxx:55
double fBRthermal
Thermal Branching Ratio.
Definition: SpecialIsomer.hxx:95
int fReactionCode
Reaction code (mcnp type: 102=n_gamma,...)
Definition: SpecialIsomer.hxx:94
double GetFastBR()
return Fast Branching Ratio to Ground State
Definition: SpecialIsomer.hxx:54
Class to define special treatment for some isomers.
Definition: SpecialIsomer.hxx:31
int A()
return A of the mother nucleus
Definition: SpecialIsomer.hxx:57
void Z(int z)
Set Z of the mother nucleus.
Definition: SpecialIsomer.hxx:58
Define a Reaction list for Tally multiplicator inputs.
Definition: Tally.hxx:233
int Z()
return Z of the mother nucleus
Definition: SpecialIsomer.hxx:56
void SetFastBR(double br)
Set Fast Branching Ratio to Ground State.
Definition: SpecialIsomer.hxx:51
A ZAI defined a (Z,A,Isomere) for a Nucleus.
Definition: ZAI.hxx:62
string fCutFlag
"M" or "X" to know if MURE or user choose what to do with GS
Definition: SpecialIsomer.hxx:97
vector< int > fZd
Z of the decay daughter.
Definition: SpecialIsomer.hxx:98
vector< double > fDecayBR
Branching ratio for the decay.
Definition: SpecialIsomer.hxx:100
double GetThermalBR()
return Thermal Branching Ratio to Ground State
Definition: SpecialIsomer.hxx:53
int fZ
Z of the mother.
Definition: SpecialIsomer.hxx:92
void A(int a)
Set A of the mother nucleus.
Definition: SpecialIsomer.hxx:59
double fBRfast
Fast Branching Ratio.
Definition: SpecialIsomer.hxx:96
void SetThermalBR(double br)
Set Thermal Branching Ratio to Ground State.
Definition: SpecialIsomer.hxx:50