37 #include "RConfigure.h" 54 "H ",
"He",
"Li",
"Be",
"B ",
"C ",
"N ",
"O ",
"F ",
"Ne",
"Na",
"Mg",
55 "Al",
"Si",
"P ",
"S ",
"Cl",
"Ar",
"K ",
"Ca",
"Sc",
"Ti",
"V ",
"Cr",
56 "Mn",
"Fe",
"Co",
"Ni",
"Cu",
"Zn",
"Ga",
"Ge",
"As",
"Se",
"Br",
"Kr",
57 "Rb",
"Sr",
"Y ",
"Zr",
"Nb",
"Mo",
"Tc",
"Ru",
"Rh",
"Pd",
"Ag",
"Cd",
58 "In",
"Sn",
"Sb",
"Te",
"I ",
"Xe",
"Cs",
"Ba",
"La",
"Ce",
"Pr",
"Nd",
59 "Pm",
"Sm",
"Eu",
"Gd",
"Tb",
"Dy",
"Ho",
"Er",
"Tm",
"Yb",
"Lu",
"Hf",
60 "Ta",
"W ",
"Re",
"Os",
"Ir",
"Pt",
"Au",
"Hg",
"Tl",
"Pb",
"Bi",
"Po",
61 "At",
"Rn",
"Fr",
"Ra",
"Ac",
"Th",
"Pa",
"U ",
"Np",
"Pu",
"Am",
"Cm",
62 "Bk",
"Cf",
"Es",
"Fm",
"Md",
"No",
"Lr",
"Rf",
"Db",
"Sg",
"Bh",
"Hs",
66 "2BetaMinus",
"BetaMinus",
"NeutronEm",
"ProtonEm",
"Alpha",
"ECF",
67 "ElecCapt",
"IsoTrans",
"I",
"SpontFiss",
"2ProtonEm",
"2NeutronEm",
68 "2Alpha",
"Carbon12",
"Carbon14",
"Stable" };
73 -2, -2, -8, -12, -14 };
151 printf(
"Element: %s Z=%d N=%f A=%f [g/mole]\n",
GetName(),
fZ,
Neff(),
fA);
167 ::Error(
"TGeoElementTable::GetElementTable",
"Create a geometry manager first");
179 Fatal(
"AddIsotope",
"Cannot add isotopes to normal elements. Use constructor with number of isotopes.");
184 for (ncurrent=0; ncurrent<
fNisotopes; ncurrent++)
186 if (ncurrent==fNisotopes) {
187 Error(
"AddIsotope",
"All %d isotopes of element %s already defined", fNisotopes,
GetName());
191 if ((
fZ!=0) && (isotope->
GetZ()!=
fZ)) {
192 Fatal(
"AddIsotope",
"Trying to add isotope %s with different Z to the same element %s",
200 if (ncurrent==fNisotopes-1) {
277 if (z<1)
Fatal(
"ctor",
"Not allowed Z=%d (<1) for isotope: %s", z,name);
278 if (n<z)
Fatal(
"ctor",
"Not allowed Z=%d < N=%d for isotope: %s", z,n,name);
288 if (!elTable)
return 0;
297 printf(
"Isotope: %s Z=%d N=%d A=%f [g/mole]\n",
GetName(),
fZ,
fN,
fA);
369 if (branchingRatio<1
E-20) {
422 Error(
"CheckDecays",
"Element table not present");
431 Int_t decayResult = 0;
440 Error(
"CheckDecays",
"Element after decay %s of %s not found in DB", decayName.
Data(),
fName.
Data());
448 Warning(
"CheckDecays",
"BR for decays of element %s sum-up = %f",
fName.
Data(), br);
462 if (da == -99 || dz == -99)
return 0;
482 while ((elem=next())) {
501 else fName =
"?? -?? -";
517 printf(
"Iso=%d; ",
fIso);
518 printf(
"Level=%g[MeV]; ",
fLevel);
519 printf(
"Dmass=%g[MeV]; ",
fDeltaM);
521 else printf(
"Hlife=INF\n");
525 printf(
"Htox=%g; ",
fTH_F);
526 printf(
"Itox=%g; ",
fTG_F);
529 printf(
"Decay modes:\n");
541 Double_t level, deltaM, halfLife, natAbun, th_f, tg_f, th_s, tg_s;
542 char name[20],jp[20];
543 sscanf(&line[0],
"%s%d%d%d%lg%lg%lg%s%lg%lg%lg%lg%lg%d%d", name,&a,&z,&iso,&level,&deltaM,
544 &halfLife,jp,&natAbun,&th_f,&tg_f,&th_s,&tg_s,&status,&ndecays);
545 TGeoElementRN *elem =
new TGeoElementRN(a,z,iso,level,deltaM,halfLife,
546 jp,natAbun,th_f,tg_f,th_s,tg_s,status);
555 if (!strcmp(option,
"h")) {
557 out <<
"#====================================================================================================================================" << std::endl;
558 out <<
"# Name A Z ISO LEV[MeV] DM[MeV] T1/2[s] J/P ABUND[%] HTOX ITOX HTOX ITOX STAT NDCY" << std::endl;
559 out <<
"#====================================================================================================================================" << std::endl;
562 out << std::setw(5) << (
Int_t)
fA;
563 out << std::setw(5) <<
fZ;
564 out << std::setw(5) <<
fIso;
565 out << std::setw(10) << std::setiosflags(std::ios::fixed) << std::setprecision(5) <<
fLevel;
566 out << std::setw(10) << std::setiosflags(std::ios::fixed) << std::setprecision(5) <<
fDeltaM;
567 out << std::setw(10) << std::setiosflags(std::ios::scientific) << std::setprecision(3) <<
fHalfLife;
569 out << std::setw(10) << std::setiosflags(std::ios::fixed) << std::setprecision(5) <<
fNatAbun;
570 out << std::setw(10) << std::setiosflags(std::ios::fixed) << std::setprecision(5) <<
fTH_F;
571 out << std::setw(10) << std::setiosflags(std::ios::fixed) << std::setprecision(5) <<
fTG_F;
572 out << std::setw(10) << std::setiosflags(std::ios::fixed) << std::setprecision(5) <<
fTH_S;
573 out << std::setw(10) << std::setiosflags(std::ios::fixed) << std::setprecision(5) <<
fTG_S;
574 out << std::setw(5) <<
fStatus;
577 out << std::setw(5) << ndecays;
618 fBranchingRatio = dc.fBranchingRatio;
619 fQvalue = dc.fQvalue;
620 fParent = dc.fParent;
621 fDaughter = dc.fDaughter;
636 if (name.
Length()) name +=
"+";
655 if (name.
Length()) name +=
"+";
666 return fParent->Decays()->IndexOf(
this);
675 DecayName(fDecay, name);
676 printf(
"%-20s Diso: %3d BR: %9.3f%% Qval: %g\n", name.
Data(),fDiso,fBranchingRatio,fQvalue);
687 sscanf(&line[0],
"%s%d%d%lg%lg", name,&decay,&diso,&branchingRatio,&qValue);
698 DecayName(fDecay, decayName);
699 out << std::setw(50) << decayName.
Data();
700 out << std::setw(10) << fDecay;
701 out << std::setw(10) << fDiso;
702 out << std::setw(12) << std::setiosflags(std::ios::fixed) << std::setprecision(6) << fBranchingRatio;
703 out << std::setw(12) << std::setiosflags(std::ios::fixed) << std::setprecision(6) << fQvalue;
732 : fTop(top), fElem(top), fBranch(0),
fLevel(0), fLimitRatio(limit),
fRatio(1.)
745 fLimitRatio(iter.fLimitRatio),
767 if (&iter ==
this)
return *
this;
805 if (
Down(ind++))
return (TGeoElementRN*)
fElem;
826 return (TGeoElementRN*)
fElem;
837 for (
Int_t i=0; i<nd; i++)
if (
Down(i))
return (TGeoElementRN*)
fElem;
849 printf(
"=== Chain with %g %%\n", 100*
fRatio);
857 printf(
"%s%s\n", indent.Data(), elem->
GetName());
888 BuildDefaultElements();
897 fNelements(get.fNelements),
898 fNelementsRN(get.fNelementsRN),
899 fNisotopes(get.fNisotopes),
901 fListRN(get.fListRN),
968 Error(
"AddElement",
"Found element with same name: %s (%s). Cannot add to table.",
994 Error(
"AddIsotope",
"Isotope with the same name: %s already in table. Not adding.",isotope->
GetName());
1011 AddElement(
"BE" ,
"BERYLLIUM" ,4, 9, 9.01218);
1014 AddElement(
"N" ,
"NITROGEN" ,7, 14, 14.00674);
1016 AddElement(
"F" ,
"FLUORINE" ,9, 19, 18.9984032);
1018 AddElement(
"NA" ,
"SODIUM" ,11, 23, 22.989770);
1019 AddElement(
"MG" ,
"MAGNESIUM" ,12, 24, 24.3050);
1020 AddElement(
"AL" ,
"ALUMINIUM" ,13, 27, 26.981538);
1021 AddElement(
"SI" ,
"SILICON" ,14, 28, 28.0855);
1022 AddElement(
"P" ,
"PHOSPHORUS" ,15, 31, 30.973761);
1024 AddElement(
"CL" ,
"CHLORINE" ,17, 35, 35.4527);
1026 AddElement(
"K" ,
"POTASSIUM" ,19, 39, 39.0983);
1028 AddElement(
"SC" ,
"SCANDIUM" ,21, 45, 44.955910);
1029 AddElement(
"TI" ,
"TITANIUM" ,22, 48, 47.867);
1030 AddElement(
"V" ,
"VANADIUM" ,23, 51, 50.9415);
1031 AddElement(
"CR" ,
"CHROMIUM" ,24, 52, 51.9961);
1032 AddElement(
"MN" ,
"MANGANESE" ,25, 55, 54.938049);
1034 AddElement(
"CO" ,
"COBALT" ,27, 59, 58.933200);
1039 AddElement(
"GE" ,
"GERMANIUM" ,32, 73, 72.61);
1040 AddElement(
"AS" ,
"ARSENIC" ,33, 75, 74.92160);
1044 AddElement(
"RB" ,
"RUBIDIUM" ,37, 85, 85.4678);
1045 AddElement(
"SR" ,
"STRONTIUM" ,38, 88, 87.62);
1046 AddElement(
"Y" ,
"YTTRIUM" ,39, 89, 88.90585);
1047 AddElement(
"ZR" ,
"ZIRCONIUM" ,40, 91, 91.224);
1048 AddElement(
"NB" ,
"NIOBIUM" ,41, 93, 92.90638);
1049 AddElement(
"MO" ,
"MOLYBDENUM" ,42, 96, 95.94);
1050 AddElement(
"TC" ,
"TECHNETIUM" ,43, 98, 98.0);
1051 AddElement(
"RU" ,
"RUTHENIUM" ,44, 101, 101.07);
1052 AddElement(
"RH" ,
"RHODIUM" ,45, 103, 102.90550);
1053 AddElement(
"PD" ,
"PALLADIUM" ,46, 106, 106.42);
1054 AddElement(
"AG" ,
"SILVER" ,47, 108, 107.8682);
1055 AddElement(
"CD" ,
"CADMIUM" ,48, 112, 112.411);
1056 AddElement(
"IN" ,
"INDIUM" ,49, 115, 114.818);
1058 AddElement(
"SB" ,
"ANTIMONY" ,51, 122, 121.760);
1059 AddElement(
"TE" ,
"TELLURIUM" ,52, 128, 127.60);
1060 AddElement(
"I" ,
"IODINE" ,53, 127, 126.90447);
1062 AddElement(
"CS" ,
"CESIUM" ,55, 133, 132.90545);
1063 AddElement(
"BA" ,
"BARIUM" ,56, 137, 137.327);
1064 AddElement(
"LA" ,
"LANTHANUM" ,57, 139, 138.9055);
1065 AddElement(
"CE" ,
"CERIUM" ,58, 140, 140.116);
1066 AddElement(
"PR" ,
"PRASEODYMIUM" ,59, 141, 140.90765);
1067 AddElement(
"ND" ,
"NEODYMIUM" ,60, 144, 144.24);
1068 AddElement(
"PM" ,
"PROMETHIUM" ,61, 145, 145.0);
1069 AddElement(
"SM" ,
"SAMARIUM" ,62, 150, 150.36);
1070 AddElement(
"EU" ,
"EUROPIUM" ,63, 152, 151.964);
1071 AddElement(
"GD" ,
"GADOLINIUM" ,64, 157, 157.25);
1072 AddElement(
"TB" ,
"TERBIUM" ,65, 159, 158.92534);
1073 AddElement(
"DY" ,
"DYSPROSIUM" ,66, 162, 162.50);
1074 AddElement(
"HO" ,
"HOLMIUM" ,67, 165, 164.93032);
1076 AddElement(
"TM" ,
"THULIUM" ,69, 169, 168.93421);
1077 AddElement(
"YB" ,
"YTTERBIUM" ,70, 173, 173.04);
1078 AddElement(
"LU" ,
"LUTETIUM" ,71, 175, 174.967);
1079 AddElement(
"HF" ,
"HAFNIUM" ,72, 178, 178.49);
1080 AddElement(
"TA" ,
"TANTALUM" ,73, 181, 180.9479);
1081 AddElement(
"W" ,
"TUNGSTEN" ,74, 184, 183.84);
1082 AddElement(
"RE" ,
"RHENIUM" ,75, 186, 186.207);
1084 AddElement(
"IR" ,
"IRIDIUM" ,77, 192, 192.217);
1085 AddElement(
"PT" ,
"PLATINUM" ,78, 195, 195.078);
1086 AddElement(
"AU" ,
"GOLD" ,79, 197, 196.96655);
1087 AddElement(
"HG" ,
"MERCURY" ,80, 200, 200.59);
1088 AddElement(
"TL" ,
"THALLIUM" ,81, 204, 204.3833);
1090 AddElement(
"BI" ,
"BISMUTH" ,83, 209, 208.98038);
1091 AddElement(
"PO" ,
"POLONIUM" ,84, 209, 209.0);
1092 AddElement(
"AT" ,
"ASTATINE" ,85, 210, 210.0);
1094 AddElement(
"FR" ,
"FRANCIUM" ,87, 223, 223.0);
1096 AddElement(
"AC" ,
"ACTINIUM" ,89, 227, 227.0);
1097 AddElement(
"TH" ,
"THORIUM" ,90, 232, 232.0381);
1098 AddElement(
"PA" ,
"PROTACTINIUM" ,91, 231, 231.03588);
1099 AddElement(
"U" ,
"URANIUM" ,92, 238, 238.0289);
1100 AddElement(
"NP" ,
"NEPTUNIUM" ,93, 237, 237.0);
1101 AddElement(
"PU" ,
"PLUTONIUM" ,94, 244, 244.0);
1102 AddElement(
"AM" ,
"AMERICIUM" ,95, 243, 243.0);
1104 AddElement(
"BK" ,
"BERKELIUM" ,97, 247, 247.0);
1105 AddElement(
"CF" ,
"CALIFORNIUM",98, 251, 251.0);
1106 AddElement(
"ES" ,
"EINSTEINIUM",99, 252, 252.0);
1107 AddElement(
"FM" ,
"FERMIUM" ,100, 257, 257.0);
1108 AddElement(
"MD" ,
"MENDELEVIUM",101, 258, 258.0);
1109 AddElement(
"NO" ,
"NOBELIUM" ,102, 259, 259.0);
1110 AddElement(
"LR" ,
"LAWRENCIUM" ,103, 262, 262.0);
1111 AddElement(
"RF" ,
"RUTHERFORDIUM",104, 261, 261.0);
1112 AddElement(
"DB" ,
"DUBNIUM" ,105, 262, 262.0);
1113 AddElement(
"SG" ,
"SEABORGIUM" ,106, 263, 263.0);
1114 AddElement(
"BH" ,
"BOHRIUM" ,107, 262, 262.0);
1115 AddElement(
"HS" ,
"HASSIUM" ,108, 265, 265.0);
1116 AddElement(
"MT" ,
"MEITNERIUM" ,109, 266, 266.0);
1117 AddElement(
"UUN" ,
"UNUNNILIUM" ,110, 269, 269.0);
1118 AddElement(
"UUU" ,
"UNUNUNIUM" ,111, 272, 272.0);
1119 AddElement(
"UUB" ,
"UNUNBIUM" ,112, 277, 277.0);
1130 TGeoElementRN *elem;
1133 rnf.
Form(
"%s/RadioNuclides.txt", ROOTETCDIR);
1137 FILE *fp = fopen(rnf,
"r");
1139 Error(
"ImportElementsRN",
"File RadioNuclides.txt not found");
1145 while (fgets(&line[0],140,fp)) {
1146 if (line[0]==
'#')
continue;
1148 for (i=0; i<ndecays; i++) {
1149 if (!fgets(&line[0],140,fp)) {
1150 Error(
"ImportElementsRN",
"Error parsing RadioNuclides.txt file");
1171 TGeoElementRN *elem;
1174 while ((elem=(TGeoElementRN*)next())) {
1187 if (!sname.
Length()) sname =
"RadioNuclides.txt";
1189 out.open(sname.
Data(), std::ios::out);
1191 Error(
"ExportElementsRN",
"Cannot open file %s", sname.
Data());
1195 TGeoElementRN *elem;
1198 while ((elem=(TGeoElementRN*)next())) {
1214 if (elem)
return elem;
1219 if (elem)
return elem;
1223 if (s == elem->
GetTitle())
return elem;
1243 TGeoElementTable *table = (TGeoElementTable*)
this;
1247 ElementRNMap_t::const_iterator it =
fElementsRN.find(ENDFcode);
1274 if (opt==
"" || opt==
"D") {
1275 if (induser) printf(
"================\nDefault elements\n================\n");
1279 if (opt==
"" || opt==
"I") {
1281 printf(
"================\nIsotopes\n================\n");
1286 if (opt==
"" || opt==
"R") {
1288 printf(
"================\nRadio-nuclides\n================\n");
1293 if (opt==
"" || opt==
"U") {
1294 if (
fNelements>induser) printf(
"================\nUser elements\n================\n");
1319 if (t12 == 0.) t12 = 1.e-30;
1320 if (elem->Stable()) fCoeff[0].lambda = 0.;
1385 if (
this == &other)
return *
this;
1387 TAttLine::operator=(other);
1388 TAttFill::operator=(other);
1389 TAttMarker::operator=(other);
1415 Error(
"operator+=",
"Cannot add 2 solutions for different elements");
1432 for (j=0; j<other.
fNcoeff; j++) {
1485 TGeoElementRN *elem = dc->
Daughter();
1486 if (elem !=
fElem) {
1487 Error(
"FindSolution",
"Last element in the list must be %s\n",
fElem->
GetName());
1505 for (i=0; i<
n; i++) {
1510 if (halflife==0.) halflife = 1.e-30;
1511 if (elem->
Stable()) lambda[i] = 0.;
1516 if (halflife==0.) halflife = 1.e-30;
1517 if (elem->
Stable()) lambda[n] = 0.;
1522 for (i=0; i<order-1; i++) {
1523 for (j=i+1; j<order; j++) {
1524 if (lambda[j] == lambda[i]) lambda[j] += 0.001*lambda[j];
1529 for (j=0; j<
n; j++) plambdabr *= lambda[j]*br[j];
1530 for (i=0; i<order; i++) {
1532 for (j=0; j<n+1; j++) {
1533 if (j == i)
continue;
1534 pdlambda *= lambda[j] - lambda[i];
1536 if (pdlambda == 0.) {
1537 Error(
"FindSolution",
"pdlambda=0 !!!");
1542 ain = plambdabr/pdlambda;
1571 printf(
"%s\n", formula.
Data());
static void DecayName(UInt_t decay, TString &name)
Returns decay name.
TObjArray * GetBranch() const
virtual const char * GetName() const
Returns name of object.
void FillPopulation(TObjArray *population, Double_t precision=0.001, Double_t factor=1.)
Fills the input array with the set of RN elements resulting from the decay of this one...
static TGeoElementRN * ReadElementRN(const char *record, Int_t &ndecays)
Create element from line record.
void Normalize(Double_t factor)
Normalize all coefficients with a given factor.
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save primitive for RN elements.
static TGeoDecayChannel * ReadDecay(const char *record)
Create element from line record.
void AddDecay(Int_t decay, Int_t diso, Double_t branchingRatio, Double_t qValue)
Adds a decay mode for this element.
virtual void Draw(Option_t *option="")
Draw the solution of Bateman equation versus time.
~TGeoBatemanSol()
Destructor.
TGeoElementRN * Daughter() const
virtual void Print(Option_t *opt=" ") const
Prints decay info.
virtual void Print(Option_t *option="") const
Print table of elements.
virtual void Delete(Option_t *option="")
Remove all objects from the array AND delete all heap based objects.
TGeoElement()
Default constructor.
TString & ReplaceAll(const TString &s1, const TString &s2)
TGeoElementRN * operator()()
() operator.
static const Int_t gDecayDeltaA[gMaxDecay]
Bool_t TestBit(UInt_t f) const
TGeoElementTable * GetElementTable()
Returns material table. Creates it if not existing.
TGeoElementRN * GetElement() const
static const char gElName[gMaxElem][3]
void ToUpper()
Change string to upper case.
void AddRatio(TGeoBatemanSol &ratio)
Adds a proportion ratio to the existing one.
TGeoElementTable & operator=(const TGeoElementTable &)
assignment operator
Int_t GetNdecays() const
Get number of decay channels of this element.
virtual ~TGeoElementRN()
Destructor.
void AddIsotope(TGeoIsotope *isotope)
Add isotope to the table.
Bool_t CheckDecays() const
Check if all decay chain of the element is OK.
virtual void Print(Option_t *option="") const
This method must be overridden when a class wants to print itself.
TObject * At(Int_t idx) const
TGeoIsotope * GetIsotope(Int_t i) const
Return i-th isotope in the element.
TGeoIsotope * FindIsotope(const char *name) const
Find existing isotope by name. Not optimized for a big number of isotopes.
virtual void Print(Option_t *option="") const
Print info about the current decay branch.
virtual void DecayShift(Int_t &dA, Int_t &dZ, Int_t &dI) const
Returns variation in A, Z and Iso after decay.
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
const TGeoElementRN * fTop
virtual Int_t ENDFCode() const
TGeoElementRN * Parent() const
static TGeoIsotope * FindIsotope(const char *name)
Find existing isotope by name.
Bool_t HasIsotopes() const
virtual ~TGeoElementTable()
destructor
TGeoBatemanSol & operator=(const TGeoBatemanSol &other)
Assignment.
Fill Area Attributes class.
TObjArray * Decays() const
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString...
void MakeName(Int_t a, Int_t z, Int_t iso)
Generate a default name for the element.
Double_t Neff() const
Returns effective number of nucleons.
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save primitive for decays.
The TNamed class is the base class for all named ROOT classes.
virtual TObject * FindObject(const char *name) const
Find an object in this collection using its name.
Double_t Concentration(Double_t time) const
Find concentration of the element at a given time.
void AddIsotope(TGeoIsotope *isotope, Double_t relativeAbundance)
Add an isotope for this element. All isotopes have to be isotopes of the same element.
Base class for chemical elements.
virtual const char * Getenv(const char *env)
Get environment variable.
static TGeoElementTable * GetElementTable()
Returns pointer to the table.
static const char gLevName[gMaxLevel]
virtual void DrawBatemanSol(TGeoBatemanSol *sol, Option_t *option="")=0
TObject & operator=(const TObject &rhs)
TObject assignment operator.
TGeoElementRN()
Default constructor.
TGeoElementRN * Down(Int_t ibranch)
Go downwards from current level via ibranch as low in the tree as possible.
Double_t HalfLife() const
Bool_t HasRNElements() const
static const Int_t gDecayDeltaZ[gMaxDecay]
void SetDaughter(TGeoElementRN *daughter)
virtual void AddAtAndExpand(TObject *obj, Int_t idx)
Add object at position idx.
R__EXTERN TSystem * gSystem
static const Int_t gMaxDecay
virtual const char * GetName() const
Returns name of decay.
void FindSolution(const TObjArray *array)
Find the solution for the Bateman equations corresponding to the decay chain described by an array en...
virtual TObject * RemoveAt(Int_t idx)
Remove object at index idx.
const TGeoElementRN * fElem
virtual void Print(Option_t *option="") const
Print info about the element;.
void Form(const char *fmt,...)
Formats a string using a printf style format descriptor.
Int_t GetEntriesFast() const
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
void AddElementRN(TGeoElementRN *elem)
Add a radionuclide to the table and map it.
static const Int_t gMaxLevel
Iterator for decay branches.
TGeoElement * FindElement(const char *name) const
Search an element by symbol or full name Exact matching.
TGeoElementRN * GetElementRN(Int_t ENDFcode) const
Retrieve a radionuclide by ENDF code.
void AddElement(const char *name, const char *title, Int_t z, Double_t a)
Add an element to the table. Obsolete.
static void indent(ostringstream &buf, int indent_level)
TGeoBatemanSol & operator+=(const TGeoBatemanSol &other)
Addition of other solution.
static const char * gDecayName[gMaxDecay+1]
void SetUsed(Bool_t flag=kTRUE)
Bool_t HasDefaultElements() const
R__EXTERN TGeoManager * gGeoManager
ElementRNMap_t fElementsRN
Int_t DecayResult(TGeoDecayChannel *dc) const
Returns ENDF code of decay result.
TGeoElementRN * Next()
Return next element.
Bool_t CheckTable() const
Checks status of element table.
virtual void Print(Option_t *option="") const
Print this isotope.
virtual ~TGeoElemIter()
Destructor.
void SetParent(TGeoElementRN *parent)
you should not use this method at all Int_t Int_t Double_t Double_t Double_t e
void SetDefined(Bool_t flag=kTRUE)
TGeoIsotope()
Dummy I/O constructor.
A decay channel for a radionuclide.
Mother of all ROOT objects.
virtual Double_t GetSpecificActivity() const
Get the activity in Bq of a gram of material made from this element.
you should not use this method at all Int_t Int_t z
virtual void Print(Option_t *option="") const
Print concentration evolution.
TGeoElementRN * Up()
Go upwards from the current location until the next branching, then down.
void ImportElementsRN()
Creates the list of radionuclides.
virtual void Print(Option_t *option="") const
Print this isotope.
Int_t GetIndex() const
Get index of this channel in the list of decays of the parent nuclide.
Class representing a radionuclide.
void BuildDefaultElements()
Creates the default element table.
Int_t GetEntries() const
Return the number of objects in array (i.e.
TGeoElementTable()
default constructor
static Int_t ENDF(Int_t a, Int_t z, Int_t iso)
virtual void Fatal(const char *method, const char *msgfmt,...) const
Issue fatal error message.
Double_t GetRelativeAbundance(Int_t i) const
Return relative abundance of i-th isotope in this element.
static const Int_t gMaxElem
virtual void Print(Option_t *option="") const
Default print for collections, calls Print(option, 1).
TVirtualGeoPainter * GetGeomPainter()
Make a default painter if none present. Returns pointer to it.
Double_t BranchingRatio() const
void ResetRatio()
Clears the existing ratio.
virtual void Warning(const char *method, const char *msgfmt,...) const
Issue warning message.
virtual const char * GetTitle() const
Returns title of object.
const char * Data() const
void ExportElementsRN(const char *filename="")
Export radionuclides in a file.
TGeoElemIter & operator=(const TGeoElemIter &iter)
Assignment.