#include <ProductID.h>
Public Member Functions | |
ProductIndex | id () const |
bool | isValid () const |
ProcessIndex | processIndex () const |
ProductID () | |
ProductID (ProductIndex prodIndex) | |
ProductID (ProcessIndex procIndex, ProductIndex prodIndex) | |
ProcessIndex | productIndex () const |
void | reset () |
void | swap (ProductID &other) |
Private Attributes | |
ProcessIndex | processIndex_ |
ProductIndex | productIndex_ |
Definition at line 27 of file ProductID.h.
|
inline |
Definition at line 29 of file ProductID.h.
|
inlineexplicit |
Definition at line 32 of file ProductID.h.
|
inline |
Definition at line 33 of file ProductID.h.
|
inline |
Definition at line 38 of file ProductID.h.
References productIndex_.
Referenced by BTagPerformanceAnalyzerOnData::analyze(), BTagPerformanceAnalyzerMC::analyze(), ZMuMuAnalyzer::analyze(), ZMuMuAnalyzer_cynematics::analyze(), CandCombinerBase< OutputCollection, CandPtr >::combine(), BTagPerformanceAnalyzerMC::getJetWithFlavour(), ctfseeding::HitExtractorPIX::hits(), edm::helper::Filler< Association< C > >::insert(), L3TkMuonProducer::makePseudoRef(), ConversionTools::matchesConversion(), printseed(), L3TkMuonProducer::produce(), TrackListMerger::produce(), SeedClusterRemoverPhase2::produce(), SeedClusterRemover::produce(), HITrackClusterRemover::produce(), and pf2pat::TopProjectorAlgo< Top, Bottom >::produce().
|
inline |
Definition at line 35 of file ProductID.h.
References productIndex_.
Referenced by ntupleDataFormat._Object::_checkIsValid(), TriggerSummaryProducerAOD::fillFilterObjectMembers(), edm::RefCore::getProductPtr(), edm::RefCore::isAvailable(), edm::RefToBase< T >::isNull(), edm::RefVector< reco::CastorTowerCollection, typename Ref< reco::CastorTowerCollection >::value_type, typename Ref< reco::CastorTowerCollection >::finder_type >::isNull(), edm::RefCore::isThinnedAvailable(), edm::EventPrincipal::pidToBid(), edm::productIDToBranchID(), core.AutoHandle.AutoHandle::ReallyLoad(), and edm::RefCore::tryToGetProductPtr().
|
inline |
Definition at line 36 of file ProductID.h.
References processIndex_.
Referenced by bitPackRefInfo(), fwlite::DataGetterHelper::getByProductID(), edm::RefCoreStreamer::operator()(), edm::RefCoreWithIndexStreamer::operator()(), edm::operator<(), edm::operator==(), edm::productIDToBranchID(), and edm::RefCore::setId().
|
inline |
Definition at line 37 of file ProductID.h.
References productIndex_.
Referenced by bitPackRefInfo(), edm::operator<(), edm::operator==(), edm::productIDToBranchID(), and edm::RefCore::setId().
|
inline |
Definition at line 39 of file ProductID.h.
References trackingPlots::other, processIndex_, productIndex_, and swap().
void edm::ProductID::swap | ( | ProductID & | other | ) |
Definition at line 17 of file ProductID.cc.
References processIndex_, productIndex_, and std::swap().
Referenced by reset(), ClusterTPAssociation::swap(), edm::swap(), and edm::StableProvenance::swap().
|
private |
Definition at line 44 of file ProductID.h.
Referenced by processIndex(), reset(), and swap().
|
private |
Definition at line 45 of file ProductID.h.
Referenced by id(), isValid(), productIndex(), reset(), and swap().