ComPWA
Common Partial-Wave-Analysis Framework
UpdatePTreeParameter.hpp File Reference

This file contains functions which will update parameters' value, range etc. More...

#include "Core/FitParameter.hpp"
#include <boost/property_tree/ptree.hpp>
#include <string>
#include <vector>
+ Include dependency graph for UpdatePTreeParameter.hpp:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

This file contains functions which will update parameters' value, range etc.

of a property tree according providing values/FitParameters.

Definition in file UpdatePTreeParameter.hpp.