src
Configuration
Skimming
python
PDWG_EXOLLPJetHCAL_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
import
HLTrigger.HLTfilters.hltHighLevel_cfi
as
_hltHighLevel
4
hltLLPJetHCAL = _hltHighLevel.hltHighLevel.clone(
5
throw =
False
,
6
andOr =
True
,
7
HLTPaths = [
8
"HLT*_L1SingleLLPJet_*"
,
9
]
10
)
11
12
# disappTrk skim sequence
13
EXOLLPJetHCALSkimSequence = cms.Sequence(
14
hltLLPJetHCAL
15
)
hltHighLevel_cfi
Generated for CMSSW Reference Manual by
1.8.14