|
||||
File indexing completed on 2024-08-21 04:46:33
0001 import FWCore.ParameterSet.Config as cms 0002 0003 hltCaloMET = cms.EDProducer("CaloMETProducer", 0004 alias = cms.string('RawCaloMET'), 0005 calculateSignificance = cms.bool(False), 0006 globalThreshold = cms.double(0.3), 0007 noHF = cms.bool(False), 0008 src = cms.InputTag("hltTowerMaker") 0009 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |