CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/Calibration/EcalAlCaRecoProducers/python/alcastreamEcalEtaCalib_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 import HLTrigger.HLTfilters.hltHighLevel_cfi
00003 
00004 
00005 ecaletaCalibHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
00006 #  HLTPaths = ['AlCa_EcalEta'],
00007   eventSetupPathsKey='EcalCalEtaCalib',   
00008   throw = False
00009   )
00010