CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EndOfProcess_cff.py
Go to the documentation of this file.
2 
3 #sometimes the dqm service is not already setup...
4 DQMStore = cms.Service("DQMStore")
5 
7 endOfProcess=cms.Sequence(MEtoEDMConverter)
8 
10 endOfProcess_withComparison = cms.Sequence(MEtoEDMConverter+MEtoMEComparitor)