Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:27:01

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from PhysicsTools.SelectorUtils.centralIDRegistry import central_id_registry
0004 
0005 globalMuonPromptTight_V0 = cms.PSet(
0006     idName = cms.string("globalMuonPromptTight-V0"),
0007     cutFlow = cms.VPSet(
0008         cms.PSet( cutName = cms.string("GlobalMuonPromptTightCut"),
0009                   needsAdditionalProducts = cms.bool(False),
0010                   isIgnored = cms.bool(False)                )
0011         )
0012 )
0013 
0014 central_id_registry.register(globalMuonPromptTight_V0,
0015                              '4e200c57c24487498e1673f21c0e682e')