CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
GsfElectronAlgo::EventSetupData Struct Reference

Public Member Functions

 EventSetupData ()
 
 ~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< CaloGeometrycaloGeom
 
edm::ESHandle< CaloTopologycaloTopo
 
GsfConstraintAtVertexconstraintAtVtx
 
edm::ESHandle< MagneticFieldmagField
 
const MultiTrajectoryStateModemtsMode
 
const MultiTrajectoryStateTransformmtsTransform
 
edm::ESHandle< EcalSeverityLevelAlgosevLevel
 
edm::ESHandle< TrackerGeometrytrackerHandle
 

Detailed Description

Definition at line 144 of file GsfElectronAlgo.cc.

Constructor & Destructor Documentation

GsfElectronAlgo::EventSetupData::EventSetupData ( )

Definition at line 168 of file GsfElectronAlgo.cc.

169  : cacheIDGeom(0), cacheIDTopo(0), cacheIDTDGeom(0), cacheIDMagField(0),/*cacheChStatus(0),*/
171  {}
const MultiTrajectoryStateMode * mtsMode
GsfConstraintAtVertex * constraintAtVtx
const MultiTrajectoryStateTransform * mtsTransform
GsfElectronAlgo::EventSetupData::~EventSetupData ( )

Definition at line 173 of file GsfElectronAlgo.cc.

References constraintAtVtx, mtsMode, and mtsTransform.

174  {
175  delete mtsMode ;
176  delete constraintAtVtx ;
177  delete mtsTransform ;
178  }
const MultiTrajectoryStateMode * mtsMode
GsfConstraintAtVertex * constraintAtVtx
const MultiTrajectoryStateTransform * mtsTransform

Member Data Documentation

unsigned long long GsfElectronAlgo::EventSetupData::cacheIDGeom

Definition at line 149 of file GsfElectronAlgo.cc.

Referenced by GsfElectronAlgo::checkSetup().

unsigned long long GsfElectronAlgo::EventSetupData::cacheIDMagField

Definition at line 152 of file GsfElectronAlgo.cc.

Referenced by GsfElectronAlgo::checkSetup().

unsigned long long GsfElectronAlgo::EventSetupData::cacheIDTDGeom

Definition at line 151 of file GsfElectronAlgo.cc.

Referenced by GsfElectronAlgo::checkSetup().

unsigned long long GsfElectronAlgo::EventSetupData::cacheIDTopo

Definition at line 150 of file GsfElectronAlgo.cc.

Referenced by GsfElectronAlgo::checkSetup().

unsigned long long GsfElectronAlgo::EventSetupData::cacheSevLevel

Definition at line 154 of file GsfElectronAlgo.cc.

Referenced by GsfElectronAlgo::checkSetup().

edm::ESHandle<CaloGeometry> GsfElectronAlgo::EventSetupData::caloGeom
edm::ESHandle<CaloTopology> GsfElectronAlgo::EventSetupData::caloTopo
GsfConstraintAtVertex* GsfElectronAlgo::EventSetupData::constraintAtVtx
edm::ESHandle<MagneticField> GsfElectronAlgo::EventSetupData::magField
const MultiTrajectoryStateMode* GsfElectronAlgo::EventSetupData::mtsMode

Definition at line 165 of file GsfElectronAlgo.cc.

Referenced by GsfElectronAlgo::createElectron(), and ~EventSetupData().

const MultiTrajectoryStateTransform* GsfElectronAlgo::EventSetupData::mtsTransform
edm::ESHandle<EcalSeverityLevelAlgo> GsfElectronAlgo::EventSetupData::sevLevel

Definition at line 161 of file GsfElectronAlgo.cc.

Referenced by GsfElectronAlgo::beginEvent(), and GsfElectronAlgo::checkSetup().

edm::ESHandle<TrackerGeometry> GsfElectronAlgo::EventSetupData::trackerHandle