ProteoWizard
Functions
bucket1dtest.cpp File Reference
#include "pwiz/utility/findmf/base/resample/bucket1d.hpp"
#include "pwiz/utility/findmf/base/resample/bin1d.hpp"
#include <algorithm>
#include <boost/timer.hpp>
#include <boost/cstdint.hpp>
#include "pwiz/utility/misc/unit.hpp"
#include "pwiz/utility/findmf/base/resample/breakspec.hpp"
#include "pwiz/utility/findmf/base/resample/masscomparefunctors.hpp"

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

§ main()

int main ( int  argc,
char **  argv 
)

Definition at line 159 of file bucket1dtest.cpp.

159  {
160  testBin1D();
161 testBin1D2();
162 testHist();
163 }