|
ProteoWizard
|
#include <ramp.h>
Public Attributes | |
| int | seqNum |
| int | acquisitionNum |
| int | msLevel |
| int | peaksCount |
| double | totIonCurrent |
| double | retentionTime |
| double | basePeakMZ |
| double | basePeakIntensity |
| double | collisionEnergy |
| double | compensationVoltage |
| double | ionisationEnergy |
| double | lowMZ |
| double | highMZ |
| int | precursorScanNum |
| double | precursorMZ |
| int | precursorCharge |
| double | precursorIntensity |
| char | scanType [SCANTYPE_LENGTH] |
| char | activationMethod [SCANTYPE_LENGTH] |
| char | possibleCharges [SCANTYPE_LENGTH] |
| int | numPossibleCharges |
| bool | possibleChargesArray [CHARGEARRAY_LENGTH] |
| int | mergedScan |
| int | mergedResultScanNum |
| int | mergedResultStartScanNum |
| int | mergedResultEndScanNum |
| std::string | filterLine |
| ramp_fileoffset_t | filePosition |
| int ScanHeaderStruct::seqNum |
Definition at line 158 of file ramp.h.
Referenced by operator<<(), and test_mzML_1_0().
| int ScanHeaderStruct::acquisitionNum |
Definition at line 159 of file ramp.h.
Referenced by operator<<(), and test_mzML_1_0().
| int ScanHeaderStruct::msLevel |
Definition at line 160 of file ramp.h.
Referenced by operator<<(), and test_mzML_1_0().
| int ScanHeaderStruct::peaksCount |
Definition at line 161 of file ramp.h.
Referenced by operator<<(), and test_mzML_1_0().
| double ScanHeaderStruct::totIonCurrent |
Definition at line 162 of file ramp.h.
Referenced by operator<<(), and test_mzML_1_0().
| double ScanHeaderStruct::retentionTime |
Definition at line 163 of file ramp.h.
Referenced by operator<<(), and test_mzML_1_0().
| double ScanHeaderStruct::basePeakMZ |
Definition at line 164 of file ramp.h.
Referenced by operator<<(), and test_mzML_1_0().
| double ScanHeaderStruct::basePeakIntensity |
Definition at line 165 of file ramp.h.
Referenced by operator<<(), and test_mzML_1_0().
| double ScanHeaderStruct::collisionEnergy |
Definition at line 166 of file ramp.h.
Referenced by operator<<(), and test_mzML_1_0().
| double ScanHeaderStruct::ionisationEnergy |
Definition at line 168 of file ramp.h.
Referenced by operator<<().
| double ScanHeaderStruct::lowMZ |
Definition at line 169 of file ramp.h.
Referenced by operator<<(), and test_mzML_1_0().
| double ScanHeaderStruct::highMZ |
Definition at line 170 of file ramp.h.
Referenced by operator<<(), and test_mzML_1_0().
| int ScanHeaderStruct::precursorScanNum |
Definition at line 171 of file ramp.h.
Referenced by operator<<(), and test_mzML_1_0().
| double ScanHeaderStruct::precursorMZ |
Definition at line 172 of file ramp.h.
Referenced by operator<<().
| int ScanHeaderStruct::precursorCharge |
Definition at line 173 of file ramp.h.
Referenced by operator<<().
| double ScanHeaderStruct::precursorIntensity |
Definition at line 174 of file ramp.h.
Referenced by operator<<().
| char ScanHeaderStruct::scanType[SCANTYPE_LENGTH] |
Definition at line 175 of file ramp.h.
Referenced by operator<<().
| char ScanHeaderStruct::activationMethod[SCANTYPE_LENGTH] |
| char ScanHeaderStruct::possibleCharges[SCANTYPE_LENGTH] |
| bool ScanHeaderStruct::possibleChargesArray[CHARGEARRAY_LENGTH] |
| int ScanHeaderStruct::mergedScan |
Definition at line 180 of file ramp.h.
Referenced by operator<<().
| int ScanHeaderStruct::mergedResultScanNum |
Definition at line 181 of file ramp.h.
Referenced by operator<<().
| int ScanHeaderStruct::mergedResultStartScanNum |
Definition at line 182 of file ramp.h.
Referenced by operator<<().
| int ScanHeaderStruct::mergedResultEndScanNum |
Definition at line 183 of file ramp.h.
Referenced by operator<<().
| ramp_fileoffset_t ScanHeaderStruct::filePosition |
Definition at line 185 of file ramp.h.
Referenced by operator<<().
1.8.1.1