Public Member Functions | |
EventSetupData () | |
~EventSetupData () | |
Public Attributes | |
unsigned long long | cacheChStatus |
unsigned long long | cacheIDGeom |
unsigned long long | cacheIDMagField |
unsigned long long | cacheIDTDGeom |
unsigned long long | cacheIDTopo |
unsigned long long | cacheSevLevel |
edm::ESHandle< CaloGeometry > | caloGeom |
edm::ESHandle< CaloTopology > | caloTopo |
edm::ESHandle< EcalChannelStatus > | chStatus |
GsfConstraintAtVertex * | constraintAtVtx |
edm::ESHandle< MagneticField > | magField |
const MultiTrajectoryStateMode * | mtsMode |
const MultiTrajectoryStateTransform * | mtsTransform |
edm::ESHandle < EcalSeverityLevelAlgo > | sevLevel |
edm::ESHandle< TrackerGeometry > | trackerHandle |
Definition at line 136 of file GsfElectronAlgo.cc.
GsfElectronAlgo::EventSetupData::EventSetupData | ( | ) |
Definition at line 160 of file GsfElectronAlgo.cc.
: cacheIDGeom(0), cacheIDTopo(0), cacheIDTDGeom(0), cacheIDMagField(0),cacheChStatus(0), cacheSevLevel(0), mtsTransform(0), constraintAtVtx(0), mtsMode(new MultiTrajectoryStateMode) {}
GsfElectronAlgo::EventSetupData::~EventSetupData | ( | ) |
Definition at line 165 of file GsfElectronAlgo.cc.
{ delete mtsMode ; delete constraintAtVtx ; delete mtsTransform ; }
unsigned long long GsfElectronAlgo::EventSetupData::cacheChStatus |
Definition at line 145 of file GsfElectronAlgo.cc.
Referenced by GsfElectronAlgo::checkSetup().
unsigned long long GsfElectronAlgo::EventSetupData::cacheIDGeom |
Definition at line 141 of file GsfElectronAlgo.cc.
Referenced by GsfElectronAlgo::checkSetup().
unsigned long long GsfElectronAlgo::EventSetupData::cacheIDMagField |
Definition at line 144 of file GsfElectronAlgo.cc.
Referenced by GsfElectronAlgo::checkSetup().
unsigned long long GsfElectronAlgo::EventSetupData::cacheIDTDGeom |
Definition at line 143 of file GsfElectronAlgo.cc.
Referenced by GsfElectronAlgo::checkSetup().
unsigned long long GsfElectronAlgo::EventSetupData::cacheIDTopo |
Definition at line 142 of file GsfElectronAlgo.cc.
Referenced by GsfElectronAlgo::checkSetup().
unsigned long long GsfElectronAlgo::EventSetupData::cacheSevLevel |
Definition at line 146 of file GsfElectronAlgo.cc.
Referenced by GsfElectronAlgo::checkSetup().
Definition at line 149 of file GsfElectronAlgo.cc.
Referenced by GsfElectronAlgo::beginEvent(), GsfElectronAlgo::calculateShowerShape(), and GsfElectronAlgo::checkSetup().
Definition at line 150 of file GsfElectronAlgo.cc.
Referenced by GsfElectronAlgo::calculateShowerShape(), and GsfElectronAlgo::checkSetup().
Definition at line 152 of file GsfElectronAlgo.cc.
Referenced by GsfElectronAlgo::beginEvent(), and GsfElectronAlgo::checkSetup().
Definition at line 156 of file GsfElectronAlgo.cc.
Referenced by GsfElectronAlgo::checkSetup(), and GsfElectronAlgo::completeElectrons().
Definition at line 148 of file GsfElectronAlgo.cc.
Referenced by GsfElectronAlgo::checkSetup(), and GsfElectronAlgo::createElectron().
Definition at line 157 of file GsfElectronAlgo.cc.
Referenced by GsfElectronAlgo::createElectron().
Definition at line 155 of file GsfElectronAlgo.cc.
Referenced by GsfElectronAlgo::checkSetup(), GsfElectronAlgo::completeElectrons(), and GsfElectronAlgo::createElectron().
Definition at line 153 of file GsfElectronAlgo.cc.
Referenced by GsfElectronAlgo::beginEvent(), and GsfElectronAlgo::checkSetup().
Definition at line 151 of file GsfElectronAlgo.cc.
Referenced by GsfElectronAlgo::checkSetup(), and GsfElectronAlgo::setAmbiguityData().