CMS 3D CMS Logo

EndOfProcess_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #sometimes the dqm service is not already setup...
4 DQMStore = cms.Service("DQMStore")
5 
7 endOfProcess=cms.Sequence(MEtoEDMConverter)
MEtoEDMConverter_cfi