CMS 3D CMS Logo

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

Functions

def customise_fastSimPostLS1
 
def customise_fastSimProducer
 

Function Documentation

def fastSimCustoms.customise_fastSimPostLS1 (   process)

Definition at line 3 of file fastSimCustoms.py.

References customise_fastSimProducer().

Referenced by postLS1Customs.customisePostLS1_Common().

3 
4 def customise_fastSimPostLS1(process):
5 
6  if hasattr(process,'famosSimHits'):
7  process=customise_fastSimProducer(process)
8 
9  return process
10 
def customise_fastSimProducer
def customise_fastSimPostLS1
def fastSimCustoms.customise_fastSimProducer (   process)

Definition at line 11 of file fastSimCustoms.py.

Referenced by customise_fastSimPostLS1().

11 
12 def customise_fastSimProducer(process):
13 
14  # enable 2015 HF shower library
15  process.famosSimHits.Calorimetry.HFShowerLibrary.FileName = cms.FileInPath('SimG4CMS/Calo/data/HFShowerLibrary_npmt_noatt_eta4_16en_v3.root')
16 
17  return process
18 
19 
def customise_fastSimProducer