CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/Calibration/IsolatedParticles/python/electronStudy_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ElectronStudy = cms.EDAnalyzer("ElectronStudy",
00004                                SourceLabel = cms.untracked.string('generator'),
00005                                ModuleLabel = cms.untracked.string('g4SimHits'),
00006                                EBCollection= cms.untracked.string('EcalHitsEB'),
00007                                EECollection= cms.untracked.string('EcalHitsEE'),
00008                                Verbosity   = cms.untracked.int32(0)
00009 )