Initial value: 1 = cms.EDProducer(
"METProducer",
2 src = cms.InputTag(
"genCandidatesForMET"),
4 METType = cms.string(
'GenMET'),
6 alias = cms.string(
'GenMETCalo'),
8 onlyFiducialParticles = cms.bool(
True),
10 globalThreshold = cms.double(0.0),
12 usePt = cms.untracked.bool(
True),
14 InputType = cms.string(
'CandidateCollection')
Definition at line 8 of file genMetCalo_cfi.py.
Referenced by METTester.analyze().