Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Validation
EventGenerator
python
WValidation_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
wValidation = cms.EDAnalyzer(
"WValidation"
,
4
hepmcCollection = cms.InputTag(
"generator"
,
""
),
5
decaysTo = cms.int32(11),
6
name = cms.string(
"Electrons"
),
7
UseWeightFromHepMC = cms.bool(
True
)
8
)
Config
Generated for CMSSW Reference Manual by
1.8.5