CMS 3D CMS Logo

ESDataCertificationTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ecalPreshowerDataCertificationTask = cms.EDAnalyzer("ESDataCertificationTask",
4  prefixME = cms.untracked.string('EcalPreshower'),
5  enableCleanup = cms.untracked.bool(False),
6  mergeRuns = cms.untracked.bool(False)
7 )