CMS 3D CMS Logo

DQMOfflineHeavyIons_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
6 
17 
18 DQMOfflineHeavyIonsPreDPG = cms.Sequence( dqmDcsInfo *
19  l1TriggerDqmOffline * # L1 emulator is run within this sequence for real data
20  ecal_dqm_source_offline *
21  hcalOfflineSourceSequence *
22  SiStripDQMTier0_hi *
23  siPixelOfflineDQM_heavyions_source *
24  dtSources *
25  rpcTier0Source *
26  cscSources *
27  es_dqm_source_offline )
28 
29 DQMOfflineHeavyIonsDPG = cms.Sequence( DQMOfflineHeavyIonsPreDPG *
30  DQMMessageLogger )
31 
33 diMuonHistos.etaBin = cms.int32(70) #dimuonhistograms mass, bin
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)
44 from DQM.Physics.DQMPhysics_cff import *
46 
47 
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 
58 #egammaDQMOffline.remove(electronAnalyzerSequence)
59 egammaDQMOffline.remove(zmumugammaAnalysis)
60 egammaDQMOffline.remove(zmumugammaOldAnalysis)
61 #egammaDQMOffline.remove(photonAnalysis)
62 photonAnalysis.phoProducer = cms.InputTag("gedPhotonsTmp")
63 photonAnalysis.isHeavyIon = True
64 photonAnalysis.barrelRecHitProducer = cms.InputTag("ecalRecHit", "EcalRecHitsEB")
65 photonAnalysis.endcapRecHitProducer = cms.InputTag("ecalRecHit", "EcalRecHitsEE")
66 
67 triggerOfflineDQMSource.remove(ak4PFL1FastL2L3CorrectorChain)
69 fsqHLTOfflineSource.todo = getFSQHI()
70 
71 
72 dqmElectronGeneralAnalysis.ElectronCollection = cms.InputTag("gedGsfElectronsTmp")
73 dqmElectronGeneralAnalysis.TrackCollection = cms.InputTag("hiGeneralTracks")
74 dqmElectronGeneralAnalysis.VertexCollection = cms.InputTag("hiSelectedVertex")
75 dqmElectronAnalysisAllElectrons.ElectronCollection = cms.InputTag("gedGsfElectronsTmp")
76 dqmElectronAnalysisSelectionEt.ElectronCollection = cms.InputTag("gedGsfElectronsTmp")
77 dqmElectronAnalysisSelectionEtIso.ElectronCollection = cms.InputTag("gedGsfElectronsTmp")
78 dqmElectronTagProbeAnalysis.ElectronCollection = cms.InputTag("gedGsfElectronsTmp")
79 
80 
81 stdPhotonAnalysis.isHeavyIon = True
82 stdPhotonAnalysis.barrelRecHitProducer = cms.InputTag("ecalRecHit", "EcalRecHitsEB")
83 stdPhotonAnalysis.endcapRecHitProducer = cms.InputTag("ecalRecHit", "EcalRecHitsEE")
84 hltResults.RecHitsEBTag = cms.untracked.InputTag("ecalRecHit", "EcalRecHitsEB")
85 hltResults.RecHitsEETag = cms.untracked.InputTag("ecalRecHit", "EcalRecHitsEE")
86 
87 
88 globalAnalyzer.inputTags.offlinePVs = cms.InputTag("hiSelectedVertex")
89 trackerAnalyzer.inputTags.offlinePVs = cms.InputTag("hiSelectedVertex")
90 tightAnalyzer.inputTags.offlinePVs = cms.InputTag("hiSelectedVertex")
91 looseAnalyzer.inputTags.offlinePVs = cms.InputTag("hiSelectedVertex")
92 
93 pvMonitor.vertexLabel = cms.InputTag("hiSelectedVertex")
94 
95 
96 DQMOfflineHeavyIonsPrePOG = cms.Sequence( muonMonitors
97  * TrackMonDQMTier0_hi
98  * jetMETDQMOfflineSource
99  * egammaDQMOffline
100  * triggerOfflineDQMSource
101  * pvMonitor
102  * alcaBeamMonitor
103  * dqmPhysicsHI
104  )
105 
106 #disabled, until an appropriate configuration is set
107 hltTauOfflineMonitor_PFTaus.Matching.doMatching = False
108 
109 DQMOfflineHeavyIonsPOG = cms.Sequence( DQMOfflineHeavyIonsPrePOG *
110  DQMMessageLogger )
111 
112 DQMOfflineHeavyIons = cms.Sequence( DQMOfflineHeavyIonsPreDPG *
113  DQMOfflineHeavyIonsPrePOG *
114  DQMMessageLogger )
115 
116 #this is needed to have a light sequence for T0 processing
117 liteDQMOfflineHeavyIons = cms.Sequence ( DQMOfflineHeavyIons )
118 liteDQMOfflineHeavyIons.remove( SiStripMonitorCluster )
119 liteDQMOfflineHeavyIons.remove( jetMETDQMOfflineSource )
120 
121 
122 #DQMOfflineHeavyIonsPhysics = cms.Sequence( dqmPhysics )