CMS 3D CMS Logo

boostrapWithFamos_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # General fast simulation configuration ###
5 #
6 # Random number generator service
8 # Generate ttbar events
10 # Famos sequences
14 # If you want to turn on/off pile-up (e.g. default low lumi: 5.0)
15 famosPileUp.PileUpSimulator.averageNumber = 0
16 # You may not want to simulate everything for your study
17 fastSimProducer.SimulateCalorimetry = True
18 for layer in process.fastSimProducer.detectorDefinition.BarrelLayers:
19  layer.interactionModels = cms.untracked.vstring("pairProduction", "nuclearInteraction", "bremsstrahlung", "energyLoss", "multipleScattering", "trackerSimHits")
20 for layer in process.fastSimProducer.detectorDefinition.ForwardLayers:
21  layer.interactionModels = cms.untracked.vstring("pairProduction", "nuclearInteraction", "bremsstrahlung", "energyLoss", "multipleScattering", "trackerSimHits")
22 fastSimProducer.SimulateMuons = True
23 VolumeBasedMagneticFieldESProducer.useParametrizedTrackerField = True
24