CMS 3D CMS Logo

alcaIsolatedBunchSelector_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # producer for alcaisolatedbunch (HCAL isolated bunch with Jet trigger)
4 AlcaIsolatedBunchSelector = cms.EDFilter("AlCaIsolatedBunchSelector",
5  TriggerResultLabel= cms.InputTag("TriggerResults","","HLT"),
6  ProcessName = cms.string("HLT"),
7 
8  TriggerName = cms.string("HLT_HcalIsolatedBunch"),
9  )