Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:19:58

0001 import FWCore.ParameterSet.Config as cms
0002 # mode:
0003 # 1 - bottom only
0004 # 2 - top only
0005 # 3 - top or bottom
0006 # 4 - top and bottom
0007 CruzetL1DTfilter = cms.EDFilter("CruzetL1DTfilter",
0008   mode = cms.int32(3), 
0009   GMTInputTag = cms.InputTag("gtDigis")
0010 )