CMS 3D CMS Logo

qcdPhotonsCosmicDQM_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 qcdPhotonsCosmicDQM = DQM.Physics.qcdPhotonsDQM_cfi.qcdPhotonsDQM.clone(
5  barrelRecHitTag = "ecalRecHit:EcalRecHitsEB",
6  endcapRecHitTag = "ecalRecHit:EcalRecHitsEE"
7 )