1 #ifndef DataFormats_Common_ValueMap_h
2 #define DataFormats_Common_ValueMap_h
20 template<
typename Map>
25 typedef std::map<ProductID, value_vector>
value_map;
34 if (map.empty())
return;
35 typename id_offset_vector::const_iterator
j = map.ids_.begin();
36 const typename id_offset_vector::const_iterator
end = map.ids_.end();
38 const size_t size = map.values_.size();
43 size_t max = (j == end ? size : j->second);
44 typename value_map::iterator
f =
values_.find(
id);
48 values.push_back( map.values_[i++] );
51 template<
typename H,
typename I>
54 size_t size = h->size(), sizeIt = end -
begin;
56 typename value_map::const_iterator
f =
values_.find(
id);
64 for(
typename value_map::const_iterator
i =
values_.begin();
i !=
values_.end(); ++
i) {
66 map_.ids_.push_back(std::make_pair(
id, off));
68 for(
typename value_vector::const_iterator
j = values.begin();
j != values.end(); ++
j) {
69 map_.values_.push_back( *
j );
82 "ValueMap::Filler: handle and reference "
83 "collections should the same size\n");
87 e <<
"index map has already been filled for id: " <<
id <<
"\n";
92 "ValueMap: trying to add entries for an already existing product\n");
120 template<
typename RefKey>
122 return get(r.id(), r.key());
126 typename id_offset_vector::const_iterator
f =
getIdOffset(
id);
136 template<
typename RefKey>
138 return get(r.id(), r.key());
162 typename container::const_iterator
begin()
const {
165 typename container::const_iterator
end()
const {
167 id_offset_vector::const_iterator
end =
i_; ++
end;
169 return values_->begin() + end->second;
187 const id_offset_vector::const_iterator &
end,
191 id_offset_vector::const_iterator
i_,
end_;
211 typename id_offset_vector::const_iterator
i = std::lower_bound(ids_.begin(), ids_.end(), id, IDComparator());
212 if(i==ids_.end())
return i;
213 return i->first ==
id ? i : ids_.end();
248 template <
typename T>
bool operator<(const const_iterator &o) const
const_iterator end() const
id_offset_vector::const_iterator i_
const_iterator(const id_offset_vector::const_iterator &i_, const id_offset_vector::const_iterator &end, const container *values)
Association< C > operator+(const Association< C > &a1, const Association< C > &a2)
const_iterator & operator-=(difference_type d)
ValueMap< T > & operator+=(const ValueMap< T > &o)
const id_offset_vector & ids() const
meant to be used in AssociativeIterator, not by the ordinary user
void swap(ValueMap &other)
void insert(const H &h, I begin, I end)
difference_type operator-(const const_iterator &o) const
const_iterator operator-(difference_type n) const
#define CMS_CLASS_VERSION(_version_)
const_iterator & operator+=(difference_type d)
bool operator()(const std::pair< ProductID, offset > &p, const ProductID &id)
void swap(Association< C > &lhs, Association< C > &rhs)
const_iterator & operator++()
ptrdiff_t difference_type
static void throwThis(Code category, char const *message0="", char const *message1="", char const *message2="", char const *message3="", char const *message4="")
size_t rawIndexOf(ProductID id, size_t idx) const
void throwIndexBound() const
container::reference reference_type
bool contains(ProductID id) const
void throwFillSize() const
const_iterator operator--(int)
container::const_reference const_reference_type
std::vector< std::pair< ProductID, offset > > id_offset_vector
const_iterator operator+(difference_type n) const
const_iterator & operator--()
bool operator!=(const const_iterator &ci) const
void add(const ValueMap< T > &o)
void throwNotExisting() const
const std::complex< double > I
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
id_offset_vector::const_iterator getIdOffset(ProductID id) const
unsigned int offset(bool)
helper::Filler< ValueMap< T > > Filler
const_iterator operator++(int)
std::map< ProductID, value_vector > value_map
tuple idx
DEBUGGING if hasattr(process,"trackMonIterativeTracking2012"): print "trackMonIterativeTracking2012 D...
const_iterator begin() const
std::vector< typename Map::value_type > value_vector
container::const_iterator begin() const
id_offset_vector::const_iterator end_
reference_type operator[](const RefKey &r)
ValueMap & operator=(ValueMap const &rhs)
std::vector< size_t > index_vector
bool operator==(const const_iterator &ci) const
std::vector< value_type > container
const_reference_type operator[](const RefKey &r) const
Map::id_offset_vector id_offset_vector
void throwFillID(ProductID id) const
const container * values_
container::const_iterator end() const
const T & operator[](size_t i)
tuple size
Write out results.
EventID const & max(EventID const &lh, EventID const &rh)