CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions
edm::refhelper::FindTrait< edm::HepMCProduct, HepMC::GenVertex >::Find Struct Reference

#include <HepMCProduct.h>

Public Types

using first_argument_type = edm::HepMCProduct const &
 
using result_type = HepMC::GenVertex const *
 
using second_argument_type = int
 

Public Member Functions

result_type operator() (first_argument_type iContainer, second_argument_type iBarCode)
 

Detailed Description

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

Definition at line 78 of file HepMCProduct.h.

Member Typedef Documentation

Definition at line 79 of file HepMCProduct.h.

using edm::refhelper::FindTrait< edm::HepMCProduct, HepMC::GenVertex >::Find::result_type = HepMC::GenVertex const*

Definition at line 81 of file HepMCProduct.h.

Definition at line 80 of file HepMCProduct.h.

Member Function Documentation

result_type edm::refhelper::FindTrait< edm::HepMCProduct, HepMC::GenVertex >::Find::operator() ( first_argument_type  iContainer,
second_argument_type  iBarCode 
)
inline

Definition at line 83 of file HepMCProduct.h.

85  { return iContainer.getHepMCData().barcode_to_vertex(iBarCode); }