#include <AssociationVector.h>
Public Types | |
typedef KeyRefProd::product_type | CKey |
typedef transient_vector_type::const_iterator | const_iterator |
typedef value_type const & | const_reference |
typedef KeyRef::value_type | key_type |
typedef KeyRefProd | refprod_type |
typedef SizeType | size_type |
typedef std::vector< value_type > | transient_vector_type |
typedef std::pair< KeyRef, typename CVal::value_type > | value_type |
Public Member Functions | |
AssociationVector () | |
AssociationVector (KeyRefProd const &ref, CKey const *=0) | |
AssociationVector (AssociationVector const &) | |
const_iterator | begin () const |
void | clear () |
bool | empty () const |
const_iterator | end () const |
void | fillView (ProductID const &id, std::vector< void const * > &pointers, FillViewHelperVector &helpers) const |
KeyRef | key (size_type i) const |
KeyRefProd const & | keyProduct () const |
self & | operator= (self const &) |
const_reference | operator[] (size_type n) const |
CVal::const_reference | operator[] (KeyRef const &k) const |
CVal::reference | operator[] (KeyRef const &k) |
template<typename K > | |
CVal::const_reference | operator[] (edm::Ptr< K > const &k) const |
template<typename K > | |
CVal::const_reference | operator[] (edm::RefToBase< K > const &k) const |
void | setValue (size_type i, typename CVal::value_type const &val) |
size_type | size () const |
void | swap (self &other) |
CVal::value_type const | value (size_type i) const |
~AssociationVector () | |
Static Public Member Functions | |
static short | Class_Version () |
Private Types | |
enum | CacheState { kUnset, kFilling, kSet } |
typedef AssociationVector < KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper > | self |
Private Member Functions | |
BOOST_STATIC_ASSERT ((boost::is_convertible< SizeType, typename CVal::size_type >::value)) | |
void | fixup () const |
transient_vector_type const & | transientVector () const |
Private Attributes | |
CVal | data_ |
KeyRefProd | ref_ |
std::atomic < transient_vector_type * > | transientVector_ |
Definition at line 62 of file AssociationVector.h.
typedef KeyRefProd::product_type edm::AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper >::CKey |
Definition at line 68 of file AssociationVector.h.
typedef transient_vector_type::const_iterator edm::AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper >::const_iterator |
Definition at line 102 of file AssociationVector.h.
typedef value_type const& edm::AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper >::const_reference |
Definition at line 73 of file AssociationVector.h.
typedef KeyRef::value_type edm::AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper >::key_type |
Definition at line 70 of file AssociationVector.h.
typedef KeyRefProd edm::AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper >::refprod_type |
Definition at line 67 of file AssociationVector.h.
|
private |
Definition at line 64 of file AssociationVector.h.
typedef SizeType edm::AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper >::size_type |
Definition at line 69 of file AssociationVector.h.
typedef std::vector<value_type> edm::AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper >::transient_vector_type |
Definition at line 72 of file AssociationVector.h.
typedef std::pair<KeyRef, typename CVal::value_type> edm::AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper >::value_type |
Definition at line 71 of file AssociationVector.h.
|
private |
Enumerator | |
---|---|
kUnset | |
kFilling | |
kSet |
Definition at line 111 of file AssociationVector.h.
|
inline |
Definition at line 127 of file AssociationVector.h.
|
inline |
Definition at line 131 of file AssociationVector.h.
|
inline |
Definition at line 138 of file AssociationVector.h.
|
inline |
Definition at line 147 of file AssociationVector.h.
|
inline |
Definition at line 104 of file AssociationVector.h.
Referenced by HLTJetTagWithMatching< T >::findCSV().
|
private |
|
inlinestatic |
Definition at line 108 of file AssociationVector.h.
|
inline |
Definition at line 227 of file AssociationVector.h.
Referenced by Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), and Vispa.Views.WidgetView.WidgetView::setDataObjects().
|
inline |
Definition at line 222 of file AssociationVector.h.
|
inline |
Definition at line 105 of file AssociationVector.h.
Referenced by HLTJetTagWithMatching< T >::findCSV().
void edm::AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper >::fillView | ( | ProductID const & | id, |
std::vector< void const * > & | pointers, | ||
FillViewHelperVector & | helpers | ||
) | const |
Definition at line 256 of file AssociationVector.h.
|
inlineprivate |
Definition at line 242 of file AssociationVector.h.
|
inline |
Definition at line 95 of file AssociationVector.h.
|
inline |
Definition at line 94 of file AssociationVector.h.
Referenced by reco::tau::RecoTauDiscriminantFromDiscriminator::operator()().
|
inline |
Definition at line 195 of file AssociationVector.h.
|
inline |
Definition at line 153 of file AssociationVector.h.
|
inline |
Definition at line 159 of file AssociationVector.h.
|
inline |
Definition at line 185 of file AssociationVector.h.
|
inline |
Definition at line 168 of file AssociationVector.h.
CVal::const_reference edm::AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper >::operator[] | ( | edm::RefToBase< K > const & | k | ) | const |
Definition at line 177 of file AssociationVector.h.
|
inline |
Definition at line 207 of file AssociationVector.h.
Referenced by ElectronSqPtTkIsolationProducer::produce().
|
inline |
Definition at line 217 of file AssociationVector.h.
Referenced by BjetAnalysis::analyze().
|
inline |
Definition at line 235 of file AssociationVector.h.
|
inlineprivate |
Definition at line 122 of file AssociationVector.h.
|
inline |
Definition at line 96 of file AssociationVector.h.
Referenced by average.Average::average().
|
private |
Definition at line 112 of file AssociationVector.h.
|
private |
Definition at line 113 of file AssociationVector.h.
|
mutableprivate |
Definition at line 114 of file AssociationVector.h.