#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 |
Definition at line 53 of file ElectronSeed.h.
ElectronSeed::PMVars::PMVars | ( | ) |
Definition at line 166 of file ElectronSeed.cc.
void ElectronSeed::PMVars::setDet | ( | int | iDetId, |
int | iLayerOrDiskNr | ||
) |
Definition at line 184 of file ElectronSeed.cc.
References reco::ElectronSeed::detId(), and reco::ElectronSeed::layerOrDiskNr().
void ElectronSeed::PMVars::setDPhi | ( | float | pos, |
float | neg | ||
) |
Definition at line 174 of file ElectronSeed.cc.
References reco::ElectronSeed::dPhiNeg(), and reco::ElectronSeed::dPhiPos().
void ElectronSeed::PMVars::setDRZ | ( | float | pos, |
float | neg | ||
) |
Definition at line 179 of file ElectronSeed.cc.
References reco::ElectronSeed::dRZNeg(), and reco::ElectronSeed::dRZPos().
int reco::ElectronSeed::PMVars::detId |
Definition at line 58 of file ElectronSeed.h.
float reco::ElectronSeed::PMVars::dPhiNeg |
Definition at line 57 of file ElectronSeed.h.
Referenced by reco::ElectronSeed::dPhiNeg().
float reco::ElectronSeed::PMVars::dPhiPos |
Definition at line 56 of file ElectronSeed.h.
Referenced by reco::ElectronSeed::dPhiPos().
float reco::ElectronSeed::PMVars::dRZNeg |
Definition at line 55 of file ElectronSeed.h.
Referenced by reco::ElectronSeed::dRZNeg().
float reco::ElectronSeed::PMVars::dRZPos |
Definition at line 54 of file ElectronSeed.h.
Referenced by reco::ElectronSeed::dRZPos().
int reco::ElectronSeed::PMVars::layerOrDiskNr |
Definition at line 59 of file ElectronSeed.h.
Referenced by reco::ElectronSeed::layerOrDiskNr().