CMS 3D CMS Logo

Functions
customiseForDumpMaterialAnalyser_ForPhaseII Namespace Reference

Functions

def customiseForMaterialAnalyser_ForPhaseII (process)
 

Function Documentation

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

Definition at line 1 of file customiseForDumpMaterialAnalyser_ForPhaseII.py.

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