CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
electronStudy_cfi.py
Go to the documentation of this file.
2 
3 electronStudy = cms.EDAnalyzer("ElectronStudy",
4  SourceLabel = cms.untracked.string('generator'),
5  ModuleLabel = cms.untracked.string('g4SimHits'),
6  EBCollection= cms.untracked.string('EcalHitsEB'),
7  EECollection= cms.untracked.string('EcalHitsEE'),
8  Verbosity = cms.untracked.int32(0)
9 )