![]() |
![]() |
#include <HepMCProduct.h>
Public Types | |
typedef Find | self |
Public Member Functions | |
self::result_type | operator() (self::first_argument_type iContainer, self::second_argument_type iBarCode) |
Definition at line 69 of file HepMCProduct.h.
typedef Find edm::refhelper::FindTrait< edm::HepMCProduct, HepMC::GenVertex >::Find::self |
Definition at line 70 of file HepMCProduct.h.
self::result_type edm::refhelper::FindTrait< edm::HepMCProduct, HepMC::GenVertex >::Find::operator() | ( | self::first_argument_type | iContainer, |
self::second_argument_type | iBarCode | ||
) | [inline] |
Definition at line 72 of file HepMCProduct.h.
{ return iContainer.getHepMCData().barcode_to_vertex(iBarCode); }