ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::util::ReaderTestConfig Struct Reference

#include <VendorReaderTestHarness.hpp>

Inheritance diagram for pwiz::util::ReaderTestConfig:
pwiz::msdata::Reader::Config

Public Member Functions

 ReaderTestConfig ()
 
std::string resultFilename (const std::string &baseFilename) const
 
- Public Member Functions inherited from pwiz::msdata::Reader::Config
 Config ()
 
 Config (const Config &rhs)
 

Public Attributes

bool peakPicking
 
boost::optional< std::pair< int, int > > indexRange
 
- Public Attributes inherited from pwiz::msdata::Reader::Config
bool simAsSpectra
 when true, sets certain vendor readers to produce SIM transitions as spectra instead of chromatograms More...
 
bool srmAsSpectra
 when true, sets certain vendor readers to produce SRM transitions as spectra instead of chromatograms More...
 
bool acceptZeroLengthSpectra
 when true, allows for skipping 0 length checks (and thus skip re-reading data for Sciex) More...
 
bool ignoreZeroIntensityPoints
 when true, allows certain vendor readers to produce profile data without zero intensity samples flanking each peak profile More...
 
bool combineIonMobilitySpectra
 when true, all drift bins/scans in a frame/block are written in combined form instead of as individual spectra More...
 
bool unknownInstrumentIsError
 when true, if a reader cannot identify an instrument, an exception will be thrown asking users to report it More...
 
bool adjustUnknownTimeZonesToHostTimeZone
 when true, if a reader does not know what time zone was used to record a time, it will assume the time refers to the host's local time; when false, the reader will treat times with unknown time zone as UTC More...
 
pwiz::util::IterationListenerRegistryiterationListenerRegistry
 progress listener for when initializing a file takes a long time, or the reader has to run a long process before continuing, such as centroiding all spectra at once instead of one at a time More...
 
int preferOnlyMsLevel
 when nonzero, if reader can enumerate only spectra of ms level, it will (currently only supported by Bruker TDF) More...
 

Detailed Description

Definition at line 44 of file VendorReaderTestHarness.hpp.

Constructor & Destructor Documentation

◆ ReaderTestConfig()

pwiz::util::ReaderTestConfig::ReaderTestConfig ( )
inline

Definition at line 46 of file VendorReaderTestHarness.hpp.

46 : peakPicking(false) {}

Member Function Documentation

◆ resultFilename()

std::string pwiz::util::ReaderTestConfig::resultFilename ( const std::string &  baseFilename) const

Member Data Documentation

◆ peakPicking

bool pwiz::util::ReaderTestConfig::peakPicking

Definition at line 48 of file VendorReaderTestHarness.hpp.

Referenced by main().

◆ indexRange

boost::optional<std::pair<int, int> > pwiz::util::ReaderTestConfig::indexRange

Definition at line 49 of file VendorReaderTestHarness.hpp.


The documentation for this struct was generated from the following file:
pwiz::util::ReaderTestConfig::peakPicking
bool peakPicking
Definition: VendorReaderTestHarness.hpp:48