ROOTPWA
|
#include <iostream>
#include <iomanip>
#include <vector>
#include <algorithm>
#include <string>
#include <complex>
#include <cassert>
#include <time.h>
#include "TTree.h"
#include "TF1.h"
#include "TFile.h"
#include "TGraph.h"
#include "TGraph2D.h"
#include "TGraphErrors.h"
#include "TMultiGraph.h"
#include "TString.h"
#include "TComplex.h"
#include "TRandom3.h"
#include "Math/Minimizer.h"
#include "Math/Factory.h"
#include "reportingUtils.hpp"
#include "fitResult.h"
#include "pwacomponent.h"
#include "massDepFitLikeli.h"
#include "TStopwatch.h"
#include "libconfig.h++"
Go to the source code of this file.
Macros | |
#define | MASSSCALE 0.001 |
Functions | |
void | usage (const string &progName, const int errCode=0) |
TGraph * | getPhaseSpace (TTree *tree, TF1 *fsps, const std::string &wave) |
void | releasePars (Minimizer *minimizer, const pwacompset &compset, const vector< string > &anchorwave_reso, const vector< string > &anchorwave_channel, int level) |
int | main (int argc, char **argv) |
#define MASSSCALE 0.001 |
Definition at line 68 of file massDepFit.cc.
Referenced by main().
TGraph* getPhaseSpace | ( | TTree * | tree, |
TF1 * | fsps, | ||
const std::string & | wave | ||
) |
Definition at line 114 of file massDepFit.cc.
References i, rpwa::fitResult::massBinCenter(), n, rpwa::fitResult::phaseSpaceIntegral(), and ps.
Referenced by main().
rectivfy phase graphs
Definition at line 212 of file massDepFit.cc.
References rpwa::pwacompset::add(), rpwa::pwachannel::C(), rpwa::pwacomponent::channels(), rpwa::pwacompset::doMapping(), rpwa::pwacomponent::fixGamma(), rpwa::pwacomponent::fixM(), rpwa::pwacomponent::gamma(), rpwa::pwacompset::getFreePSLimits(), rpwa::pwacompset::getFreePSPar(), rpwa::pwacomponent::getLimits(), getPhaseSpace(), i, ic(), rpwa::massDepFitLikeli::init(), int, rpwa::pwacompset::intensity(), rpwa::fitResult::intensity(), rpwa::fitResult::intensityErr(), rpwa::pwacomponent::m0(), mass, rpwa::fitResult::massBinCenter(), MASSSCALE, rpwa::pwacompset::n(), rpwa::pwacomponent::name(), rpwa::massDepFitLikeli::NDataPoints(), rpwa::massDepFitLikeli::NDim(), rpwa::pwacompset::nFreePSPar(), rpwa::pwacompset::overlap(), rpwa::pwacompset::phase(), rpwa::fitResult::phase(), rpwa::fitResult::phaseErr(), rpwa::fitResult::phaseSpaceIntegral(), ps, rpwa::pwacompset::ps(), releasePars(), rho(), root, rpwa::pwacomponent::setConstWidth(), rpwa::pwacomponent::setFixed(), rpwa::pwabkg::setIsobars(), rpwa::pwacomponent::setLimits(), rpwa::pwacompset::setPar(), rpwa::pwacompset::setPS(), rpwa::fitResult::spinDensityMatrixElem(), rpwa::fitResult::spinDensityMatrixElemCov(), usage(), rpwa::pwacomponent::val(), rpwa::fitResult::waveIndex(), and rpwa::pwacompset::wavelist().
void releasePars | ( | Minimizer * | minimizer, |
const pwacompset & | compset, | ||
const vector< string > & | anchorwave_reso, | ||
const vector< string > & | anchorwave_channel, | ||
int | level | ||
) |
Definition at line 137 of file massDepFit.cc.
References rpwa::pwacomponent::channels(), rpwa::pwacomponent::fixGamma(), rpwa::pwacomponent::fixM(), rpwa::pwacompset::getFreePSLimits(), rpwa::pwacomponent::getLimits(), i, ic(), rpwa::pwacompset::n(), rpwa::pwacomponent::name(), and rpwa::pwacompset::nFreePSPar().
Referenced by main().
void usage | ( | const string & | progName, |
const int | errCode = 0 |
||
) |
Definition at line 78 of file massDepFit.cc.
References exit.
Referenced by appendPathToEnvVar(), and main().