Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
SLHCUpgradeSimulations
Configuration
python
fastSimCustoms.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
def
customise_fastSimPostLS1
(process):
4
5
if
hasattr(process,
'famosSimHits'
):
6
process=
customise_fastSimProducer
(process)
7
8
return
process
9
10
11
def
customise_fastSimProducer
(process):
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
fastSimCustoms.customise_fastSimProducer
def customise_fastSimProducer
Definition:
fastSimCustoms.py:11
fastSimCustoms.customise_fastSimPostLS1
def customise_fastSimPostLS1
Definition:
fastSimCustoms.py:3
Generated for CMSSW Reference Manual by
1.8.5