GENIEGenerator
Loading...
Searching...
No Matches
ConfigIsotopeMapUtils.h File Reference
#include <map>
#include "Framework/Interaction/Target.h"
Include dependency graph for ConfigIsotopeMapUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  genie::utils::config
 Simple functions for loading and reading nucleus dependent keys from config files.
namespace  genie
 THE MAIN GENIE PROJECT NAMESPACE
namespace  genie::utils
 Root of GENIE utility namespaces.

Functions

bool genie::utils::config::GetValueFromNuclearMaps (const Target &target, const std::map< int, double > &nuc_to_val, const std::map< std::pair< int, int >, double > &nucA_range_to_val, double *val)
void genie::utils::config::LoadAllNucARangesForKey (const char *key_name, const char *log_tool_name, Registry *config, std::map< std::pair< int, int >, double > *nuc_rangeA_to_val)
void genie::utils::config::LoadAllIsotopesForKey (const char *key_name, const char *log_tool_name, Registry *config, std::map< int, double > *nuc_to_val)
bool genie::utils::config::GetDoubleKeyPDG (const char *valName, const int pdgc, Registry *config, double *val)
bool genie::utils::config::GetDoubleKeyRangeNucA (const char *valName, const int lowA, const int highA, Registry *config, double *val)