Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:30:09

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 HGCalTBCheckGunPostion = cms.EDFilter("HGCalTBCheckGunPostion",
0004                                       HepMCProductLabel = cms.InputTag('generatorSmeared'),
0005                                       Verbosity         = cms.untracked.bool(False),
0006                                       Method2           = cms.untracked.bool(False),
0007 )