![]() |
![]() |
Public Member Functions | |
virtual edm::EDProduct const * | getIt (edm::ProductID const &iID) const |
MultiProductGetter (MultiChainEvent const *iEvent) | |
Private Attributes | |
MultiChainEvent const * | event_ |
Definition at line 27 of file MultiChainEvent.cc.
fwlite::internal::MultiProductGetter::MultiProductGetter | ( | MultiChainEvent const * | iEvent | ) | [inline] |
Definition at line 29 of file MultiChainEvent.cc.
virtual edm::EDProduct const* fwlite::internal::MultiProductGetter::getIt | ( | edm::ProductID const & | iID | ) | const [inline, virtual] |
Implements edm::EDProductGetter.
Definition at line 32 of file MultiChainEvent.cc.
References event_, and fwlite::MultiChainEvent::getByProductID().
{ return event_->getByProductID( iID ); }
MultiChainEvent const* fwlite::internal::MultiProductGetter::event_ [private] |
Definition at line 37 of file MultiChainEvent.cc.
Referenced by getIt().