CMS 3D CMS Logo

PPonAATrackingOnly_custom.py
Go to the documentation of this file.
1 """
2 _Utils_
3 Tools to customise the DQM offline configuration run on the dedicated express-like stream during pp_on_AA
4 """
5 
6 import FWCore.ParameterSet.Config as cms
7 
9  if hasattr(process,'dqmofflineOnPAT_step') or hasattr(process,'dqmoffline_step'):
11  return process
12 
14  process.TrackingDQMSourceTier0Common.remove(process.hiConformalPixelTracksQA)
15  process.TrackingDQMSourceTier0MinBias.remove(process.hiConformalPixelTracksQA)
16  process.TrackingDQMSourceTier0.remove(process.hiConformalPixelTracksQA)
17  return process
18 
19