Belle II Software development
|
This is the complete list of members for Weightfile, including all inherited members.
addElement(const std::string &identifier, const T &element) | Weightfile | inline |
addFeatureImportance(const std::map< std::string, float > &importance) | Weightfile | |
addFile(const std::string &identifier, const std::string &custom_weightfile) | Weightfile | |
addOptions(const Options &options) | Weightfile | |
addSignalFraction(float signal_fraction) | Weightfile | |
addStream(const std::string &identifier, std::istream &in) | Weightfile | |
addVector(const std::string &identifier, const std::vector< T > &vector) | Weightfile | inline |
containsElement(const std::string &identifier) const | Weightfile | inline |
generateFileName(const std::string &suffix="") | Weightfile | |
getElement(const std::string &identifier) const | Weightfile | inline |
getElement(const std::string &identifier, const T &default_value) const | Weightfile | inline |
getFeatureImportance() const | Weightfile | |
getFile(const std::string &identifier, const std::string &custom_weightfile) | Weightfile | |
getOptions(Options &options) const | Weightfile | |
getSignalFraction() const | Weightfile | |
getStream(const std::string &identifier) const | Weightfile | |
getVector(const std::string &identifier) const | Weightfile | inline |
getXMLTree() const | Weightfile | inline |
load(const std::string &filename, const Belle2::EventMetaData &emd=Belle2::EventMetaData(0, 0, 0)) | Weightfile | static |
loadFromDatabase(const std::string &identifier, const Belle2::EventMetaData &emd=Belle2::EventMetaData(0, 0, 0)) | Weightfile | static |
loadFromFile(const std::string &filename) | Weightfile | static |
loadFromROOTFile(const std::string &filename) | Weightfile | static |
loadFromStream(std::istream &stream) | Weightfile | static |
loadFromXMLFile(const std::string &filename) | Weightfile | static |
m_filenames | Weightfile | private |
m_pt | Weightfile | private |
m_remove_temporary_directories | Weightfile | private |
save(Weightfile &weightfile, const std::string &filename, const Belle2::IntervalOfValidity &iov=Belle2::IntervalOfValidity(0, 0, -1, -1)) | Weightfile | static |
saveArrayToDatabase(const std::vector< Weightfile > &weightfiles, const std::string &identifier, const Belle2::IntervalOfValidity &iov=Belle2::IntervalOfValidity(0, 0, -1, -1)) | Weightfile | static |
saveToDatabase(Weightfile &weightfile, const std::string &identifier, const Belle2::IntervalOfValidity &iov=Belle2::IntervalOfValidity(0, 0, -1, -1)) | Weightfile | static |
saveToROOTFile(Weightfile &weightfile, const std::string &filename) | Weightfile | static |
saveToStream(Weightfile &weightfile, std::ostream &stream) | Weightfile | static |
saveToXMLFile(Weightfile &weightfile, const std::string &filename) | Weightfile | static |
setRemoveTemporaryDirectories(bool remove_temporary_directories) | Weightfile | inline |
Weightfile() | Weightfile | inline |
~Weightfile() | Weightfile |