#include <MasterCollectionHelper.h>
Public Types | |
typedef edm::Ref< C1 > | ref_type |
Public Member Functions | |
const edm::Handle< C1 > & | get () const |
template<typename R > | |
R | getConcreteRef (size_t idx) const |
ref_type | getRef (size_t idx) const |
size_t | index (size_t i) const |
MasterCollection (const edm::Handle< C1 > &handle) | |
size_t | size () const |
Private Attributes | |
edm::Handle< C1 > | handle_ |
Definition at line 21 of file MasterCollectionHelper.h.
typedef edm::Ref<C1> helper::MasterCollection< C1 >::ref_type |
Definition at line 22 of file MasterCollectionHelper.h.
|
inlineexplicit |
Definition at line 23 of file MasterCollectionHelper.h.
|
inline |
Definition at line 27 of file MasterCollectionHelper.h.
References helper::MasterCollection< C1 >::handle_.
Referenced by Options.Options::__getitem__(), reco::modulesNew::Matcher< C1, C2, S, D >::produce(), reco::modulesNew::IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), and reco::PhysObjectMatcher< C1, C2, S, D, Q >::produce().
|
inline |
Definition at line 30 of file MasterCollectionHelper.h.
References helper::MasterCollection< C1 >::getRef().
|
inline |
Definition at line 28 of file MasterCollectionHelper.h.
Referenced by helper::MasterCollection< C1 >::getConcreteRef(), and helper::MasterCollection< edm::View< T > >::getConcreteRef().
|
inline |
Definition at line 26 of file MasterCollectionHelper.h.
References i.
Referenced by reco::modulesNew::Matcher< C1, C2, S, D >::produce(), reco::modulesNew::IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), reco::PhysObjectMatcher< C1, C2, S, D, Q >::produce(), and CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::produce().
|
inline |
Definition at line 25 of file MasterCollectionHelper.h.
References helper::MasterCollection< C1 >::handle_.
Referenced by reco::modulesNew::Matcher< C1, C2, S, D >::produce(), reco::modulesNew::IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), and reco::PhysObjectMatcher< C1, C2, S, D, Q >::produce().
|
private |
Definition at line 32 of file MasterCollectionHelper.h.
Referenced by helper::MasterCollection< C1 >::get(), helper::MasterCollection< edm::View< T > >::index(), helper::MasterCollection< edm::View< T > >::MasterCollection(), and helper::MasterCollection< C1 >::size().