#include <AssociativeIterator.h>
Public Types | |
typedef T | value_type |
Public Member Functions | |
template<class REF > | |
REF | castTo () const |
value_type const * | get () const |
std::auto_ptr < reftobase::RefHolderBase > | holder () const |
ProductID | id () const |
bool | isAvailable () const |
bool | isNonnull () const |
Checks for non-null. More... | |
bool | isNull () const |
Checks for null. More... | |
bool | isTransient () const |
size_t | key () const |
bool | operator! () const |
Checks for null. More... | |
bool | operator!= (RefToBase const &rhs) const |
value_type const & | operator* () const |
value_type const * | operator-> () const |
RefToBase & | operator= (RefToBase &&other) |
RefToBase & | operator= (RefToBase const &rhs) |
bool | operator== (RefToBase const &rhs) const |
EDProductGetter const * | productGetter () const |
RefToBase () | |
RefToBase (RefToBase const &other) | |
RefToBase (RefToBase &&other) | |
template<typename C1 , typename T1 , typename F1 > | |
RefToBase (Ref< C1, T1, F1 > const &r) | |
template<typename C > | |
RefToBase (RefProd< C > const &r) | |
RefToBase (RefToBaseProd< T > const &r, size_t i) | |
RefToBase (Handle< View< T > > const &handle, size_t i) | |
template<typename T1 > | |
RefToBase (RefToBase< T1 > const &r) | |
RefToBase (std::unique_ptr< reftobase::BaseHolder< value_type >>) | |
RefToBase (std::shared_ptr< reftobase::RefHolderBase > p) | |
void | swap (RefToBase &other) |
~RefToBase () | |
Static Public Member Functions | |
static short | Class_Version () |
Private Member Functions | |
value_type const * | getPtrImpl () const |
Private Attributes | |
reftobase::BaseHolder < value_type > * | holder_ |
Friends | |
template<typename B > | |
class | RefToBase |
class | RefToBaseProd< T > |
class | RefToBaseVector< T > |
Definition at line 49 of file AssociativeIterator.h.
typedef T edm::RefToBase< T >::value_type |
Definition at line 68 of file RefToBase.h.
|
inline |
Definition at line 134 of file RefToBase.h.
Definition at line 140 of file RefToBase.h.
Definition at line 146 of file RefToBase.h.
|
inlineexplicit |
Definition at line 159 of file RefToBase.h.
|
inlineexplicit |
Definition at line 166 of file RefToBase.h.
|
inline |
Definition at line 413 of file RefToBase.h.
Definition at line 419 of file RefToBase.h.
|
inlineexplicit |
Definition at line 173 of file RefToBase.h.
|
inline |
Definition at line 188 of file RefToBase.h.
|
inline |
Definition at line 194 of file RefToBase.h.
|
inline |
Definition at line 200 of file RefToBase.h.
REF RefToBase::castTo | ( | ) | const |
Definition at line 286 of file RefToBase.h.
Referenced by reco::JetSignalVertexCompatibilityAlgo::convert(), ZToMuMuFilter::filter(), reco::GsfElectronCore::GsfElectronCore(), reco::PFTauDecayMode::pfMasterClones(), GsfElectronCoreEcalDrivenProducer::produceEcalDrivenCore(), and reco::CaloTauTagInfo::setJetRef().
|
inlinestatic |
Definition at line 119 of file RefToBase.h.
|
inline |
Definition at line 234 of file RefToBase.h.
Referenced by Options.Options::__getitem__(), DimuonStatistics::analyze(), PFCandCommonVertexFitterBase::fill(), reco::GenJet::genParticle(), L6SLBCorrector::getBTagInfoIndex(), L6SLBCorrectorImpl::getBTagInfoIndex(), DimuonMCMatcher::produce(), reco::CaloTauTagInfo::setJetRef(), and reco::ConversionTrack::track().
|
inlineprivate |
Definition at line 386 of file RefToBase.h.
std::auto_ptr< reftobase::RefHolderBase > RefToBase::holder | ( | ) | const |
Definition at line 392 of file RefToBase.h.
|
inline |
Definition at line 242 of file RefToBase.h.
Referenced by edm::makeRefToBaseProdFrom(), MuonToSimAssociatorBase::RefToBaseSort::operator()(), reco::RefToBaseSort::operator()(), reco::JetSignalVertexCompatibilityAlgo::RefToBaseLess< T >::operator()(), BTagPerformanceAnalyzerOnData::JetRefCompare::operator()(), MatchJet::operator()(), BTagPerformanceAnalyzerMC::JetRefCompare::operator()(), HLTBTagPerformanceAnalyzer::JetRefCompare::operator()(), and pat::helper::TriggerMatchHelper::triggerMatchObject().
|
inline |
Checks if collection is in memory or available in the Event. No type checking is done.
Definition at line 114 of file RefToBase.h.
|
inline |
Checks for non-null.
Definition at line 337 of file RefToBase.h.
Referenced by RecoTracktoTP::matched(), PFMuonCaloCleaner::produce(), ZmumuEvtSelEffCorrWeightProducer::produce(), MuonDetCleaner::produce(), MCParticleReplacer::produce(), MuonCaloCleanerByDistance::produce(), MuonCaloCleanerAllCrossed::produce(), and RecoTracktoTP::RT().
|
inline |
Checks for null.
Definition at line 328 of file RefToBase.h.
Referenced by pat::helper::VertexingHelper::associate(), reco::GsfElectronCore::GsfElectronCore(), and reco::CaloRecHitCandidate::overlap().
|
inline |
Definition at line 116 of file RefToBase.h.
|
inline |
Definition at line 250 of file RefToBase.h.
Referenced by MuonToSimAssociatorBase::RefToBaseSort::operator()(), reco::RefToBaseSort::operator()(), reco::JetSignalVertexCompatibilityAlgo::RefToBaseLess< T >::operator()(), BTagPerformanceAnalyzerOnData::JetRefCompare::operator()(), BTagPerformanceAnalyzerMC::JetRefCompare::operator()(), reco::PFDisplacedVertexSeed::Compare::operator()(), HLTBTagPerformanceAnalyzer::JetRefCompare::operator()(), SoftLepton::TrackCompare::operator()(), PFDisplacedTrackerVertexProducer::produce(), ProbeMulteplicityProducer::produce(), and pat::helper::TriggerMatchHelper::triggerMatchObject().
|
inline |
Checks for null.
Definition at line 346 of file RefToBase.h.
|
inline |
Definition at line 364 of file RefToBase.h.
|
inline |
Definition at line 218 of file RefToBase.h.
|
inline |
Definition at line 226 of file RefToBase.h.
Definition at line 151 of file RefToBase.h.
RefToBase& edm::RefToBase< T >::operator= | ( | RefToBase< T > const & | rhs | ) |
Definition at line 354 of file RefToBase.h.
|
inline |
Definition at line 379 of file RefToBase.h.
Definition at line 372 of file RefToBase.h.
Definition at line 125 of file RefToBase.h.
|
friend |
Definition at line 124 of file RefToBase.h.
|
friend |
Definition at line 123 of file RefToBase.h.
|
private |
Definition at line 122 of file RefToBase.h.