|
GENIEGenerator
|
#include <cstdlib>#include <fstream>#include <string>#include "Framework/Messenger/Messenger.h"#include "Physics/HadronTensors/TabulatedHadronTensorModelI.h"#include "Physics/HadronTensors/TabulatedLabFrameHadronTensor.h"#include "Physics/HadronTensors/HadronTensorI.h"#include "Framework/Utils/StringUtils.h"#include "Framework/Utils/XmlParserUtils.h"Go to the source code of this file.
Namespaces | |
| namespace | anonymous_namespace{TabulatedHadronTensorModelI.cxx} |
Functions | |
| genie::HadronTensorType_t | anonymous_namespace{TabulatedHadronTensorModelI.cxx}::string_to_tensor_type (const std::string &str, bool &ok) |
| std::string | anonymous_namespace{TabulatedHadronTensorModelI.cxx}::tensor_type_to_string (genie::HadronTensorType_t htt) |
| Converts a genie::HadronTensorType_t value to a string. | |
| bool | anonymous_namespace{TabulatedHadronTensorModelI.cxx}::file_exists (const std::string &file_name) |
| Returns true if a given file exists and is accessible, or false otherwise. | |