#include "rec/JppShowerPdf.hh" #include "rec/util.hh" #include "rec/JppPdfTest.hh" int main(int argc, char** argv){ JppShowerPdf pdf( argv[1], argv[2] ); const vector call_times = time_pdfs( pdf ); for( vector::const_iterator time = call_times.begin(); time != call_times.end(); time++ ){ cout << "Time: " << *time << endl; } return 1; }