CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SimIdeal_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 # need for any other modules from commoninputs?
6 
7 # Famos SimHits producer
9 
10 # Gaussian Smearing RecHit producer
12 
13 # Muon simHit sequence
15 
16 # propagors from muon reconstruction are used in muon simulation
18 
19 psim = cms.Sequence(
20  famosSimHits+
21  MuonSimHits
22  )