#include "cetlib/filepath_maker.h"
#include "fhiclcpp/ParameterSet.h"
#include <cstdlib>
#include <exception>
#include <iostream>
#include <string>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 13 of file save-restore_t.cc.
16 std::cerr <<
"ERROR: expect exactly one filename!\n";
25 std::cerr <<
"ERROR: unable to parse FHiCL file " 26 <<
"\"" <<
argv[1] <<
"\"\n" 31 string const pset_string(pset_ref.
to_string());
34 string pset_test_string(pset_test.to_string());
35 if (pset_string != pset_test_string) {
36 std::cerr <<
"ERROR: \n" 37 << pset_string <<
"\n" 39 << pset_test_string <<
"\n";
cet::coded_exception< error, detail::translate > exception
std::string to_string() const