src
SimG4CMS
HGCalTestBeam
python
hgcalTBMBCERN18Oct0_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
from
SimG4Core.Configuration.SimG4Core_cff
import
*
3
4
g4SimHits.Watchers = cms.VPSet(cms.PSet(
5
HGCalTBMB = cms.PSet(
6
DetectorNames = cms.vstring(
7
'HGCalBeamWChamb'
,
8
'HGCalBeamAl1'
,
9
'HGCalBeamAl2'
,
10
'HGCalBeamAl3'
,
11
'HGCalBeamTube1'
,
12
'HGCalBeamTube2'
,
13
'HGCalBeamTube3'
,
14
'HGCalEE'
,
15
'HGCalHE'
,
16
'HGCalAH'
17
),
18
MaximumZ = cms.double(15000.),
19
StopName = cms.string(
"Junk"
),
20
),
21
type = cms.string(
'HGCalTBMB'
)
22
))
SimG4Core_cff
Generated for CMSSW Reference Manual by
1.8.14