Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:10:54

0001 
0002 import FWCore.ParameterSet.Config as cms
0003 
0004 validationEventFilter = cms.EDFilter(
0005     "L1TValidationEventFilter",
0006     tcsdRecord = cms.InputTag("tcdsDigis","tcsdRecord"),
0007     period     = cms.int32(107)
0008 )