Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-05-05 02:46:42

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 alcaIsoTracksProducerFilter = cms.EDFilter('AlCaIsoTracksProducerFilter',
0004   triggerResultLabel = cms.InputTag('TriggerResults', '', 'HLT'),
0005   triggers = cms.vstring(
0006     'HLT_IsoTrackHB',
0007     'HLT_IsoTrackHE'
0008   ),
0009   processName = cms.string('HLT'),
0010   mightGet = cms.optional.untracked.vstring
0011 )