![]() |
|
|||
File indexing completed on 2024-04-06 12:03:45
0001 import FWCore.ParameterSet.Config as cms 0002 0003 # CMSSW/Geant4 interface 0004 from SimG4Core.Configuration.SimG4Core_cff import * 0005 0006 g4SimHits.NonBeamEvent = cms.bool(True) 0007 g4SimHits.Generator.HepMCProductLabel = cms.InputTag('generatorSmeared') 0008 g4SimHits.Generator.ApplyEtaCuts = cms.bool(False) 0009 0010 psimTask = cms.Task(cms.TaskPlaceholder("randomEngineStateProducer"), g4SimHits) 0011 psim = cms.Sequence(psimTask) 0012 0013
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |