CMS 3D CMS Logo

muonGEMRecHitPSet.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 gemRecHit = cms.PSet(
4  verbose = cms.int32(0),
5  inputTag = cms.InputTag("gemRecHits"),
6  minBX = cms.int32(-1),
7  maxBX = cms.int32(1),
8 )