128 if (
os_) (*os_) <<
"\ntestVectorIO()\n";
131 "plain\tsample name\tMS:1000002\t/mzIdentML/AnalysisSampleCollection/Sample/cvParam\n"
132 "regex\t[Aa]ccuracy[ ]*\tMS:1000014\t/mzIdentML\n"
133 "regex\t[Ss]can start time[\\.]?\tMS:1000016\t/mzIdentML\n";
135 if (
os_) (*os_) <<
"file used:\n" << file << endl;
136 istringstream iss(file);
138 vector<CVMapPtr> mappings;
141 if (
os_) (*os_) <<
"Records read in:\n";
142 for (vector<CVMapPtr>::iterator i=mappings.begin(); i!=mappings.end(); i++)
144 if (
os_) (*os_) << *i;
153 if (
os_) (*os_) <<
"\nResulting vector output:\n";
154 if (
os_) (*os_) << oss.str() << endl;