60 sequence_(element.sequence_),
61 isotopes_(element.isotopes_)
85 isotopes_(nominal_mass)
127 this->sequence_ = sequence;
137 return isotopes_.getNominalMass();
148 return isotopes_.getMass(index);
158 return isotopes_.getAverageMass();
169 return this->getMass() - electrons_number * ELECTRON_MASS_IN_U;
189 this->isotopes_ = isotopes;
Represents a chemical atom with name and isotope distribution.
Definition: IMSElement.h:33
isotopes_type::mass_type mass_type
Type of isotope mass.
Definition: IMSElement.h:42
const name_type & getName() const
Definition: IMSElement.h:94
IMSElement(const name_type &name, nominal_mass_type nominal_mass=0)
Constructor with name and nominal mass.
Definition: IMSElement.h:81
IMSElement(const name_type &name, const isotopes_type &isotopes)
Constructor with name and isotope distribution.
Definition: IMSElement.h:65
void setName(const name_type &name)
Definition: IMSElement.h:105
isotopes_type::size_type size_type
Type of isotopes size.
Definition: IMSElement.h:48
mass_type getIonMass(int electrons_number=1) const
Definition: IMSElement.h:167
nominal_mass_type getNominalMass() const
Definition: IMSElement.h:135
void setIsotopeDistribution(const IMSIsotopeDistribution &isotopes)
Definition: IMSElement.h:187
name_type name_
Element's name.
Definition: IMSElement.h:223
mass_type getAverageMass() const
Definition: IMSElement.h:156
IMSElement()
Empty constructor.
Definition: IMSElement.h:54
IMSElement & operator=(const IMSElement &element)
isotopes_type::nominal_mass_type nominal_mass_type
Type of distribution nominal mass.
Definition: IMSElement.h:45
void setSequence(const name_type &sequence)
Definition: IMSElement.h:125
std::string name_type
Type of element's name.
Definition: IMSElement.h:36
bool operator!=(const IMSElement &element) const
IMSElement(const name_type &name, mass_type mass)
Constructor with name and mass of single isotope.
Definition: IMSElement.h:73
virtual ~IMSElement()
Default destructor.
Definition: IMSElement.h:219
const IMSIsotopeDistribution & getIsotopeDistribution() const
Definition: IMSElement.h:177
IMSElement(const IMSElement &element)
Copy constructor.
Definition: IMSElement.h:58
const name_type & getSequence() const
Definition: IMSElement.h:115
bool operator==(const IMSElement &element) const
name_type sequence_
Element's sequence.
Definition: IMSElement.h:226
IMSIsotopeDistribution isotopes_type
Type of element's isotope distribution.
Definition: IMSElement.h:39
static const mass_type ELECTRON_MASS_IN_U
Mass of electron.
Definition: IMSElement.h:51
isotopes_type isotopes_
Element's isotope distribution.
Definition: IMSElement.h:229
mass_type getMass(size_type index=0) const
Definition: IMSElement.h:146
Represents a distribution of isotopes restricted to the first K elements.
Definition: IMSIsotopeDistribution.h:62
peaks_container::size_type size_type
Type of peaks container's size.
Definition: IMSIsotopeDistribution.h:106
double mass_type
Type of isotope mass.
Definition: IMSIsotopeDistribution.h:66
unsigned int nominal_mass_type
Type of isotope nominal mass.
Definition: IMSIsotopeDistribution.h:72
std::ostream & operator<<(std::ostream &os, const IMSAlphabet &alphabet)
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19