CMS 3D CMS Logo

Functions
fastSimCustoms Namespace Reference

Functions

def customise_fastSimPostLS1 (process)
 
def customise_fastSimProducer (process)
 

Function Documentation

def fastSimCustoms.customise_fastSimPostLS1 (   process)

Definition at line 3 of file fastSimCustoms.py.

References customise_fastSimProducer().

Referenced by postLS1Customs.customisePostLS1_Common().

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

Definition at line 11 of file fastSimCustoms.py.

Referenced by customise_fastSimPostLS1().

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