CMS 3D CMS Logo

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

Variables

tuple ak4PFJetTaskForPFNoPUMEt = cms.Task(calibratedAK4PFJetsForPFNoPUMEt)
 
tuple calibratedAK4PFJetsForPFMVAMEt
 
tuple calibratedAK4PFJetsForPFNoPUMEt
 
tuple jvfJetIdForPFNoPUMEt
 
tuple kt6PFJets = kt4PFJets.clone(rParam = 0.6, doRhoFastjet = True )
 
tuple mitigatedMETSequence = cms.Sequence(mitigatedMETTask)
 
tuple mitigatedMETTask
 
tuple pfCandidateToVertexAssociationForPFNoPUMEt
 
tuple pfMETcorrType0ForPFNoPUMEt
 
tuple pfMVAMEt
 
tuple pfMVAMEtSequence = cms.Sequence(pfMVAMEtTask)
 
tuple pfMVAMEtTask
 
tuple pfNoPUMEt
 
tuple pfNoPUMEtData
 
tuple pfNoPUMEtSequence = cms.Sequence(pfNoPUMEtTask)
 
tuple pfNoPUMEtTask = cms.Task()
 ================================================

Pf No Pileup MET sequence

More...
 
tuple puJetIdForPFNoPUMEt
 

Variable Documentation

tuple mitigatedMETSequence_cff.ak4PFJetTaskForPFNoPUMEt = cms.Task(calibratedAK4PFJetsForPFNoPUMEt)

Definition at line 92 of file mitigatedMETSequence_cff.py.

tuple mitigatedMETSequence_cff.calibratedAK4PFJetsForPFMVAMEt
Initial value:
1 = cms.EDProducer('PFJetCorrectionProducer',
2  src = cms.InputTag('ak4PFJets'),
3  correctors = cms.vstring("ak4PFL1FastL2L3") # NOTE: use "ak5PFL1FastL2L3" for MC / "ak5PFL1FastL2L3Residual" for Data
4 )

Definition at line 16 of file mitigatedMETSequence_cff.py.

tuple mitigatedMETSequence_cff.calibratedAK4PFJetsForPFNoPUMEt
Initial value:
1 = cms.EDProducer('PFJetCorrectionProducer',
2  src = cms.InputTag('ak4PFJets'),
3  correctors = cms.vstring('ak4PFL1FastL2L3Residual') # NOTE: use "ak4PFL1FastL2L3" for MC / "ak4PFL1FastL2L3Residual" for Data
4 )

Definition at line 88 of file mitigatedMETSequence_cff.py.

tuple mitigatedMETSequence_cff.jvfJetIdForPFNoPUMEt
Initial value:
1 = cms.EDProducer("JVFJetIdProducer",
2  srcJets = cms.InputTag('calibratedAK4PFJetsForPFNoPUMEt'),
3  srcPFCandidates = cms.InputTag('particleFlow'),
4  srcPFCandToVertexAssociations = cms.InputTag('pfCandidateToVertexAssociationForPFNoPUMEt'),
5  srcHardScatterVertex = cms.InputTag('selectedPrimaryVertexHighestPtTrackSumForPFMEtCorrType0'),
6  minTrackPt = cms.double(1.),
7  dZcut = cms.double(0.2), # cm
8  JVFcut = cms.double(0.75),
9  neutralJetOption = cms.string("noPU")
10 )

Definition at line 125 of file mitigatedMETSequence_cff.py.

tuple mitigatedMETSequence_cff.kt6PFJets = kt4PFJets.clone(rParam = 0.6, doRhoFastjet = True )

Definition at line 14 of file mitigatedMETSequence_cff.py.

tuple mitigatedMETSequence_cff.mitigatedMETSequence = cms.Sequence(mitigatedMETTask)

Definition at line 191 of file mitigatedMETSequence_cff.py.

tuple mitigatedMETSequence_cff.mitigatedMETTask
Initial value:
1 = cms.Task(
2 selectionSequenceForMVANoPUMETTask,
3 pfMVAMEtTask,
4 pfNoPUMEtTask
5 )

Definition at line 186 of file mitigatedMETSequence_cff.py.

tuple mitigatedMETSequence_cff.pfCandidateToVertexAssociationForPFNoPUMEt
Initial value:
1 = pfCandidateToVertexAssociation.clone(
2  MaxNumberOfAssociations = 1,
3  doReassociation = False,
4  FinalAssociation = 1,
5  nTrackWeight = 0.
6 )

Definition at line 113 of file mitigatedMETSequence_cff.py.

tuple mitigatedMETSequence_cff.pfMETcorrType0ForPFNoPUMEt
Initial value:
1 = pfMETcorrType0.clone(
2  srcPFCandidateToVertexAssociations = 'pfCandidateToVertexAssociationForPFNoPUMEt'
3 )

