CMS 3D CMS Logo

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

Variables

tuple _ak4PFJets = ak4PFJets.clone(doAreaFastjet = False)
 
tuple _correctedJets
 
tuple _pfMet = pfMet.clone(calculateSignificance = False)
 
tuple ak4PFL1Calo = _ak4PFJets.clone(src = 'l1pfCandidates:Calo')
 
tuple ak4PFL1CaloCorrected = _correctedJets.clone(jets = 'ak4PFL1Calo', correctorDir = 'L1CaloJets')
 
tuple ak4PFL1PF = _ak4PFJets.clone(src = 'l1pfCandidates:PF')
 
tuple ak4PFL1PFCorrected = _correctedJets.clone(jets = 'ak4PFL1PF', correctorDir = 'L1PFJets')
 
tuple ak4PFL1Puppi = _ak4PFJets.clone(src = 'l1pfCandidates:Puppi')
 
tuple ak4PFL1PuppiCorrected = _correctedJets.clone(jets = 'ak4PFL1Puppi', correctorDir = 'L1PuppiJets')
 
tuple l1PFJets
 
tuple l1PFMetCalo = _pfMet.clone(src = "l1pfCandidates:Calo")
 
tuple l1PFMetPF = _pfMet.clone(src = "l1pfCandidates:PF")
 
tuple l1PFMetPuppi = _pfMet.clone(src = "l1pfCandidates:Puppi")
 
tuple l1PFMets = cms.Sequence(l1PFMetCalo + l1PFMetPF + l1PFMetPuppi)
 

Variable Documentation

tuple l1pfJetMet_cff._ak4PFJets = ak4PFJets.clone(doAreaFastjet = False)

Definition at line 12 of file l1pfJetMet_cff.py.

tuple l1pfJetMet_cff._correctedJets
Initial value:
1 = cms.EDProducer("L1TCorrectedPFJetProducer",
2  jets = cms.InputTag("_tag_"),
3  correctorFile = cms.string("L1Trigger/Phase2L1ParticleFlow/data/jecs/jecs.PU200.root"),
4  correctorDir = cms.string("_dir_"),
5  copyDaughters = cms.bool(False)
6 )

Definition at line 17 of file l1pfJetMet_cff.py.

tuple l1pfJetMet_cff._pfMet = pfMet.clone(calculateSignificance = False)

Definition at line 4 of file l1pfJetMet_cff.py.

tuple l1pfJetMet_cff.ak4PFL1Calo = _ak4PFJets.clone(src = 'l1pfCandidates:Calo')

Definition at line 13 of file l1pfJetMet_cff.py.

tuple l1pfJetMet_cff.ak4PFL1CaloCorrected = _correctedJets.clone(jets = 'ak4PFL1Calo', correctorDir = 'L1CaloJets')

Definition at line 29 of file l1pfJetMet_cff.py.

tuple l1pfJetMet_cff.ak4PFL1PF = _ak4PFJets.clone(src = 'l1pfCandidates:PF')

Definition at line 14 of file l1pfJetMet_cff.py.

tuple l1pfJetMet_cff.ak4PFL1PFCorrected = _correctedJets.clone(jets = 'ak4PFL1PF', correctorDir = 'L1PFJets')

Definition at line 30 of file l1pfJetMet_cff.py.

tuple l1pfJetMet_cff.ak4PFL1Puppi = _ak4PFJets.clone(src = 'l1pfCandidates:Puppi')

Definition at line 15 of file l1pfJetMet_cff.py.

tuple l1pfJetMet_cff.ak4PFL1PuppiCorrected = _correctedJets.clone(jets = 'ak4PFL1Puppi', correctorDir = 'L1PuppiJets')

Definition at line 31 of file l1pfJetMet_cff.py.

tuple l1pfJetMet_cff.l1PFJets
Initial value:
1 = cms.Sequence(
2  ak4PFL1Calo + ak4PFL1PF + ak4PFL1Puppi +
3  ak4PFL1CaloCorrected + ak4PFL1PFCorrected + ak4PFL1PuppiCorrected
4 )

Definition at line 33 of file l1pfJetMet_cff.py.

tuple l1pfJetMet_cff.l1PFMetCalo = _pfMet.clone(src = "l1pfCandidates:Calo")

Definition at line 5 of file l1pfJetMet_cff.py.

tuple l1pfJetMet_cff.l1PFMetPF = _pfMet.clone(src = "l1pfCandidates:PF")

Definition at line 6 of file l1pfJetMet_cff.py.

tuple l1pfJetMet_cff.l1PFMetPuppi = _pfMet.clone(src = "l1pfCandidates:Puppi")

Definition at line 7 of file l1pfJetMet_cff.py.

tuple l1pfJetMet_cff.l1PFMets = cms.Sequence(l1PFMetCalo + l1PFMetPF + l1PFMetPuppi)

Definition at line 9 of file l1pfJetMet_cff.py.