92  std::size_t 
size() 
const;
 
  109                                      std::size_t spectrum_idx_end);
 
 
std::size_t m_itemCartCount
 
void addItemCart(const ItemCart &item_cart)
add ItemCart to Bucket list Each item in the cart is a key to build dedicated buckets for one item Th...
 
std::vector< Bucket > asSortedList() const
 
std::size_t getItemCartCount() const
 
std::map< std::size_t, Bucket > m_bucketMap
 
void removeBucketsWithinCartIdRange(std::size_t spectrum_idx_begin, std::size_t spectrum_idx_end)
removes buckets only showing intra relations in the spectrum index range
 
container for spectree items
 
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...