CMS 3D CMS Logo

Public Member Functions

Match Class Reference

#include <Match.h>

List of all members.

Public Member Functions

 Match ()
double operator() (const reco::Candidate &ref, const reco::Candidate &rec)
 ~Match ()

Detailed Description

Definition at line 7 of file Match.h.


Constructor & Destructor Documentation

Match::Match ( void  ) [inline]

Definition at line 11 of file Match.h.

{};
Match::~Match ( ) [inline]

Definition at line 12 of file Match.h.

{};

Member Function Documentation

double Match::operator() ( const reco::Candidate ref,
const reco::Candidate rec 
) [inline]

Definition at line 13 of file Match.h.

References deltaR(), reco::Candidate::eta(), and reco::Candidate::phi().

  { return reco::deltaR(ref.eta(), ref.phi(), rec.eta(), rec.phi()); };