CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/SimG4CMS/Calo/python/CaloSimHitStudy_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 CaloSimHitStudy = cms.EDAnalyzer("CaloSimHitStudy",
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     ESCollection = cms.untracked.string('EcalHitsES'),
00009     HCCollection = cms.untracked.string('HcalHits'),
00010     MaxEnergy = cms.untracked.double(200.0)
00011 )
00012 
00013