CMS 3D CMS Logo

customiseForMuonAging.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
8 
9 from Configuration.Eras.Modifier_phase2_muon_cff import phase2_muon
10 
11 # NOTES:
12 # - presently intended to work only in upgarde scenarios including GEM/ME0
13 # - applying aging before the RECO step breaks reproducibility (unless a failure == 0 eff is simulated)
14 # NEEDS to be updated to apply aging after DIGIs are produced (to restore reproducibility of RECO
15 # and propagarte aged digis consistently everywhere, i.e. also in trigger)
16 
17 def enableAgingAtReco(process):
18  "Enable muon masking/aging for digis entering muon reconstruction"
19 
25 
26  return process
def appendCSCChamberMaskerAtUnpacking(process)
def appendGEMChamberMaskerAtReco(process)
def appendME0ChamberMaskerAtReco(process)
def appendRPCChamberMaskerBeforeRecHits(process)
def appendDTChamberMaskerAtUnpacking(process)