Skip to content

Commit

Permalink
Make compile, I seem to have lost my matrix code. UNimportant change …
Browse files Browse the repository at this point in the history
…in moments.cc.
  • Loading branch information
TobiSchluter committed Jan 26, 2012
1 parent e812640 commit 9b14102
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion bw.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

using namespace std;

#include "complexMatrix.h"
//#include "complexMatrix.h"
#include "bw.h"

double
Expand Down Expand Up @@ -231,6 +231,7 @@ BW_exotic_pieta(double s)
return BW(s, mPi, mEta, 1, 1.597, 0.340);
}

#if 0
complex<double>
Kmatrix_2_to_1(double s, double m1, double m2, int J,
double mA, double GammaA0, double mB, double GammaB0)
Expand Down Expand Up @@ -519,6 +520,7 @@ Kmatrix_2_to_3(size_t iChannel, double s,
return T[iChannel];
}


/*
double
fitFunc(double *x, double *p)
Expand Down Expand Up @@ -711,3 +713,5 @@ bw()
g5->Draw("L");
}
#endif

#endif
2 changes: 1 addition & 1 deletion moments.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9b14102

Please sign in to comment.