CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
fastSimCustoms.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5  if hasattr(process,'famosSimHits'):
6  process=customise_fastSimProducer(process)
7 
8  return process
9 
10 
12 
13  # enable 2015 HF shower library
14  process.famosSimHits.Calorimetry.HFShowerLibrary.FileName = cms.FileInPath('SimG4CMS/Calo/data/HFShowerLibrary_npmt_noatt_eta4_16en_v3.root')
15 
16  return process
17 
18 
def customise_fastSimProducer
def customise_fastSimPostLS1