ROOTPWA
Macros | Functions
massDepFit.cc File Reference
#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)

Macro Definition Documentation

#define MASSSCALE   0.001

Definition at line 68 of file massDepFit.cc.

Referenced by main().

Function Documentation

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

int main ( int  argc,
char **  argv 
)
void releasePars ( Minimizer *  minimizer,
const pwacompset compset,
const vector< string > &  anchorwave_reso,
const vector< string > &  anchorwave_channel,
int  level 
)
void usage ( const string &  progName,
const int  errCode = 0 
)

Definition at line 78 of file massDepFit.cc.

References exit.

Referenced by appendPathToEnvVar(), and main().