CMS 3D CMS Logo

ValidationCosmics_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
4 #RandomNumberGeneratorService = cms.Service("RandomNumberGeneratorService",
5 # mix = cms.PSet(initialSeed = cms.untracked.uint32(12345),
6 # engineName = cms.untracked.string('HepJamesRandom')
7 # ),
8 # restoreStateLabel = cms.untracked.string("randomEngineStateProducer"),
9 #)
10 
12 
13 prevalidation = cms.Sequence(globalPrevalidationCosmics)
14 
15 validation = cms.Sequence(cms.SequencePlaceholder("mix")
16  *globalValidationCosmics
17  )