6 #ifndef PYNE_IQ4M73STINHJDPRV6KWUZZXOYE 7 #define PYNE_IQ4M73STINHJDPRV6KWUZZXOYE 17 #ifndef PYNE_IS_AMALGAMATED 28 std::map<std::string, std::string> rx2fluka;
29 std::map<std::string, std::string> rx2mcnp5;
30 std::map<std::string, std::string> rx2mcnp6;
57 hid_t create_filetype();
60 hid_t create_memtype();
67 void from_hdf5(
char * filename,
char *datapath,
int row = -1);
74 void from_hdf5(std::string filename, std::string datapath,
int row = -1);
80 void write_hdf5(
char * filename,
char * datapath);
86 void write_hdf5(std::string filename, std::string datapath);
89 std::string mcnp(
int tally_index = 1, std::string mcnp_version =
"mcnp5" );
92 std::string fluka(std::string unit_number =
"-21");
double entity_size
the physical size of the entity
Definition: tally.h:101
std::string tally_type
type of tally flux or current
Definition: tally.h:98
std::string tally_name
name of the tally
Definition: tally.h:99
std::string entity_name
the name of the entity (optional)
Definition: tally.h:96
std::string entity_type
fundamental tally variables
Definition: tally.h:95
std::string particle_name
particle name string
Definition: tally.h:97
struct pyne::tally_struct tally_struct
Tally()
Tally Constructors.
Definition: tally.cpp:33
Provides some HDF5 helper functionality in its own namespace.
std::ostream & operator<<(std::ostream &os, Material mat)
Definition: material.cpp:1053
void write_hdf5(char *filename, char *datapath)
Definition: tally.cpp:154
A container representing enrichment cascades.
Definition: _atomic_data.h:7
int entity_id
id number of the entity being tallied upon
Definition: tally.h:100
void from_hdf5(char *filename, char *datapath, int row=-1)
Definition: tally.cpp:69
double normalization
the tally normalization
Definition: tally.h:102
hid_t create_dataspace(hid_t file, std::string datapath)
default destructor
Definition: tally.cpp:216