CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
TrajSeedMatcher::MatchInfo Struct Reference

#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
 

Detailed Description

Definition at line 67 of file TrajSeedMatcher.h.

Constructor & Destructor Documentation

◆ MatchInfo()

TrajSeedMatcher::MatchInfo::MatchInfo ( const DetId iDetId,
float  iDRZPos,
float  iDRZNeg,
float  iDPhiPos,
float  iDPhiNeg 
)
inline

Definition at line 73 of file TrajSeedMatcher.h.

74  : detId(iDetId), dRZPos(iDRZPos), dRZNeg(iDRZNeg), dPhiPos(iDPhiPos), dPhiNeg(iDPhiNeg) {}

Member Data Documentation

◆ detId

DetId TrajSeedMatcher::MatchInfo::detId

Definition at line 69 of file TrajSeedMatcher.h.

◆ dPhiNeg

float TrajSeedMatcher::MatchInfo::dPhiNeg

Definition at line 71 of file TrajSeedMatcher.h.

Referenced by TrajSeedMatcher::SeedWithInfo::dPhiNeg().

◆ dPhiPos

float TrajSeedMatcher::MatchInfo::dPhiPos

Definition at line 71 of file TrajSeedMatcher.h.

Referenced by TrajSeedMatcher::SeedWithInfo::dPhiPos().

◆ dRZNeg

float TrajSeedMatcher::MatchInfo::dRZNeg

Definition at line 70 of file TrajSeedMatcher.h.

Referenced by TrajSeedMatcher::SeedWithInfo::dRZNeg().

◆ dRZPos

float TrajSeedMatcher::MatchInfo::dRZPos

Definition at line 70 of file TrajSeedMatcher.h.

Referenced by TrajSeedMatcher::SeedWithInfo::dRZPos().

TrajSeedMatcher::MatchInfo::detId
DetId detId
Definition: TrajSeedMatcher.h:69
TrajSeedMatcher::MatchInfo::dRZNeg
float dRZNeg
Definition: TrajSeedMatcher.h:70
TrajSeedMatcher::MatchInfo::dPhiNeg
float dPhiNeg
Definition: TrajSeedMatcher.h:71
TrajSeedMatcher::MatchInfo::dRZPos
float dRZPos
Definition: TrajSeedMatcher.h:70
TrajSeedMatcher::MatchInfo::dPhiPos
float dPhiPos
Definition: TrajSeedMatcher.h:71