CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalSimHitsValidation_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ecalSimHitsValidation = cms.EDAnalyzer("EcalSimHitsValidation",
4  ESHitsCollection = cms.string('EcalHitsES'),
5  outputFile = cms.untracked.string(''),
6  verbose = cms.untracked.bool(False),
7  moduleLabelMC = cms.string('generatorSmeared'),
8  EBHitsCollection = cms.string('EcalHitsEB'),
9  EEHitsCollection = cms.string('EcalHitsEE'),
10  moduleLabelG4 = cms.string('g4SimHits')
11 )
12 
13 from Configuration.StandardSequences.Eras import eras
14 if eras.fastSim.isChosen():
15  ecalSimHitsValidation.moduleLabelG4 = cms.string("famosSimHits")