#include <MultiAssociation.h>
Public Member Functions | |
template<typename HandleType > | |
FastFiller (MultiAssociation &assoc, const HandleType &handle) | |
FastFiller (MultiAssociation &assoc, edm::ProductID id, unsigned int size) | |
template<typename KeyRef > | |
void | setValues (const KeyRef &k, const Collection &refs) |
Sets the Collection values associated to this key, making copies of those in refs. More... | |
void | setValues (const edm::ProductID &id, unsigned int key, const Collection &refs) |
Sets the Collection values associated to this key, making copies of those in refs. More... | |
~FastFiller () | |
Private Types | |
typedef edm::helper::IndexRangeAssociation::FastFiller | IndexFiller |
Private Attributes | |
MultiAssociation & | assoc_ |
std::shared_ptr< IndexFiller > | indexFiller_ |
FastFiller for the MultiAssociation. It is fast, but it requires to fill items in strict key order. You can have a single FastFiller for a given map at time You can't access the map for this collection while filling it
Definition at line 209 of file MultiAssociation.h.
|
private |
Definition at line 231 of file MultiAssociation.h.
|
inline |
Definition at line 212 of file MultiAssociation.h.
|
inline |
Definition at line 215 of file MultiAssociation.h.
|
inline |
Definition at line 218 of file MultiAssociation.h.
|
inline |
Sets the Collection values associated to this key, making copies of those in refs.
Definition at line 222 of file MultiAssociation.h.
References dqmdumpme::k.
void edm::MultiAssociation< C >::FastFiller::setValues | ( | const edm::ProductID & | id, |
unsigned int | key, | ||
const Collection & | refs | ||
) |
Sets the Collection values associated to this key, making copies of those in refs.
Definition at line 335 of file MultiAssociation.h.
References crabWrapper::key.
|
private |
Definition at line 230 of file MultiAssociation.h.
|
private |
Definition at line 232 of file MultiAssociation.h.