Public Member Functions | |
EventSetupData () | |
Public Attributes | |
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 |
std::unique_ptr< GsfConstraintAtVertex > | constraintAtVtx |
edm::ESHandle< MagneticField > | magField |
std::unique_ptr< const MultiTrajectoryStateTransform > | mtsTransform |
edm::ESHandle< EcalSeverityLevelAlgo > | sevLevel |
edm::ESHandle< TrackerGeometry > | trackerHandle |
Definition at line 245 of file GsfElectronAlgo.h.
GsfElectronAlgo::EventSetupData::EventSetupData | ( | ) |
Definition at line 45 of file GsfElectronAlgo.cc.
References GsfElectronAlgo::EventData::retreiveOriginalTrackCollections().
unsigned long long GsfElectronAlgo::EventSetupData::cacheIDGeom |
Definition at line 249 of file GsfElectronAlgo.h.
Referenced by GsfElectronAlgo::checkSetup().
unsigned long long GsfElectronAlgo::EventSetupData::cacheIDMagField |
Definition at line 252 of file GsfElectronAlgo.h.
Referenced by GsfElectronAlgo::checkSetup().
unsigned long long GsfElectronAlgo::EventSetupData::cacheIDTDGeom |
Definition at line 251 of file GsfElectronAlgo.h.
Referenced by GsfElectronAlgo::checkSetup().
unsigned long long GsfElectronAlgo::EventSetupData::cacheIDTopo |
Definition at line 250 of file GsfElectronAlgo.h.
Referenced by GsfElectronAlgo::checkSetup().
unsigned long long GsfElectronAlgo::EventSetupData::cacheSevLevel |
Definition at line 253 of file GsfElectronAlgo.h.
Referenced by GsfElectronAlgo::checkSetup().
edm::ESHandle<CaloGeometry> GsfElectronAlgo::EventSetupData::caloGeom |
Definition at line 256 of file GsfElectronAlgo.h.
Referenced by GsfElectronAlgo::beginEvent(), GsfElectronAlgo::calculateShowerShape(), and GsfElectronAlgo::checkSetup().
edm::ESHandle<CaloTopology> GsfElectronAlgo::EventSetupData::caloTopo |
Definition at line 257 of file GsfElectronAlgo.h.
Referenced by GsfElectronAlgo::calculateShowerShape(), and GsfElectronAlgo::checkSetup().
std::unique_ptr<GsfConstraintAtVertex> GsfElectronAlgo::EventSetupData::constraintAtVtx |
Definition at line 262 of file GsfElectronAlgo.h.
Referenced by GsfElectronAlgo::checkSetup(), and GsfElectronAlgo::completeElectrons().
edm::ESHandle<MagneticField> GsfElectronAlgo::EventSetupData::magField |
Definition at line 255 of file GsfElectronAlgo.h.
Referenced by GsfElectronAlgo::checkSetup(), and GsfElectronAlgo::createElectron().
std::unique_ptr<const MultiTrajectoryStateTransform> GsfElectronAlgo::EventSetupData::mtsTransform |
Definition at line 261 of file GsfElectronAlgo.h.
Referenced by GsfElectronAlgo::checkSetup(), GsfElectronAlgo::completeElectrons(), and GsfElectronAlgo::createElectron().
edm::ESHandle<EcalSeverityLevelAlgo> GsfElectronAlgo::EventSetupData::sevLevel |
Definition at line 259 of file GsfElectronAlgo.h.
Referenced by GsfElectronAlgo::beginEvent(), and GsfElectronAlgo::checkSetup().
edm::ESHandle<TrackerGeometry> GsfElectronAlgo::EventSetupData::trackerHandle |
Definition at line 258 of file GsfElectronAlgo.h.
Referenced by GsfElectronAlgo::checkSetup().