Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-11-06 23:38:01

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hltPPSCalFilter = cms.EDFilter('HLTPPSCalFilter',
0004   pixelLocalTrackInputTag = cms.InputTag('ctppsPixelLocalTracks'),
0005   minTracks = cms.int32(1),
0006   maxTracks = cms.int32(-1),
0007   do_express = cms.bool(True),
0008   triggerType = cms.int32(91),
0009   mightGet = cms.optional.untracked.vstring
0010 )