CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
muonPFIsolationValues_cff Namespace Reference

Variables

tuple muonPFIsolationValuesSequence
 
tuple muPFIsoValueCharged03
 
tuple muPFIsoValueCharged04
 
tuple muPFIsoValueChargedAll03
 
tuple muPFIsoValueChargedAll04
 
tuple muPFIsoValueGamma03
 
tuple muPFIsoValueGamma04
 
tuple muPFIsoValueGammaHighThreshold03
 
tuple muPFIsoValueGammaHighThreshold04
 
tuple muPFIsoValueNeutral03
 
tuple muPFIsoValueNeutral04
 
tuple muPFIsoValueNeutralHighThreshold03
 
tuple muPFIsoValueNeutralHighThreshold04
 
tuple muPFIsoValuePU03
 
tuple muPFIsoValuePU04
 
tuple muPFMeanDRIsoValueCharged03
 
tuple muPFMeanDRIsoValueCharged04
 
tuple muPFMeanDRIsoValueChargedAll03
 
tuple muPFMeanDRIsoValueChargedAll04
 
tuple muPFMeanDRIsoValueGamma03
 
tuple muPFMeanDRIsoValueGamma04
 
tuple muPFMeanDRIsoValueGammaHighThreshold03
 
tuple muPFMeanDRIsoValueGammaHighThreshold04
 
tuple muPFMeanDRIsoValueNeutral03
 
tuple muPFMeanDRIsoValueNeutral04
 
tuple muPFMeanDRIsoValueNeutralHighThreshold03
 
tuple muPFMeanDRIsoValueNeutralHighThreshold04
 
tuple muPFMeanDRIsoValuePU03
 
tuple muPFMeanDRIsoValuePU04
 
tuple muPFSumDRIsoValueCharged03
 
tuple muPFSumDRIsoValueCharged04
 
tuple muPFSumDRIsoValueChargedAll03
 
tuple muPFSumDRIsoValueChargedAll04
 
tuple muPFSumDRIsoValueGamma03
 
tuple muPFSumDRIsoValueGamma04
 
tuple muPFSumDRIsoValueGammaHighThreshold03
 
tuple muPFSumDRIsoValueGammaHighThreshold04
 
tuple muPFSumDRIsoValueNeutral03
 
tuple muPFSumDRIsoValueNeutral04
 
tuple muPFSumDRIsoValueNeutralHighThreshold03
 
tuple muPFSumDRIsoValueNeutralHighThreshold04
 
tuple muPFSumDRIsoValuePU03
 
tuple muPFSumDRIsoValuePU04
 

Variable Documentation

tuple muonPFIsolationValues_cff.muonPFIsolationValuesSequence

Definition at line 573 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFIsoValueCharged03
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositCharged"),
5  deltaR = cms.double(0.3),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.0001','Threshold(0.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sum')
10  )
11  )
12 )

Definition at line 5 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFIsoValueCharged04
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositCharged"),
5  deltaR = cms.double(0.4),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.0001','Threshold(0.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sum')
10  )
11  )
12 )

Definition at line 284 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFIsoValueChargedAll03
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositChargedAll"),
5  deltaR = cms.double(0.3),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.0001','Threshold(0.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sum')
10  )
11  )
12 )

Definition at line 46 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFIsoValueChargedAll04
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositChargedAll"),
5  deltaR = cms.double(0.4),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.0001','Threshold(0.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sum')
10  )
11  )
12 )

Definition at line 326 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFIsoValueGamma03
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositGamma"),
5  deltaR = cms.double(0.3),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(0.5)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sum')
10  )
11  )
12 )

Definition at line 86 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFIsoValueGamma04
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositGamma"),
5  deltaR = cms.double(0.4),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(0.5)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sum')
10  )
11  )
12 )

Definition at line 369 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFIsoValueGammaHighThreshold03
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositGamma"),
5  deltaR = cms.double(0.3),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(1.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sum')
10  )
11  )
12 )

Definition at line 165 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFIsoValueGammaHighThreshold04
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositGamma"),
5  deltaR = cms.double(0.4),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(1.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sum')
10  )
11  )
12 )

Definition at line 452 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFIsoValueNeutral03
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositNeutral"),
5  deltaR = cms.double(0.3),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(0.5)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sum')
10  )
11  )
12 )

Definition at line 125 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFIsoValueNeutral04
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositNeutral"),
5  deltaR = cms.double(0.4),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(0.5)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sum')
10  )
11  )
12 
13 )

Definition at line 409 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFIsoValueNeutralHighThreshold03
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositNeutral"),
5  deltaR = cms.double(0.3),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(1.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sum')
10  )
11  )
12 )

Definition at line 204 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFIsoValueNeutralHighThreshold04
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositNeutral"),
5  deltaR = cms.double(0.4),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(1.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sum')
10  )
11  )
12 
13 )

Definition at line 492 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFIsoValuePU03
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositPU"),
5  deltaR = cms.double(0.3),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(0.5)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sum')
10  )
11  )
12 )

Definition at line 243 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFIsoValuePU04
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositPU"),
5  deltaR = cms.double(0.4),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(0.5)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sum')
10  )
11  )
12 )

Definition at line 534 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFMeanDRIsoValueCharged03
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositCharged"),
5  deltaR = cms.double(0.3),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.0001','Threshold(0.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('meanDR')
10  )
11  )
12 )

Definition at line 32 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFMeanDRIsoValueCharged04
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositCharged"),
5  deltaR = cms.double(0.4),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.0001','Threshold(0.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('meanDR')
10  )
11  )
12 )

