CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SimWithCastorPPb_cff.py
Go to the documentation of this file.
2 
3 def customise(process):
4  process.load("SimG4Core.Application.g4SimHits_cfi")
5  process.g4SimHits.Generator.MinEtaCut =-7.0
6  process.g4SimHits.Generator.MaxEtaCut = 5.5
7  process.load('SimCalorimetry.CastorSim.castordigi_cfi')
8  process.simCastorDigis.castor.photoelectronsToAnalog = 0.848
9 
10  return(process)