1 import FWCore.ParameterSet.Config
as cms
18 DQMOfflineHeavyIonsPreDPG = cms.Sequence( dqmDcsInfo *
20 ecal_dqm_source_offline *
21 hcalOfflineSourceSequence *
23 siPixelOfflineDQM_heavyions_source *
27 es_dqm_source_offline )
29 DQMOfflineHeavyIonsDPG = cms.Sequence( DQMOfflineHeavyIonsPreDPG *
33 diMuonHistos.etaBin = cms.int32(70)
34 diMuonHistos.etaBBin = cms.int32(70)
35 diMuonHistos.etaEBin = cms.int32(70)
36 diMuonHistos.LowMassMin = cms.double(2.0)
37 diMuonHistos.LowMassMax = cms.double(14.0)
38 diMuonHistos.HighMassMin = cms.double(55.0)
39 diMuonHistos.HighMassMax = cms.double(125.0)
48 triggerOfflineDQMSource.remove(jetMETHLTOfflineAnalyzer)
49 triggerOfflineDQMSource.remove(exoticaMonitorHLT)
50 triggerOfflineDQMSource.remove(susyMonitorHLT)
51 triggerOfflineDQMSource.remove(b2gMonitorHLT)
52 triggerOfflineDQMSource.remove(bphMonitorHLT)
53 triggerOfflineDQMSource.remove(higgsMonitorHLT)
54 triggerOfflineDQMSource.remove(smpMonitorHLT)
55 triggerOfflineDQMSource.remove(topMonitorHLT)
56 triggerOfflineDQMSource.remove(btagMonitorHLT)
57 triggerOfflineDQMSource.remove(egammaMonitorHLT)
60 egammaDQMOffline.remove(zmumugammaAnalysis)
61 egammaDQMOffline.remove(zmumugammaOldAnalysis)
63 photonAnalysis.phoProducer = cms.InputTag(
"gedPhotonsTmp")
64 photonAnalysis.isHeavyIon =
True 65 photonAnalysis.barrelRecHitProducer = cms.InputTag(
"ecalRecHit",
"EcalRecHitsEB")
66 photonAnalysis.endcapRecHitProducer = cms.InputTag(
"ecalRecHit",
"EcalRecHitsEE")
68 triggerOfflineDQMSource.remove(ak4PFL1FastL2L3CorrectorChain)
70 fsqHLTOfflineSource.todo =
getFSQHI()
73 dqmElectronGeneralAnalysis.ElectronCollection = cms.InputTag(
"gedGsfElectronsTmp")
74 dqmElectronGeneralAnalysis.TrackCollection = cms.InputTag(
"hiGeneralTracks")
75 dqmElectronGeneralAnalysis.VertexCollection = cms.InputTag(
"hiSelectedVertex")
76 dqmElectronAnalysisAllElectrons.ElectronCollection = cms.InputTag(
"gedGsfElectronsTmp")
77 dqmElectronAnalysisSelectionEt.ElectronCollection = cms.InputTag(
"gedGsfElectronsTmp")
78 dqmElectronAnalysisSelectionEtIso.ElectronCollection = cms.InputTag(
"gedGsfElectronsTmp")
79 dqmElectronTagProbeAnalysis.ElectronCollection = cms.InputTag(
"gedGsfElectronsTmp")
82 stdPhotonAnalysis.isHeavyIon =
True 83 stdPhotonAnalysis.barrelRecHitProducer = cms.InputTag(
"ecalRecHit",
"EcalRecHitsEB")
84 stdPhotonAnalysis.endcapRecHitProducer = cms.InputTag(
"ecalRecHit",
"EcalRecHitsEE")
85 hltResults.RecHitsEBTag = cms.untracked.InputTag(
"ecalRecHit",
"EcalRecHitsEB")
86 hltResults.RecHitsEETag = cms.untracked.InputTag(
"ecalRecHit",
"EcalRecHitsEE")
89 globalAnalyzerTnP.inputTags.offlinePVs = cms.InputTag(
"hiSelectedVertex")
90 trackerAnalyzerTnP.inputTags.offlinePVs = cms.InputTag(
"hiSelectedVertex")
91 tightAnalyzerTnP.inputTags.offlinePVs = cms.InputTag(
"hiSelectedVertex")
92 looseAnalyzerTnP.inputTags.offlinePVs = cms.InputTag(
"hiSelectedVertex")
94 pvMonitor.vertexLabel = cms.InputTag(
"hiSelectedVertex")
98 DQMOfflineHeavyIonsPrePOG = cms.Sequence( muonMonitors
100 * jetMETDQMOfflineSource
102 * triggerOfflineDQMSource
109 hltTauOfflineMonitor_PFTaus.Matching.doMatching =
False 111 DQMOfflineHeavyIonsPOG = cms.Sequence( DQMOfflineHeavyIonsPrePOG *
114 DQMOfflineHeavyIons = cms.Sequence( DQMOfflineHeavyIonsPreDPG *
115 DQMOfflineHeavyIonsPrePOG *
119 liteDQMOfflineHeavyIons = cms.Sequence ( DQMOfflineHeavyIons )
120 liteDQMOfflineHeavyIons.remove( SiStripMonitorCluster )
121 liteDQMOfflineHeavyIons.remove( jetMETDQMOfflineSource )