Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 MIsoCaloExtractorHLTBlock = cms.PSet(
00005 DR_Veto_H = cms.double(0.1),
00006 Vertex_Constraint_Z = cms.bool(False),
00007 Threshold_H = cms.double(0.5),
00008 ComponentName = cms.string('CaloExtractor'),
00009 Threshold_E = cms.double(0.2),
00010 DR_Max = cms.double(1.0),
00011 DR_Veto_E = cms.double(0.07),
00012 Weight_E = cms.double(1.5),
00013 Vertex_Constraint_XY = cms.bool(False),
00014 DepositLabel = cms.untracked.string('EcalPlusHcal'),
00015 CaloTowerCollectionLabel = cms.InputTag("towerMaker"),
00016 Weight_H = cms.double(1.0)
00017 )
00018 MIsoCaloExtractorEcalBlock = cms.PSet(
00019 DR_Veto_H = cms.double(0.1),
00020 Vertex_Constraint_Z = cms.bool(False),
00021 Threshold_H = cms.double(0.5),
00022 ComponentName = cms.string('CaloExtractor'),
00023 Threshold_E = cms.double(0.2),
00024 DR_Max = cms.double(1.0),
00025 DR_Veto_E = cms.double(0.07),
00026 Weight_E = cms.double(1.0),
00027 Vertex_Constraint_XY = cms.bool(False),
00028 DepositLabel = cms.untracked.string('EcalPlusHcal'),
00029 CaloTowerCollectionLabel = cms.InputTag("towerMaker"),
00030 Weight_H = cms.double(0.0)
00031 )
00032 MIsoCaloExtractorHcalBlock = cms.PSet(
00033 DR_Veto_H = cms.double(0.1),
00034 Vertex_Constraint_Z = cms.bool(False),
00035 Threshold_H = cms.double(0.5),
00036 ComponentName = cms.string('CaloExtractor'),
00037 Threshold_E = cms.double(0.2),
00038 DR_Max = cms.double(1.0),
00039 DR_Veto_E = cms.double(0.07),
00040 Weight_E = cms.double(0.0),
00041 Vertex_Constraint_XY = cms.bool(False),
00042 DepositLabel = cms.untracked.string('EcalPlusHcal'),
00043 CaloTowerCollectionLabel = cms.InputTag("towerMaker"),
00044 Weight_H = cms.double(1.0)
00045 )
00046
00047