#include <EDProductfwd.h>
Public Types | |
typedef holder_type::const_iterator | const_iterator |
typedef reftobase::BaseVectorHolder< T > | holder_type |
typedef T | member_type |
typedef holder_type::size_type | size_type |
typedef RefToBase< T > | value_type |
Public Member Functions | |
value_type | at (size_type idx) const |
const_iterator | begin () const |
void | clear () |
bool | empty () const |
const_iterator | end () const |
void | fillView (std::vector< void const * > &pointers, FillViewHelperVector &helpers) const |
ProductID | id () const |
bool | isAvailable () const |
bool | isInvalid () const |
bool | isValid () const |
RefToBaseVector & | operator= (RefToBaseVector const &iRHS) |
value_type | operator[] (size_type idx) const |
EDProductGetter const * | productGetter () const |
void | push_back (const RefToBase< T > &) |
RefToBaseVector () | |
RefToBaseVector (RefToBaseVector const &) | |
template<class REFV > | |
RefToBaseVector (REFV const &) | |
template<typename C > | |
RefToBaseVector (Handle< C > const &) | |
RefToBaseVector (std::shared_ptr< reftobase::RefVectorHolderBase > p) | |
template<class T > | |
RefToBaseVector (const RefToBaseVector< T > &iOther) | |
size_type | size () const |
void | swap (RefToBaseVector &other) |
std::auto_ptr < reftobase::RefVectorHolderBase > | vectorHolder () const |
~RefToBaseVector () | |
Static Public Member Functions | |
static short | Class_Version () |
Private Attributes | |
holder_type * | holder_ |
RefToBase<T> provides a mechanism to refer to an object of type T (or which has T as a public base), held in a collection (of type not known to RefToBase<T>) which itself it in an Event.
Definition at line 25 of file EDProductfwd.h.
typedef holder_type::const_iterator edm::RefToBaseVector< T >::const_iterator |
Definition at line 33 of file RefToBaseVector.h.
typedef reftobase::BaseVectorHolder<T> edm::RefToBaseVector< T >::holder_type |
Definition at line 31 of file RefToBaseVector.h.
typedef T edm::RefToBaseVector< T >::member_type |
Definition at line 30 of file RefToBaseVector.h.
typedef holder_type::size_type edm::RefToBaseVector< T >::size_type |
Definition at line 32 of file RefToBaseVector.h.
typedef RefToBase<T> edm::RefToBaseVector< T >::value_type |
Definition at line 29 of file RefToBaseVector.h.
|
inline |
Definition at line 111 of file RefToBaseVector.h.
edm::RefToBaseVector< T >::RefToBaseVector | ( | RefToBaseVector< T > const & | ) |
|
inlineexplicit |
Definition at line 118 of file RefToBaseVector.h.
|
explicit |
Definition at line 285 of file RefToBaseVector.h.
|
inline |
Definition at line 130 of file RefToBaseVector.h.
|
inline |
Definition at line 152 of file RefToBaseVector.h.
|
inline |
Definition at line 124 of file RefToBaseVector.h.
|
inline |
Definition at line 160 of file RefToBaseVector.h.
|
inline |
Definition at line 222 of file RefToBaseVector.h.
Referenced by TrackGenAssociatorByChi2Impl::associateGenToReco(), TrackGenAssociatorByChi2Impl::associateRecoToGen(), RecoTrackViewRefSelector::begin(), MatchJet::matchCollections(), and TagProbeMassProducer::produce().
|
inlinestatic |
Definition at line 72 of file RefToBaseVector.h.
|
inline |
|
inline |
Definition at line 181 of file RefToBaseVector.h.
|
inline |
Definition at line 230 of file RefToBaseVector.h.
Referenced by TrackGenAssociatorByChi2Impl::associateGenToReco(), TrackGenAssociatorByChi2Impl::associateRecoToGen(), RecoTrackViewRefSelector::end(), MatchJet::matchCollections(), and TagProbeMassProducer::produce().
void RefToBaseVector::fillView | ( | std::vector< void const * > & | pointers, |
FillViewHelperVector & | helpers | ||
) | const |
Definition at line 237 of file RefToBaseVector.h.
|
inline |
Definition at line 206 of file RefToBaseVector.h.
Referenced by MatchJet::operator()().
|
inline |
Checks if collection is in memory or available in the Event. No type checking is done.
Definition at line 69 of file RefToBaseVector.h.
|
inline |
Definition at line 53 of file RefToBaseVector.h.
|
inline |
Definition at line 52 of file RefToBaseVector.h.
Referenced by core.AutoHandle.AutoHandle::ReallyLoad().
|
inline |
Definition at line 137 of file RefToBaseVector.h.
|
inline |
Definition at line 173 of file RefToBaseVector.h.
|
inline |
Definition at line 214 of file RefToBaseVector.h.
Definition at line 264 of file RefToBaseVector.h.
Referenced by TrackGenAssociatorByChi2Impl::associateGenToReco(), TrackGenAssociatorByChi2Impl::associateRecoToGen(), MuonAssociatorByHits::associateRecoToSim(), reco::TrackToTrackingParticleAssociatorBaseImpl::associateRecoToSim(), reco::TrackToTrackingParticleAssociatorBaseImpl::associateSimToReco(), MuonAssociatorByHits::associateSimToReco(), MatchJet::matchCollections(), helper::SelectionRefViewAdder< T >::operator()(), TagProbeMassProducer::produce(), RecoTrackViewRefSelector::select(), and pat::helper::TriggerMatchHelper::triggerMatchCandidates().
|
inline |
Definition at line 189 of file RefToBaseVector.h.
Referenced by MatchJet::matchCollections(), MatchJet::operator()(), and RecoTrackViewRefSelector::size().
|
inline |
Definition at line 146 of file RefToBaseVector.h.
std::auto_ptr< reftobase::RefVectorHolderBase > RefToBaseVector::vectorHolder | ( | ) | const |
Definition at line 273 of file RefToBaseVector.h.
|
private |
Definition at line 75 of file RefToBaseVector.h.