Definition at line 120 of file mitigatedMETSequence_cff.py.

tuple mitigatedMETSequence_cff.pfMVAMEt

Definition at line 21 of file mitigatedMETSequence_cff.py.

tuple mitigatedMETSequence_cff.pfMVAMEtSequence = cms.Sequence(pfMVAMEtTask)

Definition at line 80 of file mitigatedMETSequence_cff.py.

tuple mitigatedMETSequence_cff.pfMVAMEtTask
Initial value:
1 = cms.Task(
2  kt6PFJets,
3  calibratedAK4PFJetsForPFMVAMEt,
4  pfMVAMEt
5 )

Definition at line 75 of file mitigatedMETSequence_cff.py.

tuple mitigatedMETSequence_cff.pfNoPUMEt
Initial value:
1 = cms.EDProducer("NoPileUpPFMEtProducer",
2  srcMEt = cms.InputTag('pfMet'),
3  srcMEtCov = cms.InputTag(''), # NOTE: leave empty to take MET covariance matrix from reco::PFMET object //MM 08/29/14, bypass hardcoded as this variable has never been used so far
4  srcMVAMEtData = cms.InputTag('pfNoPUMEtData'),
5  srcLeptons = cms.VInputTag( 'selectedElectrons',
6  'selectedMuons',
7  'selectedTaus',
8  'selectedPhotons',
9  'selectedJets'),
10 # NOTE: you need to set this to collections of electrons, muons and tau-jets
11 #passing the lepton reconstruction & identification criteria applied in your analysis
12  srcMVAMEtDataLeptonMatch = cms.InputTag('pfNoPUMEtData'),
13  srcType0Correction = cms.InputTag('pfMETcorrType0ForPFNoPUMEt'),
14  sfNoPUjets = cms.double(1.0),
15  sfNoPUjetOffsetEnCorr = cms.double(0.0),
16  sfPUjets = cms.double(1.0),
17  sfNoPUunclChargedCands = cms.double(1.0),
18  sfPUunclChargedCands = cms.double(1.0),
19  sfUnclNeutralCands = cms.double(0.6),
20  sfType0Correction = cms.double(1.0),
21  sfLeptonIsoCones = cms.double(0.6),
22  resolution = met_config.METSignificance_params,
23  sfMEtCovMin = cms.double(0.6),
24  sfMEtCovMax = cms.double(1.0),
25  saveInputs = cms.bool(True),
26  verbosity = cms.int32(0)
27 )

Definition at line 156 of file mitigatedMETSequence_cff.py.

tuple mitigatedMETSequence_cff.pfNoPUMEtData
Initial value:
1 = cms.EDProducer("NoPileUpPFMEtDataProducer",
2  srcJets = cms.InputTag('calibratedAK4PFJetsForPFNoPUMEt'),
3  srcJetIds = cms.InputTag('puJetIdForPFNoPUMEt', 'full53xId'),
4 
5  minJetPt = cms.double(30.0),
6  jetIdSelection = cms.string('loose'),
7  jetEnOffsetCorrLabel = cms.string("ak4PFL1Fastjet"),
8  srcPFCandidates = cms.InputTag('particleFlow'),
9  srcPFCandToVertexAssociations = cms.InputTag('pfCandidateToVertexAssociationForPFNoPUMEt'),
10  srcJetsForMEtCov = cms.InputTag('ak4PFJets'),
11  minJetPtForMEtCov = cms.double(10.),
12  srcHardScatterVertex = cms.InputTag('selectedPrimaryVertexHighestPtTrackSumForPFMEtCorrType0'),
13  dZcut = cms.double(0.2), # cm
14  resolution = met_config.METSignificance_params,
15  verbosity = cms.int32(0)
16 )

Definition at line 138 of file mitigatedMETSequence_cff.py.

tuple mitigatedMETSequence_cff.pfNoPUMEtSequence = cms.Sequence(pfNoPUMEtTask)

Definition at line 184 of file mitigatedMETSequence_cff.py.

tuple mitigatedMETSequence_cff.pfNoPUMEtTask = cms.Task()

================================================

Pf No Pileup MET sequence

Definition at line 85 of file mitigatedMETSequence_cff.py.

tuple mitigatedMETSequence_cff.puJetIdForPFNoPUMEt
Initial value:
1 = pileupJetId.clone(
2  algos = cms.VPSet(
3  full_53x,
4  cutbased,
5  PhilV1
6  ),
7 # label = "fullId", #MM does not work for weird reasons, cannot be cloned properly
8  produceJetIds = True,
9  runMvas = True,
10  jets = "calibratedAK4PFJetsForPFNoPUMEt",
11  applyJec = False,
12  inputIsCorrected = True,
13  )

Definition at line 96 of file mitigatedMETSequence_cff.py.