26 #include <boost/filesystem/operations.hpp>
31 using namespace pwiz::util;
32 using namespace pwiz::frequency;
42 tlp.
alpha = complex<double>(100);
46 ublas::vector<double> p = tlp.
parameters(-shift, 1/scale);
52 ublas::vector<double> p2(4);
56 p2(TruncatedLorentzian::F0) = 1;
71 tlp.
alpha = complex<double>(100);
73 const char* filename =
"TruncatedLorentzianTest.test.tlp";
82 boost::filesystem::remove(filename);
104 tlp.
alpha = complex<double>(100);
114 int main(
int argc,
char* argv[])
120 if (argc>1 && !strcmp(argv[1],
"-v"))
os_ = &cout;
121 if (
os_) *
os_ <<
"TruncatedLorentzianParametersTest\n";