int getNumCrossSectionDataPoints(const char *filename)
Counts the number of lines in an cross-section input file.
Definition: xsreader.cpp:93
int restoreXSLibrary()
Restores the cross-section library to its original, installed state.
Definition: xsreader.cpp:45
void setXSLibDirectory(const char *directory)
Sets the directory for the cross-section library.
Definition: xsreader.cpp:17
const char * getXSLibDirectory()
Returns the directory for the cross-section library directory.
Definition: xsreader.cpp:30
Utility functions for writing log messages to the screen.
int parseCrossSections(const char *file, float *energies, float *xs_values)
Parses an input file of cross-section data.
Definition: xsreader.cpp:64