Initialization code commonly occuring in GENIE apps, factored out from existing apps for convenience. Not generic GENIE initialization code. More...
Functions | |
void | RandGen (long int seed) |
void | XSecTable (string inpfile, bool require_table) |
void | MesgThresholds (string inpfile) |
void | CacheFile (string inpfile) |
Initialization code commonly occuring in GENIE apps, factored out from existing apps for convenience. Not generic GENIE initialization code.
January 31, 2013
Copyright (c) 2003-2020, The GENIE Collaboration For the full text of the license visit http://copyright.genie-mc.org
void genie::utils::app_init::CacheFile | ( | string | inpfile | ) |
Definition at line 117 of file AppInit.cxx.
void genie::utils::app_init::MesgThresholds | ( | string | inpfile | ) |
Definition at line 99 of file AppInit.cxx.
void genie::utils::app_init::RandGen | ( | long int | seed | ) |
Definition at line 30 of file AppInit.cxx.
Definition at line 38 of file AppInit.cxx.