Go to the source code of this file.
|
int | main (int argc, const char *argv[]) |
|
int main |
( |
int |
argc, |
|
|
const char * |
argv[] |
|
) |
| |
Definition at line 7 of file test_persist_responses.cxx.
11 cerr <<
"This test requires an Wire Cell Field Response input file." <<
endl;
20 cerr << fr.planes.size() <<
" planes" <<
endl;
21 for (
auto plane : fr.planes) {
22 cerr <<
"\t" << plane.planeid <<
": " << plane.paths.size() <<
" paths" <<
endl;
23 for (
auto path : plane.paths) {
24 cerr <<
"\t\t" << path.current.size() <<
" samples\n\t\t";
25 for (
auto c : path.current) {
32 cerr << em.summary() <<
endl;
FieldResponse load(const char *filename)
QTextStream & endl(QTextStream &s)