Description of the combination of raw data to a single spectrum. More...
#include <OpenMS/METADATA/AcquisitionInfo.h>
Public Member Functions | |
| AcquisitionInfo () | |
| Constructor. | |
| AcquisitionInfo (const AcquisitionInfo &source) | |
| Copy constructor. | |
| ~AcquisitionInfo () | |
| Destructor. | |
| AcquisitionInfo & | operator= (const AcquisitionInfo &source) |
| Assignment operator. | |
| bool | operator== (const AcquisitionInfo &rhs) const |
| Equality operator. | |
| bool | operator!= (const AcquisitionInfo &rhs) const |
| Equality operator. | |
| const String & | getMethodOfCombination () const |
| returns the method of combination | |
| void | setMethodOfCombination (const String &method_of_combination) |
| sets the method of combination | |
Protected Attributes | |
| String | method_of_combination_ |
Description of the combination of raw data to a single spectrum.
Specification for combining raw scans ( Acquisition ) into a single spectrum. A list of acquisitions from the original raw file can be specified.
| AcquisitionInfo | ( | ) |
Constructor.
| AcquisitionInfo | ( | const AcquisitionInfo & | source | ) |
Copy constructor.
| ~AcquisitionInfo | ( | ) |
Destructor.
| const String& getMethodOfCombination | ( | ) | const |
returns the method of combination
Referenced by DBAdapter::storeExperiment(), MzMLHandler< MapType >::writeTo(), and MzDataHandler< MapType >::writeTo().
| bool operator!= | ( | const AcquisitionInfo & | rhs | ) | const |
Equality operator.
| AcquisitionInfo& operator= | ( | const AcquisitionInfo & | source | ) |
Assignment operator.
| bool operator== | ( | const AcquisitionInfo & | rhs | ) | const |
Equality operator.
| void setMethodOfCombination | ( | const String & | method_of_combination | ) |
sets the method of combination
Referenced by MzMLHandler< MapType >::handleCVParam_(), XMassFile::load(), and MzDataHandler< MapType >::startElement().
String method_of_combination_ [protected] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:55 using doxygen 1.7.1 |