CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HighPUSkim_cff.py
Go to the documentation of this file.
2 import copy
4 HighPU_Filter = copy.deepcopy(hltHighLevel)
5 HighPU_Filter.throw = cms.bool(False)
6 HighPU_Filter.HLTPaths = ["HLT_60Jet10_v*","HLT_70Jet10_v*","HLT_70Jet13_v*"]
7 
8 HighPU_Seq = cms.Sequence(HighPU_Filter)