CMS 3D CMS Logo

muIsoResultInputBlocks_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # -*-TCL-*-
4 UnweightedInputTkDeps = cms.PSet(
5  DepositTag = cms.InputTag("muIsoDepositTk"),
6  DepositThreshold = cms.double(-1.0),
7  DepositWeight = cms.double(1.0)
8 )
9 UnweightedInputTowEcalDeps = cms.PSet(
10  DepositTag = cms.InputTag("muIsoDepositCalByAssociatorTowers","ecal"),
11  DepositThreshold = cms.double(-1.0),
12  DepositWeight = cms.double(1.0)
13 )
14 UnweightedInputTowHcalDeps = cms.PSet(
15  DepositTag = cms.InputTag("muIsoDepositCalByAssociatorTowers","hcal"),
16  DepositThreshold = cms.double(-1.0),
17  DepositWeight = cms.double(1.0)
18 )
19 
20