src
Configuration
Generator
python
useSource_custom.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
def
customise
(process):
4
5
process.g4SimHits.Generator.HepMCProductLabel = cms.string(
'source'
)
6
process.genParticles.src=cms.InputTag(
'source'
)
7
8
return
(process)
mathSSE::return
return((rh ^ lh) &mask)
useSource_custom.customise
def customise(process)
Definition:
useSource_custom.py:3
Generated for CMSSW Reference Manual by
1.8.14