CMS 3D CMS Logo

Public Types | Public Member Functions

edm::refhelper::FindTrait< edm::HepMCProduct, HepMC::GenVertex >::Find Struct Reference

#include <HepMCProduct.h>

Inheritance diagram for edm::refhelper::FindTrait< edm::HepMCProduct, HepMC::GenVertex >::Find:
binary_function

List of all members.

Public Types

typedef Find self

Public Member Functions

self::result_type operator() (self::first_argument_type iContainer, self::second_argument_type iBarCode)

Detailed Description

template<>
struct edm::refhelper::FindTrait< edm::HepMCProduct, HepMC::GenVertex >::Find

Definition at line 69 of file HepMCProduct.h.


Member Typedef Documentation

typedef Find edm::refhelper::FindTrait< edm::HepMCProduct, HepMC::GenVertex >::Find::self

Definition at line 70 of file HepMCProduct.h.


Member Function Documentation

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); }