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 54 of file ElectronSeed.h.

Constructor & Destructor Documentation

ElectronSeed::PMVars::PMVars ( )

Member Function Documentation

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

Definition at line 182 of file ElectronSeed.cc.

References detId, and layerOrDiskNr.

183 {
184  detId = iDetId;
185  layerOrDiskNr = iLayerOrDiskNr;
186 }
void ElectronSeed::PMVars::setDPhi ( float  pos,
float  neg 
)

Definition at line 170 of file ElectronSeed.cc.

References dPhiNeg, and dPhiPos.

171 {
172  dPhiPos = pos;
173  dPhiNeg = neg;
174 }
void ElectronSeed::PMVars::setDRZ ( float  pos,
float  neg 
)

Definition at line 176 of file ElectronSeed.cc.

References dRZNeg, and dRZPos.

177 {
178  dRZPos = pos;
179  dRZNeg = neg;
180 }

Member Data Documentation

int reco::ElectronSeed::PMVars::detId

Definition at line 59 of file ElectronSeed.h.

Referenced by setDet(), and reco::ElectronSeed::subDet().

float reco::ElectronSeed::PMVars::dPhiNeg
float reco::ElectronSeed::PMVars::dPhiPos
float reco::ElectronSeed::PMVars::dRZNeg
float reco::ElectronSeed::PMVars::dRZPos
int reco::ElectronSeed::PMVars::layerOrDiskNr

Definition at line 60 of file ElectronSeed.h.

Referenced by reco::ElectronSeed::layerOrDiskNr(), and setDet().