Main Page
Namespaces
Classes
Package Documentation
SimG4CMS
HGCalTestBeam
python
hgcalTBMBFNAL_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
'HGCCerenkov'
,
8
'HGCMTS6SC1'
,
9
'HGCTelescope'
,
10
'HGCMTS6SC2'
,
11
'HGCMTS6SC3'
,
12
'HGCHeTube'
,
13
'HGCFeChamber'
,
14
'HGCScint1'
,
15
'HGCScint2'
,
16
'HGCFSiTrack'
,
17
'HGCAlPlate'
,
18
'HGCalExtra'
,
19
),
20
MaximumZ = cms.double(200.),
21
StopName = cms.string(
"Junk"
),
22
),
23
type = cms.string(
'HGCalTBMB'
)
24
)
25
)
SimG4Core_cff
Generated for CMSSW Reference Manual by
1.8.11