CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
customiseForDumpMaterialAnalyser_ForPhaseII Namespace Reference

Functions

def customiseForMaterialAnalyser_ForPhaseII
 

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