Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
6af0ddb0
Commit
6af0ddb0
authored
Feb 01, 2021
by
LEFEBVREJP email
Browse files
Added latest version from
@1ji
parent
86811052
Pipeline
#134508
passed with stages
in 18 minutes and 39 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
radixio/create_emission_data_db.py
View file @
6af0ddb0
This diff is collapsed.
Click to expand it.
radixio/emitdb.cc
View file @
6af0ddb0
This diff is collapsed.
Click to expand it.
radixio/emitdb.hh
View file @
6af0ddb0
...
...
@@ -10,7 +10,7 @@
namespace
radix
{
struct
EmitDBEntry
struct
RADIX_PUBLIC
EmitDBEntry
{
/**
* symbol
...
...
@@ -66,12 +66,18 @@ struct EmitDBEntry
class
RADIX_PUBLIC
EmitDb
{
const
std
::
string
XGAMDATA3
=
"radixio/examples/origen.rev03.mpdkxgam.data"
;
const
std
::
string
XGAMDATA4
=
"radixio/examples/origen.rev04.mpdkxgam.data"
;
const
std
::
string
BETADATA
=
"radixio/examples/origen.rev00.ensdf95beta.data"
;
public:
std
::
unordered_map
<
int
,
EmitDBEntry
>
mIsotope
;
std
::
string
mIsotopeTitle
;
public:
EmitDb
();
void
load_mpdkxgam
(
std
::
string
file
);
void
load_ensdfbeta
(
std
::
string
file
);
const
std
::
string
&
isotope_title
()
const
;
void
set_isotope_title
(
const
std
::
string
&
title
);
const
std
::
unordered_map
<
int
,
EmitDBEntry
>&
isotopes
()
const
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment