CMS 3D CMS Logo

globalMuonPromptTight_V0_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from PhysicsTools.SelectorUtils.centralIDRegistry import central_id_registry
4 
5 globalMuonPromptTight_V0 = cms.PSet(
6  idName = cms.string("globalMuonPromptTight-V0"),
7  cutFlow = cms.VPSet(
8  cms.PSet( cutName = cms.string("GlobalMuonPromptTightCut"),
9  needsAdditionalProducts = cms.bool(False),
10  isIgnored = cms.bool(False) )
11  )
12 )
13 
14 central_id_registry.register(globalMuonPromptTight_V0,
15  '4e200c57c24487498e1673f21c0e682e')