ComPWA
Common Partial-Wave-Analysis Framework
UpdatePTreeParameter.cpp File Reference
+ Include dependency graph for UpdatePTreeParameter.cpp:

Go to the source code of this file.

Namespaces

 ComPWA
 
 ComPWA::Tools
 

Functions

void ComPWA::Tools::updateParameterRangeByType (boost::property_tree::ptree &Tree, const std::string &ParameterType, double Min, double Max)
 Update range of specified parameters of a ptree. More...
 
void ComPWA::Tools::updateParameterRangeByName (boost::property_tree::ptree &Tree, const std::string &ParameterName, double Min, double Max)
 Update range of specified parameters of a ptree. More...
 
void ComPWA::Tools::updateParameterValue (boost::property_tree::ptree &Tree, const std::string ParameterName, double Value)
 Update value of specified parameters of a ptree. More...
 
void ComPWA::Tools::fixParameter (boost::property_tree::ptree &Tree, const std::string ParameterName, double Value=-999)
 Fix specified parameters of a ptree. More...
 
void ComPWA::Tools::releaseParameter (boost::property_tree::ptree &Tree, const std::string ParameterName, double Value=-999)
 Release specified parameters of a ptree. More...
 
void ComPWA::Tools::updateParameter (boost::property_tree::ptree &Tree, const std::string &KeyType, const std::string &KeyValue, double Value, bool Fix, double Min, double Max, bool UpdateValue, bool UpdateFix, bool UpdateRange)
 Update specified parameters of a ptree. More...
 
void ComPWA::Tools::updateParameter (boost::property_tree::ptree &Tree, const FitParameterList &FitParameters)
 Update value, range, fix status of parameters of a ptree, the new values comes from fitParameters. More...