CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
reco::ElectronSeed::PMVars Struct Reference

#include <ElectronSeed.h>

Public Member Functions

 PMVars ()
 
void setDet (int iDetId, int iLayerOrDiskNr)
 
void setDPhi (float pos, float neg)
 
void setDRZ (float pos, float neg)
 

Public Attributes

int detId
 
float dPhiNeg
 
float dPhiPos
 
float dRZNeg
 
float dRZPos
 
int layerOrDiskNr
 

Detailed Description

Definition at line 53 of file ElectronSeed.h.

Constructor & Destructor Documentation

◆ PMVars()

ElectronSeed::PMVars::PMVars ( )

Member Function Documentation

◆ setDet()

void ElectronSeed::PMVars::setDet ( int  iDetId,
int  iLayerOrDiskNr 
)

Definition at line 184 of file ElectronSeed.cc.

References reco::ElectronSeed::detId(), and reco::ElectronSeed::layerOrDiskNr().

184  {
185  detId = iDetId;
186  layerOrDiskNr = iLayerOrDiskNr;
187 }

◆ setDPhi()

void ElectronSeed::PMVars::setDPhi ( float  pos,
float  neg 
)

Definition at line 174 of file ElectronSeed.cc.

References reco::ElectronSeed::dPhiNeg(), and reco::ElectronSeed::dPhiPos().

174  {
175  dPhiPos = pos;
176  dPhiNeg = neg;
177 }

◆ setDRZ()

void ElectronSeed::PMVars::setDRZ ( float  pos,
float  neg 
)

Definition at line 179 of file ElectronSeed.cc.

References reco::ElectronSeed::dRZNeg(), and reco::ElectronSeed::dRZPos().

179  {
180  dRZPos = pos;
181  dRZNeg = neg;
182 }

Member Data Documentation

◆ detId

int reco::ElectronSeed::PMVars::detId

Definition at line 58 of file ElectronSeed.h.

◆ dPhiNeg

float reco::ElectronSeed::PMVars::dPhiNeg

Definition at line 57 of file ElectronSeed.h.

Referenced by reco::ElectronSeed::dPhiNeg().

◆ dPhiPos

float reco::ElectronSeed::PMVars::dPhiPos

Definition at line 56 of file ElectronSeed.h.

Referenced by reco::ElectronSeed::dPhiPos().

◆ dRZNeg

float reco::ElectronSeed::PMVars::dRZNeg

Definition at line 55 of file ElectronSeed.h.

Referenced by reco::ElectronSeed::dRZNeg().

◆ dRZPos

float reco::ElectronSeed::PMVars::dRZPos

Definition at line 54 of file ElectronSeed.h.

Referenced by reco::ElectronSeed::dRZPos().

◆ layerOrDiskNr

int reco::ElectronSeed::PMVars::layerOrDiskNr

Definition at line 59 of file ElectronSeed.h.

Referenced by reco::ElectronSeed::layerOrDiskNr().