CMS 3D CMS Logo

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

Functions

def customise
 

Function Documentation

def useCastorShowerLibrary.customise (   process)

Definition at line 3 of file useCastorShowerLibrary.py.

References mathSSE.return().

3 
4 def customise(process): # Using SL instead GFlash
5  process.g4SimHits.HCalSD.UseShowerLibrary = cms.bool(True)
6  process.g4SimHits.HCalSD.UseParametrize = cms.bool(False)
7  process.g4SimHits.HCalSD.UsePMTHits = cms.bool(False)
8  process.g4SimHits.HCalSD.UseFibreBundleHits = cms.bool(False)
9  process.g4SimHits.HFShower.UseShowerLibrary = cms.bool(True)
10  process.g4SimHits.HFShower.UseHFGflash = cms.bool(False)
11  process.g4SimHits.HFShower.ApplyFiducialCut = cms.bool(False)
12 
13  return(process)
return((rh^lh)&mask)