Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:20:06

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 l1defilter = cms.EDFilter("L1DEFilter",
0004     DataEmulCompareSource = cms.InputTag("l1Compare"),
0005     FlagSystems = cms.untracked.vuint32(
0006     0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
0007     # ETP,HTP,RCT,GCT,DTP,DTF,CTP,CTF,RPC,LTC,GMT,GT
0008     )
0009 )
0010 
0011