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

ElectronSeed::PMVars::PMVars ( )

Member Function Documentation

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

Definition at line 184 of file ElectronSeed.cc.

References detId, and layerOrDiskNr.

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

Definition at line 174 of file ElectronSeed.cc.

References dPhiNeg, and dPhiPos.

174  {
175  dPhiPos = pos;
176  dPhiNeg = neg;
177 }
void ElectronSeed::PMVars::setDRZ ( float  pos,
float  neg 
)

Definition at line 179 of file ElectronSeed.cc.

References dRZNeg, and dRZPos.

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

Member Data Documentation

int reco::ElectronSeed::PMVars::detId

Definition at line 58 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

Definition at line 55 of file ElectronSeed.h.

Referenced by reco::ElectronSeed::dRZBest(), reco::ElectronSeed::dRZNeg(), and setDRZ().

float reco::ElectronSeed::PMVars::dRZPos

Definition at line 54 of file ElectronSeed.h.

Referenced by reco::ElectronSeed::dRZBest(), reco::ElectronSeed::dRZPos(), and setDRZ().

int reco::ElectronSeed::PMVars::layerOrDiskNr

Definition at line 59 of file ElectronSeed.h.

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