Definition at line 310 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFMeanDRIsoValueChargedAll03
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositChargedAll"),
5  deltaR = cms.double(0.3),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.0001','Threshold(0.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('meanDR')
10  )
11  )
12 )

Definition at line 72 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFMeanDRIsoValueChargedAll04
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositChargedAll"),
5  deltaR = cms.double(0.4),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.0001','Threshold(0.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('meanDR')
10  )
11  )
12 )

Definition at line 352 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFMeanDRIsoValueGamma03
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositGamma"),
5  deltaR = cms.double(0.3),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(0.5)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('meanDR')
10  )
11  )
12 )

Definition at line 111 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFMeanDRIsoValueGamma04
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositGamma"),
5  deltaR = cms.double(0.4),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(0.5)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('meanDR')
10  )
11  )
12 )

Definition at line 395 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFMeanDRIsoValueGammaHighThreshold03
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositGamma"),
5  deltaR = cms.double(0.3),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(1.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('meanDR')
10  )
11  )
12 )

Definition at line 190 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFMeanDRIsoValueGammaHighThreshold04
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositGamma"),
5  deltaR = cms.double(0.4),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(1.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('meanDR')
10  )
11  )
12 )

Definition at line 465 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFMeanDRIsoValueNeutral03
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositNeutral"),
5  deltaR = cms.double(0.3),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(0.5)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('meanDR')
10  )
11  )
12 )

Definition at line 150 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFMeanDRIsoValueNeutral04
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositNeutral"),
5  deltaR = cms.double(0.4),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(0.5)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('meanDR')
10  )
11  )
12 
13 )

Definition at line 437 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFMeanDRIsoValueNeutralHighThreshold03
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositNeutral"),
5  deltaR = cms.double(0.3),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(1.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('meanDR')
10  )
11  )
12 )

Definition at line 217 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFMeanDRIsoValueNeutralHighThreshold04
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositNeutral"),
5  deltaR = cms.double(0.4),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(1.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('meanDR')
10  )
11  )
12 
13 )

Definition at line 506 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFMeanDRIsoValuePU03
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositPU"),
5  deltaR = cms.double(0.3),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(0.5)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('meanDR')
10  )
11  )
12 )

Definition at line 269 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFMeanDRIsoValuePU04
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositPU"),
5  deltaR = cms.double(0.4),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(0.5)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('meanDR')
10  )
11  )
12 )

Definition at line 547 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFSumDRIsoValueCharged03
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositCharged"),
5  deltaR = cms.double(0.3),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.0001','Threshold(0.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sumDR')
10  )
11  )
12 )

Definition at line 19 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFSumDRIsoValueCharged04
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositCharged"),
5  deltaR = cms.double(0.4),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.0001','Threshold(0.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sumDR')
10  )
11  )
12 )

Definition at line 297 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFSumDRIsoValueChargedAll03
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositChargedAll"),
5  deltaR = cms.double(0.3),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.0001','Threshold(0.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sumDR')
10  )
11  )
12 )

Definition at line 59 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFSumDRIsoValueChargedAll04
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositChargedAll"),
5  deltaR = cms.double(0.4),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.0001','Threshold(0.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sumDR')
10  )
11  )
12 )

Definition at line 339 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFSumDRIsoValueGamma03
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositGamma"),
5  deltaR = cms.double(0.3),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(0.5)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sumDR')
10  )
11  )
12 )

Definition at line 98 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFSumDRIsoValueGamma04
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositGamma"),
5  deltaR = cms.double(0.4),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(0.5)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sumDR')
10  )
11  )
12 )

Definition at line 382 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFSumDRIsoValueGammaHighThreshold03
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositGamma"),
5  deltaR = cms.double(0.3),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(1.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sumDR')
10  )
11  )
12 )

Definition at line 177 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFSumDRIsoValueGammaHighThreshold04
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositGamma"),
5  deltaR = cms.double(0.4),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(1.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sumDR')
10  )
11  )
12 )

Definition at line 478 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFSumDRIsoValueNeutral03
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositNeutral"),
5  deltaR = cms.double(0.3),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(0.5)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sumDR')
10  )
11  )
12 )

Definition at line 137 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFSumDRIsoValueNeutral04
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositNeutral"),
5  deltaR = cms.double(0.4),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(0.5)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sumDR')
10  )
11  )
12 
13 )

Definition at line 423 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFSumDRIsoValueNeutralHighThreshold03
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositNeutral"),
5  deltaR = cms.double(0.3),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(1.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sumDR')
10  )
11  )
12 )

Definition at line 230 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFSumDRIsoValueNeutralHighThreshold04
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositNeutral"),
5  deltaR = cms.double(0.4),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(1.0)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sumDR')
10  )
11  )
12 
13 )

Definition at line 520 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFSumDRIsoValuePU03
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositPU"),
5  deltaR = cms.double(0.3),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(0.5)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sumDR')
10  )
11  )
12 )

Definition at line 256 of file muonPFIsolationValues_cff.py.

tuple muonPFIsolationValues_cff.muPFSumDRIsoValuePU04
Initial value:
1 = cms.EDProducer("CandIsolatorFromDeposits",
2  deposits = cms.VPSet(
3  cms.PSet(
4  src = cms.InputTag("muPFIsoDepositPU"),
5  deltaR = cms.double(0.4),
6  weight = cms.string('1'),
7  vetos = cms.vstring('0.01','Threshold(0.5)'),
8  skipDefaultVeto = cms.bool(True),
9  mode = cms.string('sumDR')
10  )
11  )
12 )

Definition at line 560 of file muonPFIsolationValues_cff.py.