CMS 3D CMS Logo

Functions
customiseForDumpMaterialAnalyser_ForPhaseI Namespace Reference

Functions

def customiseForMaterialAnalyser_ForPhaseI (process)
 

Function Documentation

def customiseForDumpMaterialAnalyser_ForPhaseI.customiseForMaterialAnalyser_ForPhaseI (   process)
Extend eta range of the generator to better cover the material map

Definition at line 1 of file customiseForDumpMaterialAnalyser_ForPhaseI.py.

2  """Extend eta range of the generator to better cover the material map"""
3  process.generator.PGunParameters.MaxEta = 3.0
4  process.generator.PGunParameters.MinEta = -3.0
5  return process