CMS 3D CMS Logo

HGCalTBCheckGunPosition_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 HGCalTBCheckGunPostion = cms.EDFilter("HGCalTBCheckGunPostion",
4  HepMCProductLabel = cms.InputTag('generatorSmeared'),
5  Verbosity = cms.untracked.bool(False),
6  Method2 = cms.untracked.bool(False),
7 )