CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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'):
11  return process
12 
14  process.TrackingDQMSourceTier0Common.remove(process.hiConformalPixelTracksQA)
15  return process
16 
17 
18