13#include <boost/multi_index_container.hpp>
14#include <boost/multi_index/ordered_index.hpp>
15#include <boost/multi_index/member.hpp>
19 namespace IdentificationDataInternal
26 std::map<ScoreTypeRef, double>
scores;
31 typedef boost::multi_index_container<
33 boost::multi_index::indexed_by<
34 boost::multi_index::ordered_unique<
35 boost::multi_index::member<
A more convenient string class.
Definition String.h:34
std::map< ScoreTypeRef, double > scores
Definition ParentGroup.h:26
std::vector< ParentGroupSet > ParentGroupSets
Definition ParentGroup.h:56
boost::multi_index_container< ParentGroup, boost::multi_index::indexed_by< boost::multi_index::ordered_unique< boost::multi_index::member< ParentGroup, std::set< ParentSequenceRef >, &ParentGroup::parent_refs > > > > ParentGroups
Definition ParentGroup.h:38
IteratorWrapper< ParentGroups::iterator > ParentGroupRef
Definition ParentGroup.h:39
std::set< ParentSequenceRef > parent_refs
Definition ParentGroup.h:28
: Group of ambiguously identified parent sequences (e.g. protein group)
Definition ParentGroup.h:25
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Wrapper that adds operator< to iterators, so they can be used as (part of) keys in maps/sets or multi...
Definition MetaData.h:20
Set of groups of ambiguously identified parent sequences (e.g. results of running a protein inference...
Definition ParentGroup.h:44
ParentGroups groups
Definition ParentGroup.h:46
String label
Definition ParentGroup.h:45
ParentGroupSet(const String &label="", const ParentGroups &groups=ParentGroups())
Definition ParentGroup.h:48
Base class for ID data with scores and processing steps (and meta info)
Definition ScoredProcessingResult.h:19