CandMatch Class Reference

#include <RICHTrkMatch.h>

List of all members.

Public Member Functions

 CandMatch (int whichRing, int whichTrk, float distance)
int whichRing () const
int whichTrk () const
float distance () const

Public Attributes

int fwhichRing
int fwhichTrk
float fD


Detailed Description

Definition at line 20 of file RICHTrkMatch.h.


Constructor & Destructor Documentation

CandMatch::CandMatch ( int  whichRing,
int  whichTrk,
float  distance 
) [inline]

Definition at line 22 of file RICHTrkMatch.h.


Member Function Documentation

float CandMatch::distance (  )  const [inline]

Definition at line 27 of file RICHTrkMatch.h.

References fD.

Referenced by MatchComp::operator()().

00027 { return fD; } 

int CandMatch::whichRing (  )  const [inline]

Definition at line 25 of file RICHTrkMatch.h.

References fwhichRing.

00025 { return fwhichRing; }  

int CandMatch::whichTrk (  )  const [inline]

Definition at line 26 of file RICHTrkMatch.h.

References fwhichTrk.

00026 { return fwhichTrk; }


Member Data Documentation

float CandMatch::fD

Definition at line 32 of file RICHTrkMatch.h.

Referenced by distance().

int CandMatch::fwhichRing

Definition at line 30 of file RICHTrkMatch.h.

Referenced by whichRing().

int CandMatch::fwhichTrk

Definition at line 31 of file RICHTrkMatch.h.

Referenced by whichTrk().


The documentation for this class was generated from the following file:
Generated on Mon Nov 23 08:03:59 2009 for MIPP(E907) by  doxygen 1.4.7