Skip to content

Commit

Permalink
Merge pull request #16904 from drankincms/egammadqm_upsg_hgcal
Browse files Browse the repository at this point in the history
adding hgcal era modifications
  • Loading branch information
davidlange6 committed Dec 13, 2016
2 parents 0c9eaf9 + e6c52ae commit 2908752
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DQMOffline/Configuration/python/autoDQM.py
Expand Up @@ -53,7 +53,7 @@
'dqmHarvesting']
}

_phase2_allowed = ['trackingOnlyDQM','muon','hcal','hcal2']
_phase2_allowed = ['trackingOnlyDQM','muon','hcal','hcal2','egamma']
autoDQM['phase2'] = ['','','']
for i in [0,2]:
autoDQM['phase2'][i] = '+'.join([autoDQM[m][i] for m in _phase2_allowed])
Expand Down
3 changes: 3 additions & 0 deletions DQMOffline/EGamma/python/electronAnalyzerSequence_cff.py
Expand Up @@ -47,3 +47,6 @@
# * dqmElectronAnalysisSelectionEtIsoElID
* dqmElectronTagProbeAnalysis
)

from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal
phase2_hgcal.toModify( mergedSuperClusters, src = cms.VInputTag( cms.InputTag("particleFlowSuperClusterECAL","particleFlowSuperClusterECALBarrel"), cms.InputTag("particleFlowSuperClusterHGCal","") ) )
3 changes: 2 additions & 1 deletion DQMOffline/EGamma/python/electronAnalyzer_cfi.py
Expand Up @@ -89,4 +89,5 @@

)


from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal
phase2_hgcal.toModify( dqmElectronAnalysis, ElectronCollection = cms.InputTag("ecalDrivenGsfElectrons") )
3 changes: 2 additions & 1 deletion DQMOffline/EGamma/python/electronGeneralAnalyzer_cfi.py
Expand Up @@ -21,4 +21,5 @@

)


from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal
phase2_hgcal.toModify( dqmElectronGeneralAnalysis, ElectronCollection = cms.InputTag("ecalDrivenGsfElectrons") )
3 changes: 2 additions & 1 deletion DQMOffline/EGamma/python/electronTagProbeAnalyzer_cfi.py
Expand Up @@ -88,4 +88,5 @@
NbinHoe = cms.int32(100), HoeMin = cms.double(0.0), HoeMax = cms.double(0.5)
)


from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal
phase2_hgcal.toModify( dqmElectronTagProbeAnalysis, ElectronCollection = cms.InputTag("ecalDrivenGsfElectrons") )

0 comments on commit 2908752

Please sign in to comment.