Namespaces | Functions
ConfigIsotopeMapUtils.h File Reference
#include <map>
#include "Framework/Interaction/Target.h"

Go to the source code of this file.

Namespaces

 genie::utils::config
 Simple functions for loading and reading nucleus dependent keys from config files.
 
 genie
 THE MAIN GENIE PROJECT 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, 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)