CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECODtCalib_cff.py
Go to the documentation of this file.
2 
3 import copy
5 
7 
8 # AlCaReco for DT calibration
9 ALCARECODtCalibHLTFilter = copy.deepcopy(hltHighLevel)
10 #ALCARECODtCalibHLTFilter.andOr = True ## choose logical OR between Triggerbits
11 #ALCARECODtCalibHLTFilter.HLTPaths = ['HLT_L1MuOpen*', 'HLT_L1Mu*']
12 ALCARECODtCalibHLTFilter.throw = False ## dont throw on unknown path names
13 ALCARECODtCalibHLTFilter.eventSetupPathsKey = 'MuAlcaDtCalibMu'
14 
16 dt4DSegmentsNoWire = dt4DSegmentsCfiRef.dt4DSegments.clone()
17 dt4DSegmentsNoWire.Reco4DAlgoConfig.recAlgoConfig.tTrigModeConfig.doWirePropCorrection = False
18 dt4DSegmentsNoWire.Reco4DAlgoConfig.Reco2DAlgoConfig.recAlgoConfig.tTrigModeConfig.doWirePropCorrection = False
19 
20 #this is to select collisions
21 from RecoMET.METFilters.metFilters_cff import primaryVertexFilter, noscraping
22 
23 seqALCARECODtCalib = cms.Sequence(primaryVertexFilter * noscraping * ALCARECODtCalibHLTFilter * DTCalibMuonSelection * dt4DSegmentsNoWire)