CMS 3D CMS Logo

DD4hep_SimIdeal_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # CMSSW/Geant4 interface
5 
6 psimTask = cms.Task(cms.TaskPlaceholder("randomEngineStateProducer"), g4SimHits)
7 psim = cms.Sequence(psimTask)