CMS 3D CMS Logo

Functions
fastSimCustoms Namespace Reference

Functions

def customise_fastSimPostLS1 (process)
 
def customise_fastSimProducer (process)
 

Function Documentation

◆ customise_fastSimPostLS1()

def fastSimCustoms.customise_fastSimPostLS1 (   process)

Definition at line 3 of file fastSimCustoms.py.

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

References customise_fastSimProducer().

Referenced by postLS1Customs.customisePostLS1_Common().

◆ customise_fastSimProducer()

def fastSimCustoms.customise_fastSimProducer (   process)

Definition at line 11 of file fastSimCustoms.py.

11 def customise_fastSimProducer(process):
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 

Referenced by customise_fastSimPostLS1().

fastSimCustoms.customise_fastSimPostLS1
def customise_fastSimPostLS1(process)
Definition: fastSimCustoms.py:3
fastSimCustoms.customise_fastSimProducer
def customise_fastSimProducer(process)
Definition: fastSimCustoms.py:11