From 9b14102cd920d2afebe4f26aa69b29b5736119aa Mon Sep 17 00:00:00 2001 From: tobias schlueter Date: Thu, 26 Jan 2012 11:09:25 +0100 Subject: [PATCH] Make compile, I seem to have lost my matrix code. UNimportant change in moments.cc. --- bw.cc | 6 +++++- moments.cc | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bw.cc b/bw.cc index 1782ed1..333101f 100644 --- a/bw.cc +++ b/bw.cc @@ -9,7 +9,7 @@ using namespace std; -#include "complexMatrix.h" +//#include "complexMatrix.h" #include "bw.h" double @@ -231,6 +231,7 @@ BW_exotic_pieta(double s) return BW(s, mPi, mEta, 1, 1.597, 0.340); } +#if 0 complex Kmatrix_2_to_1(double s, double m1, double m2, int J, double mA, double GammaA0, double mB, double GammaB0) @@ -519,6 +520,7 @@ Kmatrix_2_to_3(size_t iChannel, double s, return T[iChannel]; } + /* double fitFunc(double *x, double *p) @@ -711,3 +713,5 @@ bw() g5->Draw("L"); } #endif + +#endif diff --git a/moments.cc b/moments.cc index 115a4a2..22665d9 100644 --- a/moments.cc +++ b/moments.cc @@ -38,7 +38,7 @@ main() wsNeg.waves = negative; waveset ws; - //ws.push_back(wsPos); + ws.push_back(wsPos); ws.push_back(wsNeg); size_t lastIdx = 0;