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
 

Variable Documentation

tuple muonPFIsolationValues_cff.muonPFIsolationValuesSequence
Initial value:
1 = (
2  muPFIsoValueCharged03+
3  muPFIsoValueChargedAll03+
4  muPFIsoValueGamma03+
5  muPFIsoValueNeutral03+
6  muPFIsoValueGammaHighThreshold03+
7  muPFIsoValueNeutralHighThreshold03+
8  muPFIsoValuePU03+
9  ##############################
10  muPFIsoValueCharged04+
11  muPFIsoValueChargedAll04+
12  muPFIsoValueGamma04+
13  muPFIsoValueNeutral04+
14  muPFIsoValueGammaHighThreshold04+
15  muPFIsoValueNeutralHighThreshold04+
16  muPFIsoValuePU04
17  )

Definition at line 194 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 98 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 18 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 114 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 31 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 127 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 57 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 154 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 44 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 141 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 70 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 168 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 83 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 181 of file muonPFIsolationValues_cff.py.