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