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'):
11  return process
12 
14  process.TrackingDQMSourceTier0Common.remove(process.hiConformalPixelTracksQA)
15  return process
16 
17 
18 
PPonAATrackingOnly_custom.customise_DQMSequenceHiConformalTracks
def customise_DQMSequenceHiConformalTracks(process)
Definition: PPonAATrackingOnly_custom.py:13
PPonAATrackingOnly_custom.customise_PPonAATrackingOnlyDQM
def customise_PPonAATrackingOnlyDQM(process)
Definition: PPonAATrackingOnly_custom.py:8