CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
reco::TemplatedSecondaryVertexTagInfo< IPTI, VTX >::VertexTrackSelector Struct Reference

#include <TemplatedSecondaryVertexTagInfo.h>

Public Member Functions

bool operator() (const IndexedTrackData &idt)
 

Detailed Description

template<class IPTI, class VTX>
struct reco::TemplatedSecondaryVertexTagInfo< IPTI, VTX >::VertexTrackSelector

Definition at line 80 of file TemplatedSecondaryVertexTagInfo.h.

Member Function Documentation

template<class IPTI, class VTX>
bool reco::TemplatedSecondaryVertexTagInfo< IPTI, VTX >::VertexTrackSelector::operator() ( const IndexedTrackData idt)
inline

Definition at line 81 of file TemplatedSecondaryVertexTagInfo.h.

82  { return idt.second.associatedToVertex(); }