Main Page
Namespaces
Classes
Package Documentation
Calibration
HcalAlCaRecoProducers
python
ALCARECOHcalCalHO_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#------------------------------------------------
4
#AlCaReco filtering for HCAL HO:
5
#------------------------------------------------
6
from
Calibration.HcalAlCaRecoProducers.alcahomuon_cfi
import
*
7
import
HLTrigger.HLTfilters.hltHighLevel_cfi
8
9
#
10
#here we specify triggers for two different menues
11
#this is possible since throw=False
12
#
13
14
ALCARECOHcalCalHOHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
15
# HLTPaths = ['HLT_IsoMu3', #for 8E29
16
# 'HLT_IsoMu9'], #for 1E30
17
eventSetupPathsKey=
'HcalCalHO'
,
18
throw =
False
#dont throw except on unknown path name
19
)
20
21
seqALCARECOHcalCalHO = cms.Sequence(ALCARECOHcalCalHOHLT*hoCalibProducer)
22
23
24
alcahomuon_cfi
hltHighLevel_cfi
Generated for CMSSW Reference Manual by
1.8.11