40 if (
os_) *
os_ <<
"testTransition()\n";
51 td.
peptidePtrs.back()->proteinPtrs.back()->sequence =
"ABCD";
104int main(
int argc,
char* argv[])
110 if (argc>1 && !strcmp(argv[1],
"-v"))
os_ = &cout;
represents a peptide or polypeptide (a sequence of amino acids)
MS_theoretical_mass
theoretical mass: The theoretical mass of the molecule (e.g. the peptide sequence and its modificatio...
MS_peak_intensity
peak intensity: Intensity of ions as measured by the height or area of a peak in a mass spectrum.
boost::shared_ptr< Protein > ProteinPtr
PWIZ_API_DECL void resolve(RetentionTime &retentionTime, const TraData &td)
boost::shared_ptr< Compound > CompoundPtr
boost::shared_ptr< Peptide > PeptidePtr
Chemical compound other than a peptide for which one or more transitions.
std::vector< ProteinPtr > proteinPtrs
List of proteins for which one or more transitions are intended to identify.
std::vector< CompoundPtr > compoundPtrs
std::vector< PeptidePtr > peptidePtrs
List of compounds (including peptides) for which one or more transitions are intended to identify.
std::vector< Transition > transitions
List of transitions.
PeptidePtr peptidePtr
Reference to a peptide which this transition is intended to identify.
CompoundPtr compoundPtr
Reference to a compound for this transition.
int main(int argc, char *argv[])
#define TEST_PROLOG_EX(argc, argv, suffix)