Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
SimCalorimetry
EcalTrigPrimProducers
python
ecalTriggerPrimitiveDigis_craft_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#
4
# attention: default is changed to work on unsuppressed digis!! ##############
5
#
6
simEcalTriggerPrimitiveDigis = cms.EDProducer(
"EcalTrigPrimProducer"
,
7
BarrelOnly = cms.bool(
False
),
8
InstanceEB = cms.string(
''
),
9
InstanceEE = cms.string(
''
),
10
binOfMaximum = cms.int32(6),
## optional from release 200 on, from 1-10
11
Famos = cms.bool(
False
),
12
TcpOutput = cms.bool(
False
),
13
Debug = cms.bool(
False
),
14
Label = cms.string(
'simEcalUnsuppressedDigis'
)
15
)
16
17
Config
Generated for CMSSW Reference Manual by
1.8.5