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 122 of file TrajSeedMatcher.h.

Constructor & Destructor Documentation

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

Definition at line 128 of file TrajSeedMatcher.h.

Member Data Documentation

DetId TrajSeedMatcher::MatchInfo::detId

Definition at line 124 of file TrajSeedMatcher.h.

float TrajSeedMatcher::MatchInfo::dPhiNeg

Definition at line 126 of file TrajSeedMatcher.h.

float TrajSeedMatcher::MatchInfo::dPhiPos

Definition at line 126 of file TrajSeedMatcher.h.

float TrajSeedMatcher::MatchInfo::dRZNeg

Definition at line 125 of file TrajSeedMatcher.h.

float TrajSeedMatcher::MatchInfo::dRZPos

Definition at line 125 of file TrajSeedMatcher.h.