CMS 3D CMS Logo

gemSimValid_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
6 from DQM.GEM.GEMDQM_cff import *
7 
8 GEMDigiSource.runType = "relval"
9 GEMRecHitSource.runType = "relval"
10 
11 gemSimValid = cms.Sequence(GEMDQMForRelval*gemSimValidation*gemDigiValidation*gemLocalRecoValidation)