#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(), BTagPerformanceAnalyzerMC::getJetWithFlavour(), edm::reftobase::Holder< T, REF >::id(), edm::reftobase::RefHolder< REF >::id(), edm::reftobase::RefVectorHolder< REFV >::id(), edm::reftobase::IndirectVectorHolder< T >::id(), edm::reftobase::IndirectHolder< T >::id(), edm::RefToBase< T >::id(), edm::helper::Filler< Association< C > >::insert(), L3TkMuonProducer::makePseudoRef(), ConversionTools::matchesConversion(), edm::RefToBaseProd< T >::operator->(), edm::AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper >::operator[](), printseed(), L3TkMuonProducer::produce(), pat::PATTrackAndVertexUnpacker::produce(), Onia2MuMuPAT::produce(), pf2pat::TopProjectorAlgo< Top, Bottom >::produce(), and TauDiscriminationProducerBase< TauType, TauDiscriminator >::produce().
|
inline |
Definition at line 35 of file ProductID.h.
References productIndex_.
Referenced by TriggerSummaryProducerAOD::fillFilterObjectMembers(), edm::RefCore::getProductPtr(), edm::RefCore::isAvailable(), edm::RefVector< JetEisolAssociationCollection >::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 processIndex_, and productIndex_.
Referenced by SeedClusterRemover::produce(), and HITrackClusterRemover::produce().
void edm::ProductID::swap | ( | ProductID & | other | ) |
Definition at line 17 of file ProductID.cc.
References processIndex_, productIndex_, and std::swap().
Referenced by edm::swap(), and edm::Provenance::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().