#include <XANASeedMatch.h>
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... |
|
|
|
construct with data.
|
|
|
|
Definition at line 23 of file XANASeedMatch.h. References deltaPhi_.
00023 {return deltaPhi_;} |
|
Definition at line 22 of file XANASeedMatch.h. References deltaTheta_.
00022 {return deltaTheta_;} |
|
Definition at line 24 of file XANASeedMatch.h. References eOverP_.
00024 {return eOverP_;} |
|
Definition at line 28 of file XANASeedMatch.h. References deltaPhi_.
00028 {deltaPhi_=deltaPhi;} |
|
Definition at line 27 of file XANASeedMatch.h. References deltaTheta_.
00027 {deltaTheta_=deltaTheta;} |
|
Definition at line 29 of file XANASeedMatch.h. References eOverP_.
00029 {eOverP_=eOverP;} |
|
phi match supercluster-seed extrapolation.
Definition at line 37 of file XANASeedMatch.h. Referenced by getDeltaPhi, and setDeltaPhi. |
|
theta match supercluster-seed extrapolation.
Definition at line 35 of file XANASeedMatch.h. Referenced by getDeltaTheta, and setDeltaTheta. |
|
momentum match supercluster-seed extrapolation.
Definition at line 39 of file XANASeedMatch.h. |