CMS 3D CMS Logo

Public Member Functions | Private Attributes

reco::Vertex::TrackEqual Class Reference

List of all members.

Public Member Functions

bool operator() (const Track &t) const
 TrackEqual (const Track &t)

Private Attributes

const Tracktrack_

Detailed Description

Definition at line 145 of file Vertex.h.


Constructor & Destructor Documentation

reco::Vertex::TrackEqual::TrackEqual ( const Track t) [inline]

Definition at line 147 of file Vertex.h.

: track_( t ) { }

Member Function Documentation

bool reco::Vertex::TrackEqual::operator() ( const Track t) const [inline]

Definition at line 148 of file Vertex.h.

References reco::TrackBase::pt(), and track_.

{ return t.pt()==track_.pt();}

Member Data Documentation

Definition at line 150 of file Vertex.h.

Referenced by operator()().