#include <ValueMap.h>
Classes | |
struct | const_iterator |
struct | IDComparator |
Public Types | |
typedef container::const_reference | const_reference_type |
typedef std::vector< value_type > | container |
typedef helper::Filler < ValueMap< T > > | Filler |
typedef std::vector< std::pair < ProductID, offset > > | id_offset_vector |
typedef unsigned int | offset |
typedef container::reference | reference_type |
typedef T | value_type |
Public Member Functions | |
const_iterator | begin () const |
void | clear () |
bool | contains (ProductID id) const |
bool | empty () const |
const_iterator | end () const |
const_reference_type | get (ProductID id, size_t idx) const |
reference_type | get (ProductID id, size_t idx) |
const_reference_type | get (size_t idx) const |
meant to be used in AssociativeIterator, not by the ordinary user More... | |
const id_offset_vector & | ids () const |
meant to be used in AssociativeIterator, not by the ordinary user More... | |
size_t | idSize () const |
ValueMap< T > & | operator+= (const ValueMap< T > &o) |
ValueMap & | operator= (ValueMap const &rhs) |
template<typename RefKey > | |
const_reference_type | operator[] (const RefKey &r) const |
template<typename RefKey > | |
reference_type | operator[] (const RefKey &r) |
size_t | rawIndexOf (ProductID id, size_t idx) const |
size_t | size () const |
void | swap (ValueMap &other) |
ValueMap () | |
Protected Member Functions | |
id_offset_vector::const_iterator | getIdOffset (ProductID id) const |
void | throwIndexBound () const |
Protected Attributes | |
id_offset_vector | ids_ |
container | values_ |
Private Member Functions | |
void | add (const ValueMap< T > &o) |
void | throwNotExisting () const |
Friends | |
class | helper::Filler< ValueMap< T > > |
Definition at line 99 of file ValueMap.h.
typedef container::const_reference edm::ValueMap< T >::const_reference_type |
Definition at line 106 of file ValueMap.h.
typedef std::vector<value_type> edm::ValueMap< T >::container |
Definition at line 102 of file ValueMap.h.
typedef helper::Filler<ValueMap<T> > edm::ValueMap< T >::Filler |
Definition at line 157 of file ValueMap.h.
typedef std::vector<std::pair<ProductID, offset> > edm::ValueMap< T >::id_offset_vector |
Definition at line 104 of file ValueMap.h.
typedef unsigned int edm::ValueMap< T >::offset |
Definition at line 103 of file ValueMap.h.
typedef container::reference edm::ValueMap< T >::reference_type |
Definition at line 105 of file ValueMap.h.
typedef T edm::ValueMap< T >::value_type |
Definition at line 101 of file ValueMap.h.
|
inline |
Definition at line 108 of file ValueMap.h.
|
inlineprivate |
Definition at line 231 of file ValueMap.h.
Referenced by edm::Association< C >::Filler::add(), and edm::ValueMap< reco::MuonMETCorrectionData >::operator+=().
|
inline |
Definition at line 196 of file ValueMap.h.
Referenced by CastorTowerJetMonitor::processEventJetIDs(), CandIsolatorFromDeposits::produce(), and PFCandIsolatorFromDeposits::produce().
|
inline |
Definition at line 155 of file ValueMap.h.
Referenced by edm::Association< C >::clear(), Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), Vispa.Views.WidgetView.WidgetView::setDataObjects(), Vispa.Views.TreeView.TreeView::updateContent(), Vispa.Views.TableView.TableView::updateContent(), Vispa.Views.BoxDecayView.BoxDecayView::updateContent(), and Vispa.Views.PropertyView.PropertyView::updateContent().
|
inline |
Definition at line 149 of file ValueMap.h.
Referenced by LumiList.LumiList::__contains__(), edm::Association< C >::contains(), and pat::helper::RefHelper< T >::recursiveLookup().
|
inline |
Definition at line 154 of file ValueMap.h.
Referenced by edm::Association< C >::empty(), Vispa.Gui.VispaWidget.TextField::setAutosizeFont(), and Vispa.Gui.VispaWidget.TextField::setAutotruncate().
|
inline |
Definition at line 197 of file ValueMap.h.
Referenced by Types.LuminosityBlockRange::cppID(), Types.EventRange::cppID(), CastorTowerJetMonitor::processEventJetIDs(), PFCandIsolatorFromDeposits::produce(), and CandIsolatorFromDeposits::produce().
|
inline |
Definition at line 134 of file ValueMap.h.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), and betterConfigParser.BetterConfigParser::getResultingSection().
|
inline |
Definition at line 141 of file ValueMap.h.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), and betterConfigParser.BetterConfigParser::getResultingSection().
|
inline |
meant to be used in AssociativeIterator, not by the ordinary user
Definition at line 202 of file ValueMap.h.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), and betterConfigParser.BetterConfigParser::getResultingSection().
|
inlineprotected |
Definition at line 211 of file ValueMap.h.
Referenced by edm::ValueMap< reco::MuonMETCorrectionData >::contains(), and edm::ValueMap< reco::MuonMETCorrectionData >::rawIndexOf().
|
inline |
meant to be used in AssociativeIterator, not by the ordinary user
Definition at line 200 of file ValueMap.h.
|
inline |
Definition at line 153 of file ValueMap.h.
Definition at line 145 of file ValueMap.h.
|
inline |
Definition at line 115 of file ValueMap.h.
|
inline |
Definition at line 122 of file ValueMap.h.
|
inline |
Definition at line 138 of file ValueMap.h.
|
inline |
Definition at line 126 of file ValueMap.h.
Referenced by edm::ValueMap< reco::MuonMETCorrectionData >::get().
|
inline |
Definition at line 152 of file ValueMap.h.
Referenced by TrackProducerWithSCAssociation::produce(), PFCandIsolatorFromDeposits::produce(), CandIsolatorFromDeposits::produce(), and edm::Association< C >::size().
|
inline |
Definition at line 110 of file ValueMap.h.
Referenced by edm::ValueMap< reco::MuonMETCorrectionData >::operator=(), edm::Association< C >::swap(), and edm::swap().
|
inlineprotected |
Definition at line 217 of file ValueMap.h.
Referenced by edm::ValueMap< reco::MuonMETCorrectionData >::rawIndexOf().
|
inlineprivate |
Definition at line 227 of file ValueMap.h.
Referenced by edm::ValueMap< reco::MuonMETCorrectionData >::rawIndexOf().
|
friend |
Definition at line 237 of file ValueMap.h.
|
protected |
Definition at line 209 of file ValueMap.h.
Referenced by edm::ValueMap< reco::MuonMETCorrectionData >::begin(), edm::ValueMap< reco::MuonMETCorrectionData >::clear(), edm::ValueMap< reco::MuonMETCorrectionData >::contains(), edm::ValueMap< reco::MuonMETCorrectionData >::end(), edm::ValueMap< reco::MuonMETCorrectionData >::ids(), edm::ValueMap< reco::MuonMETCorrectionData >::idSize(), edm::ValueMap< reco::MuonMETCorrectionData >::rawIndexOf(), and edm::ValueMap< reco::MuonMETCorrectionData >::swap().
|
protected |
Definition at line 208 of file ValueMap.h.
Referenced by edm::ValueMap< reco::MuonMETCorrectionData >::begin(), edm::ValueMap< reco::MuonMETCorrectionData >::clear(), edm::ValueMap< reco::MuonMETCorrectionData >::empty(), edm::ValueMap< reco::MuonMETCorrectionData >::end(), edm::ValueMap< reco::MuonMETCorrectionData >::get(), edm::ValueMap< reco::MuonMETCorrectionData >::rawIndexOf(), edm::ValueMap< reco::MuonMETCorrectionData >::size(), and edm::ValueMap< reco::MuonMETCorrectionData >::swap().