CMS 3D CMS Logo

SimWithoutCastor_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 def customise(process):
4  process.g4SimHits.Generator.MinEtaCut =-5.5
5  process.g4SimHits.Generator.MaxEtaCut = 5.5
6 
7  return(process)
return((rh ^ lh) &mask)