10 IndexRangeAssociation::range
12 typedef IndexRangeAssociation::id_offset_vector::const_iterator iter;
14 if ((pos ==
id_offsets_.end()) || (pos->first !=
id)) {
15 throw cms::Exception(
"Bad Key") <<
"Product ID " <<
id <<
" not found in this IndexRangeAssociation\n";
18 if ((pos + 1 !=
id_offsets_.end()) && (pos->second + key >= (pos+1)->second)) {
19 throw cms::Exception(
"Bad Offset") <<
"Key " << key <<
" goes beyond bounds "
20 << ((pos+1)->
second - pos->second)
21 <<
" of this key collection within IndexRangeAssociation\n";
24 offset_vector::const_iterator offs =
ref_offsets_.begin() + pos->second +
key;
26 throw cms::Exception(
"Bad Offset") <<
"Key " << key <<
" goes beyond bounds " <<
ref_offsets_.size()-1 <<
" of this IndexRangeAssociation\n";
28 return range(*offs,*(offs+1));
33 typedef IndexRangeAssociation::id_offset_vector::const_iterator iter;
35 return (pos !=
id_offsets_.end()) && (pos->first ==
id);
46 assoc_(assoc), id_(id),
47 start_(assoc.ref_offsets_.
empty() ? 0 : assoc.ref_offsets_.size() - 1),
52 "IndexRangeAssociation::FastFiller: you already have one active filler for this map.\n";
55 typedef IndexRangeAssociation::id_offset_vector::iterator iter;
60 "IndexRangeAssociation::FastFiller: there is already an entry for ProductID " <<
id <<
" in this map.\n";
76 typedef IndexRangeAssociation::offset_vector::iterator
IT;
79 IT top = assoc_.ref_offsets_.begin() +
start_;
80 IT it = assoc_.ref_offsets_.begin() +
end_;
82 for (--it; it >= top; --it) {
91 assoc_.isFilling_ =
false;
100 "IndexRangeAssociation::FastFiller: you must fill this in strict key order\n" <<
101 "\tLast key = " << lastKey_ <<
", this key = " << key <<
"\n";
103 "IndexRangeAssociation::FastFiller: key index out of bounds for this collection\n" <<
104 "\tKey = " << key <<
", bound = " <<
end_ <<
"\n";
105 if ((assoc_.ref_offsets_.back() != 0) && (
int(startingOffset) != assoc_.ref_offsets_.back()))
107 "IndexRangeAssociation::FastFiller: The start for this key is not the end of the preceding key.\n" <<
108 "\tThis offset = " << startingOffset <<
", last key = " << lastKey_ <<
109 ", last end offset = " << assoc_.ref_offsets_.back() <<
"\n";
110 assoc_.ref_offsets_[
start_ +
key] = startingOffset;
112 assoc_.ref_offsets_.back() +=
size;
118 ": found product id " << found <<
", while expecting " << expected <<
".\n" <<
119 "Make sure you're not mismatching references from different collections.\n";
static void throwUnexpectedProductID(ProductID found, ProductID expected, const char *where)
offset_vector ref_offsets_
std::vector< l1t::Jet >::iterator end_
FastFiller(IndexRangeAssociation &assoc, ProductID id, unsigned int size)
Make a filler for a collection with a given product id and size.
U second(std::pair< T, U > const &p)
void swap(IndexRangeAssociation &other)
std::vector< l1t::Jet >::iterator start_
unsigned int size() const
Size of this collection (number of keys)
~FastFiller()
When the FastFiller goes out of scope, it unlocks the map so you can make a new one.
IndexRangeAssociation & assoc_
bool contains(ProductID id) const
True if this IndexRangeAssociation has info for this product id.
std::vector< LinkConnSpec >::const_iterator IT
std::pair< unsigned int, unsigned int > range
string key
FastSim: produces sample of signal events, overlayed with premixed minbias events.
void insert(const RefKey &r, unsigned int startingOffset, unsigned int size)
Sets the starting offset for this key.
id_offset_vector id_offsets_
std::pair< edm::ProductID, unsigned int > id_off_pair
tuple size
Write out results.
T get(const Candidate &c)