#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 54 of file ElectronSeed.h.
ElectronSeed::PMVars::PMVars | ( | ) |
Definition at line 161 of file ElectronSeed.cc.
void ElectronSeed::PMVars::setDet | ( | int | iDetId, |
int | iLayerOrDiskNr | ||
) |
void ElectronSeed::PMVars::setDPhi | ( | float | pos, |
float | neg | ||
) |
Definition at line 170 of file ElectronSeed.cc.
References dPhiNeg, and dPhiPos.
void ElectronSeed::PMVars::setDRZ | ( | float | pos, |
float | neg | ||
) |
Definition at line 176 of file ElectronSeed.cc.
References dRZNeg, and dRZPos.
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 |
Definition at line 58 of file ElectronSeed.h.
Referenced by reco::ElectronSeed::dPhi1(), reco::ElectronSeed::dPhi2(), reco::ElectronSeed::dPhiBest(), reco::ElectronSeed::dPhiNeg(), and setDPhi().
float reco::ElectronSeed::PMVars::dPhiPos |
Definition at line 57 of file ElectronSeed.h.
Referenced by reco::ElectronSeed::dPhi1Pos(), reco::ElectronSeed::dPhi2Pos(), reco::ElectronSeed::dPhiBest(), reco::ElectronSeed::dPhiPos(), and setDPhi().
float reco::ElectronSeed::PMVars::dRZNeg |
Definition at line 56 of file ElectronSeed.h.
Referenced by reco::ElectronSeed::dRz1(), reco::ElectronSeed::dRz2(), reco::ElectronSeed::dRZBest(), reco::ElectronSeed::dRZNeg(), and setDRZ().
float reco::ElectronSeed::PMVars::dRZPos |
Definition at line 55 of file ElectronSeed.h.
Referenced by reco::ElectronSeed::dRz1Pos(), reco::ElectronSeed::dRz2Pos(), reco::ElectronSeed::dRZBest(), reco::ElectronSeed::dRZPos(), and setDRZ().
int reco::ElectronSeed::PMVars::layerOrDiskNr |
Definition at line 60 of file ElectronSeed.h.
Referenced by reco::ElectronSeed::layerOrDiskNr(), and setDet().