#include <TrajSeedMatcher.h>
Public Member Functions | |
MatchInfo (const DetId &iDetId, float iDRZPos, float iDRZNeg, float iDPhiPos, float iDPhiNeg) | |
Public Attributes | |
DetId | detId |
float | dPhiNeg |
float | dPhiPos |
float | dRZNeg |
float | dRZPos |
Definition at line 67 of file TrajSeedMatcher.h.
|
inline |
DetId TrajSeedMatcher::MatchInfo::detId |
Definition at line 69 of file TrajSeedMatcher.h.
float TrajSeedMatcher::MatchInfo::dPhiNeg |
Definition at line 71 of file TrajSeedMatcher.h.
Referenced by TrajSeedMatcher::SeedWithInfo::dPhiNeg().
float TrajSeedMatcher::MatchInfo::dPhiPos |
Definition at line 71 of file TrajSeedMatcher.h.
Referenced by TrajSeedMatcher::SeedWithInfo::dPhiPos().
float TrajSeedMatcher::MatchInfo::dRZNeg |
Definition at line 70 of file TrajSeedMatcher.h.
Referenced by TrajSeedMatcher::SeedWithInfo::dRZNeg().
float TrajSeedMatcher::MatchInfo::dRZPos |
Definition at line 70 of file TrajSeedMatcher.h.
Referenced by TrajSeedMatcher::SeedWithInfo::dRZPos().