Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

XANASeedMatch Class Reference

#include <XANASeedMatch.h>

List of all members.

Public Methods

 XANASeedMatch ()
 XANASeedMatch (Float_t deltaTheta, Float_t deltaPhi, Float_t eOverP)
 construct with data. More...

virtual ~XANASeedMatch ()
Float_t getDeltaTheta () const
Float_t getDeltaPhi () const
Float_t getEOverP () const
void setDeltaTheta (Float_t deltaTheta)
void setDeltaPhi (Float_t deltaPhi)
void setEOverP (Float_t eOverP)

Protected Attributes

Float_t deltaTheta_
 theta match supercluster-seed extrapolation. More...

Float_t deltaPhi_
 phi match supercluster-seed extrapolation. More...

Float_t eOverP_
 momentum match supercluster-seed extrapolation. More...


Constructor & Destructor Documentation

XANASeedMatch::XANASeedMatch  
 

XANASeedMatch::XANASeedMatch Float_t    deltaTheta,
Float_t    deltaPhi,
Float_t    eOverP
 

construct with data.

virtual XANASeedMatch::~XANASeedMatch   [virtual]
 


Member Function Documentation

Float_t XANASeedMatch::getDeltaPhi   const [inline]
 

Definition at line 23 of file XANASeedMatch.h.

References deltaPhi_.

00023 {return deltaPhi_;}

Float_t XANASeedMatch::getDeltaTheta   const [inline]
 

Definition at line 22 of file XANASeedMatch.h.

References deltaTheta_.

00022 {return deltaTheta_;}

Float_t XANASeedMatch::getEOverP   const [inline]
 

Definition at line 24 of file XANASeedMatch.h.

References eOverP_.

00024 {return eOverP_;}

void XANASeedMatch::setDeltaPhi Float_t    deltaPhi [inline]
 

Definition at line 28 of file XANASeedMatch.h.

References deltaPhi_.

00028 {deltaPhi_=deltaPhi;}

void XANASeedMatch::setDeltaTheta Float_t    deltaTheta [inline]
 

Definition at line 27 of file XANASeedMatch.h.

References deltaTheta_.

00027 {deltaTheta_=deltaTheta;}

void XANASeedMatch::setEOverP Float_t    eOverP [inline]
 

Definition at line 29 of file XANASeedMatch.h.

References eOverP_.

00029 {eOverP_=eOverP;}


Member Data Documentation

Float_t XANASeedMatch::deltaPhi_ [protected]
 

phi match supercluster-seed extrapolation.

Definition at line 37 of file XANASeedMatch.h.

Referenced by getDeltaPhi, and setDeltaPhi.

Float_t XANASeedMatch::deltaTheta_ [protected]
 

theta match supercluster-seed extrapolation.

Definition at line 35 of file XANASeedMatch.h.

Referenced by getDeltaTheta, and setDeltaTheta.

Float_t XANASeedMatch::eOverP_ [protected]
 

momentum match supercluster-seed extrapolation.

Definition at line 39 of file XANASeedMatch.h.

Referenced by getEOverP, and setEOverP.


The documentation for this class was generated from the following file:
Generated on Tue May 10 10:01:38 2005 for XANADOO by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002