CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECOSiPixelLorentzAngle_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 import copy
5 # AlCaReco for track based calibration using min. bias events
6 ALCARECOSiPixelLorentzAngleHLTFilter = copy.deepcopy(hltHighLevel)
7 seqALCARECOSiPixelLorentzAngle = cms.Sequence(ALCARECOSiPixelLorentzAngleHLTFilter)
8 ALCARECOSiPixelLorentzAngleHLTFilter.andOr = True ## choose logical OR between Triggerbits
9 ALCARECOSiPixelLorentzAngleHLTFilter.throw = False ## dont throw on unknown path names
10 
11 ALCARECOSiPixelLorentzAngleHLTFilter.HLTPaths = ['HLT_IsoMu11', 'HLT_DoubleMu3', 'HLT_DoubleMu3_JPsi', 'HLT_DoubleMu3_Upsilon', 'HLT_DoubleMu7_Z',
12  'HLT_DoubleMu3_SameSign']
13