1 import FWCore.ParameterSet.Config
as cms
21 dqmPhysics = cms.Sequence( bphysicsOniaDQM
26 *topSingleMuonMediumDQM
27 *topSingleElectronMediumDQM
28 *singleTopMuonMediumDQM
29 *singleTopElectronMediumDQM
39 from Configuration.Eras.Modifier_phase1Pixel_cff
import phase1Pixel
40 phase1Pixel.toReplaceWith(dqmPhysics, dqmPhysics.copyAndExclude([
45 from Configuration.StandardSequences.Eras
import eras
46 dqmPhysicspA = dqmPhysics.copy()
47 dqmPhysicspA += CentralitypADQM
48 eras.pA_2016.toReplaceWith(dqmPhysics, dqmPhysicspA)
50 bphysicsOniaDQMHI = bphysicsOniaDQM.clone(vertex=cms.InputTag(
"hiSelectedVertex"))
51 dqmPhysicsHI = cms.Sequence(bphysicsOniaDQMHI+CentralityDQM)
54 dqmPhysicsCosmics = cms.Sequence(dqmPhysics)
55 dqmPhysicsCosmics.replace(qcdPhotonsDQM, qcdPhotonsCosmicDQM)