#include <PixelHitMatcher.h>
Public Member Functions | |
float | dPhi1 () const |
float | dPhi2 () const |
float | dRz1 () const |
float | dRz2 () const |
unsigned char | hitsMask () const |
const TrajectorySeed & | seed () const |
SeedWithInfo (TrajectorySeed seed, unsigned char hitsMask, int subDet2, float dRz2, float dPhi2, int subDet1, float dRz1, float dPhi1) | |
int | subDet1 () const |
int | subDet2 () const |
Private Attributes | |
float | dPhi1_ |
float | dPhi2_ |
float | dRz1_ |
float | dRz2_ |
unsigned char | hitsMask_ |
TrajectorySeed | seed_ |
int | subDet1_ |
int | subDet2_ |
Definition at line 108 of file PixelHitMatcher.h.
SeedWithInfo::SeedWithInfo | ( | TrajectorySeed | seed, |
unsigned char | hitsMask, | ||
int | subDet2, | ||
float | dRz2, | ||
float | dPhi2, | ||
int | subDet1, | ||
float | dRz1, | ||
float | dPhi1 | ||
) | [inline] |
float SeedWithInfo::dPhi1 | ( | ) | const [inline] |
Definition at line 127 of file PixelHitMatcher.h.
References dPhi1_.
Referenced by ElectronSeedGenerator::addSeed().
{ return dPhi1_ ; }
float SeedWithInfo::dPhi2 | ( | ) | const [inline] |
Definition at line 123 of file PixelHitMatcher.h.
References dPhi2_.
Referenced by ElectronSeedGenerator::addSeed().
{ return dPhi2_ ; }
float SeedWithInfo::dRz1 | ( | ) | const [inline] |
Definition at line 126 of file PixelHitMatcher.h.
References dRz1_.
Referenced by ElectronSeedGenerator::addSeed().
{ return dRz1_ ; }
float SeedWithInfo::dRz2 | ( | ) | const [inline] |
Definition at line 122 of file PixelHitMatcher.h.
References dRz2_.
Referenced by ElectronSeedGenerator::addSeed().
{ return dRz2_ ; }
unsigned char SeedWithInfo::hitsMask | ( | ) | const [inline] |
const TrajectorySeed& SeedWithInfo::seed | ( | ) | const [inline] |
int SeedWithInfo::subDet1 | ( | ) | const [inline] |
int SeedWithInfo::subDet2 | ( | ) | const [inline] |
float SeedWithInfo::dPhi1_ [private] |
Definition at line 138 of file PixelHitMatcher.h.
Referenced by dPhi1().
float SeedWithInfo::dPhi2_ [private] |
Definition at line 135 of file PixelHitMatcher.h.
Referenced by dPhi2().
float SeedWithInfo::dRz1_ [private] |
Definition at line 137 of file PixelHitMatcher.h.
Referenced by dRz1().
float SeedWithInfo::dRz2_ [private] |
Definition at line 134 of file PixelHitMatcher.h.
Referenced by dRz2().
unsigned char SeedWithInfo::hitsMask_ [private] |
Definition at line 132 of file PixelHitMatcher.h.
Referenced by hitsMask().
TrajectorySeed SeedWithInfo::seed_ [private] |
Definition at line 131 of file PixelHitMatcher.h.
Referenced by seed().
int SeedWithInfo::subDet1_ [private] |
Definition at line 136 of file PixelHitMatcher.h.
Referenced by subDet1().
int SeedWithInfo::subDet2_ [private] |
Definition at line 133 of file PixelHitMatcher.h.
Referenced by subDet2().