CMS 3D CMS Logo

hcalminbiasHLT_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
3 
4 hcalminbiasHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
5  HLTPaths = ['AlCa_HcalPhiSym'],
6  throw = False #dont throw except on unknown path name
7 )
8 
9 
10