CMS 3D CMS Logo

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

Functions

def customiseG4
 

Function Documentation

def reproc2011_2012_cff.customiseG4 (   process)

Definition at line 3 of file reproc2011_2012_cff.py.

References mathSSE.return().

3 
4 def customiseG4(process):
5 
6  if hasattr(process,'g4SimHits'):
7  process.g4SimHits.Physics.type = cms.string('SimG4Core/Physics/QGSP_FTFP_BERT_EML_New')
8  # use HF shower library instead of GFlash parameterization
9  process.g4SimHits.HCalSD.UseShowerLibrary = cms.bool(True)
10  process.g4SimHits.HCalSD.UseParametrize = cms.bool(False)
11  process.g4SimHits.HCalSD.UsePMTHits = cms.bool(False)
12  process.g4SimHits.HCalSD.UseFibreBundleHits = cms.bool(False)
13  process.g4SimHits.HFShowerLibrary.FileName = 'SimG4CMS/Calo/data/HFShowerLibrary_oldpmt_eta4_16en_v3.root'
14  process.g4SimHits.HFShowerLibrary.BranchPost= ''
15  process.g4SimHits.HFShowerLibrary.BranchPre = ''
16  process.g4SimHits.HFShowerLibrary.BranchEvt = ''
17 
18  return(process)
return((rh^lh)&mask)